Class AggregationTransformationExecutionValue
- java.lang.Object
-
- com.orchestranetworks.addon.dex.transformation.AggregationTransformationExecutionValue
-
public final class AggregationTransformationExecutionValue extends java.lang.ObjectSpecifies the configuration used to import data into a file.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldgetField()Returns the source node during transfer or export andnullduring import.java.lang.ObjectgetValue()Returns the input value to transfer, export, or import data through an aggregation transformation function.
-
-
-
Method Detail
-
getField
public Field getField()
Returns the source node during transfer or export andnullduring import.
-
getValue
public java.lang.Object getValue()
Returns the input value to transfer, export, or import data through an aggregation transformation function.
-
-