java.lang.Object
com.orchestranetworks.addon.dint.mapping.steps.MappingStep<SF,TF>
 
com.orchestranetworks.addon.dint.mapping.steps.TargetFieldMappingStep<SF,TF> 
public final class TargetFieldMappingStep<SF extends Field,TF extends Field> 
extends MappingStep<SF,TF> 
Mapping step for a target 
Field.
 Complex field is not allowed.
- Since:
 - 4.1.0
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetField()Returns the field of this step.final DataTypeReturns the data type of the input.final DataTypeReturns the output data type of this step.final booleanReturnstrueif the input of this step is multi-valued.final booleanReturnstrueif the output of this step is multi-valued.final booleanReturnstrueif input size is unbounded.final booleanReturnstrueif output size is unbounded.Methods inherited from class com.orchestranetworks.addon.dint.mapping.steps.MappingStep
equals, hashCode 
- 
Method Details
- 
getField
Returns the field of this step. - 
getInputDataType
Description copied from class:MappingStepReturns the data type of the input.- Specified by:
 getInputDataTypein classMappingStep<SF extends Field,TF extends Field> 
 - 
hasMultiValuedInput
public final boolean hasMultiValuedInput()Description copied from class:MappingStepReturnstrueif the input of this step is multi-valued.- Specified by:
 hasMultiValuedInputin classMappingStep<SF extends Field,TF extends Field> 
 - 
hasUnboundedInputSize
public final boolean hasUnboundedInputSize()Description copied from class:MappingStepReturnstrueif input size is unbounded.Returns
falseif input size is fixed.- Specified by:
 hasUnboundedInputSizein classMappingStep<SF extends Field,TF extends Field> 
 - 
getOutputDataType
Description copied from class:MappingStepReturns the output data type of this step.- Specified by:
 getOutputDataTypein classMappingStep<SF extends Field,TF extends Field> 
 - 
hasMultiValuedOutput
public final boolean hasMultiValuedOutput()Description copied from class:MappingStepReturnstrueif the output of this step is multi-valued.- Specified by:
 hasMultiValuedOutputin classMappingStep<SF extends Field,TF extends Field> 
 - 
hasUnboundedOutputSize
public final boolean hasUnboundedOutputSize()Description copied from class:MappingStepReturnstrueif output size is unbounded.Returns
falseif output size is fixed.- Specified by:
 hasUnboundedOutputSizein classMappingStep<SF extends Field,TF extends Field> 
 
 -