public class Mapping extends BaseMapping implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
delimiter |
protected String |
delimiterString |
protected String |
expression |
protected String |
id |
protected List<Field> |
inputField |
protected FieldGroup |
inputFieldGroup |
protected String |
lookupTableName |
protected List<Field> |
outputField |
protected String |
strategy |
protected String |
strategyClassName |
alias, description, mappingType
Constructor and Description |
---|
Mapping() |
Modifier and Type | Method and Description |
---|---|
String |
getDelimiter()
Deprecated.
|
String |
getDelimiterString()
Deprecated.
|
String |
getExpression()
Gets the value of the expression property.
|
String |
getId()
Gets the value of the id property.
|
List<Field> |
getInputField()
Gets the value of the inputField property.
|
FieldGroup |
getInputFieldGroup()
Gets the value of the inputFieldGroup property.
|
String |
getLookupTableName()
Gets the value of the lookupTableName property.
|
List<Field> |
getOutputField()
Gets the value of the outputField property.
|
String |
getStrategy()
Deprecated.
|
String |
getStrategyClassName()
Deprecated.
|
void |
setDelimiter(String value)
Deprecated.
|
void |
setDelimiterString(String value)
Deprecated.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInputFieldGroup(FieldGroup value)
Sets the value of the inputFieldGroup property.
|
void |
setLookupTableName(String value)
Sets the value of the lookupTableName property.
|
void |
setStrategy(String value)
Deprecated.
|
void |
setStrategyClassName(String value)
Deprecated.
|
getAlias, getDescription, getMappingType, setAlias, setDescription, setMappingType
protected String expression
protected FieldGroup inputFieldGroup
protected String id
protected String delimiter
protected String delimiterString
protected String lookupTableName
protected String strategy
protected String strategyClassName
public String getExpression()
String
public void setExpression(String value)
value
- allowed object is
String
public FieldGroup getInputFieldGroup()
FieldGroup
public void setInputFieldGroup(FieldGroup value)
value
- allowed object is
FieldGroup
public List<Field> getInputField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the inputField property.
For example, to add a new item, do as follows:
getInputField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
Field
public List<Field> getOutputField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the outputField property.
For example, to add a new item, do as follows:
getOutputField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
Field
public void setId(String value)
value
- allowed object is
String
@Deprecated public String getDelimiter()
String
@Deprecated public void setDelimiter(String value)
value
- allowed object is
String
@Deprecated public String getDelimiterString()
String
@Deprecated public void setDelimiterString(String value)
value
- allowed object is
String
public String getLookupTableName()
String
public void setLookupTableName(String value)
value
- allowed object is
String
@Deprecated public String getStrategy()
String
@Deprecated public void setStrategy(String value)
value
- allowed object is
String
@Deprecated public String getStrategyClassName()
String
@Deprecated public void setStrategyClassName(String value)
value
- allowed object is
String
Copyright © 2020 JBoss by Red Hat. All rights reserved.