java.lang.Object
com.orchestranetworks.addon.dex.mapping.FieldMapping<SC,TC> 
Specifies the configuration used when mapping between source and target fields.
- Since:
 - 2.3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the list ofParameterDefinitionfor aTransformation.Returns the list of additional field mappings.Returns the specifiedMappingTypeto this.Returns theEBXLinkFieldthat composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key.Returns the specified source field.Returns the specified target field.Returns theTransformationDefinitionmapping type to this field mapping.inthashCode()booleanReturnstrueif the field mapping has theTransformationDefinition.voidsetActualParameterDefinitions(List<ParameterDefinition> actualParameterDefinitions) Sets the list ofParameterDefinitionfor aTransformation.voidsetAdditionalFieldMappings(List<AdditionalFieldMapping<Field>> additionalFieldMappings) Sets a list of additional field mappings to this.voidsetMappingType(MappingType mappingType) Sets aMappingTypeto this.voidsetReferenceField(EBXField referenceField) Sets theEBXLinkFieldthat composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key.voidsetTransformationDefinition(TransformationDefinition transformationDefinition) Sets theTransformationDefinitionmapping type to this field mapping. 
- 
Constructor Details
- 
FieldMapping
- Throws:
 DataExchangeException
 
 - 
 - 
Method Details
- 
getActualParameterDefinitions
Returns the list ofParameterDefinitionfor aTransformation. - 
setActualParameterDefinitions
Sets the list ofParameterDefinitionfor aTransformation. - 
hasTransformationDefinition
public boolean hasTransformationDefinition()Returnstrueif the field mapping has theTransformationDefinition. - 
getSourceField
Returns the specified source field. - 
getTargetField
Returns the specified target field. - 
setMappingType
Sets aMappingTypeto this. - 
getMappingType
Returns the specifiedMappingTypeto this. - 
getTransformationDefinition
Returns theTransformationDefinitionmapping type to this field mapping. - 
setTransformationDefinition
Sets theTransformationDefinitionmapping type to this field mapping. - 
getAdditionalFieldMappings
Returns the list of additional field mappings. - 
setAdditionalFieldMappings
Sets a list of additional field mappings to this. - 
getReferenceField
Returns theEBXLinkFieldthat composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key. This is only used when importing and exporting Excel or CSV. - 
setReferenceField
Sets theEBXLinkFieldthat composes the primary key of the table referenced by the EBX® source, or target field when the source or target field is a foreign key. This is only used when importing and exporting Excel or CSV. - 
hashCode
public int hashCode() - 
equals
 
 -