Class AggregateTransformationDefinition<I,O>
- java.lang.Object
-
- com.orchestranetworks.addon.dint.transformation.ValidatableDefinition
-
- com.orchestranetworks.addon.dint.transformation.aggregate.AggregateTransformationDefinition<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<java.util.List<I>,O>
- Direct Known Subclasses:
IntegerAggregate,StringConcat
public abstract class AggregateTransformationDefinition<I,O> extends com.orchestranetworks.addon.dint.transformation.ValidatableDefinition implements TransformationDefinition<java.util.List<I>,O>
Represents a transformation function ofTransformationCategory.AGGREGATE.- Since:
- 4.1.0
-
-
Constructor Summary
Constructors Constructor Description AggregateTransformationDefinition()
-
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>
-
-