Class SplitTransformationDefinition<I,O>
- java.lang.Object
-
- com.orchestranetworks.addon.dint.transformation.ValidatableDefinition
-
- com.orchestranetworks.addon.dint.transformation.split.SplitTransformationDefinition<I,O>
-
- Type Parameters:
I- The input value type. Must be compatible withInputDefinition.getType().O- The output value type. Must be compatible withOutputDefinition.getType().
- All Implemented Interfaces:
TransformationDefinition<I,java.util.List<O>>
- Direct Known Subclasses:
SplitToAMultiValuedField,StringSplit
public abstract class SplitTransformationDefinition<I,O> extends com.orchestranetworks.addon.dint.transformation.ValidatableDefinition implements TransformationDefinition<I,java.util.List<O>>
Represents a transformation function ofTransformationCategory.SPLIT.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description SplitTransformationDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformationCategorygetTransformationCategory()Returns the category of transformation.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.orchestranetworks.addon.dint.transformation.TransformationDefinition
getCode, getDescription, getFunction, getInputDefinition, getLabel, getOutputDefinition, getParameterDefinitions
-
-
-
-
Method Detail
-
getTransformationCategory
public final TransformationCategory getTransformationCategory()
Description copied from interface:TransformationDefinitionReturns the category of transformation.- Specified by:
getTransformationCategoryin interfaceTransformationDefinition<I,O>
-
-