Class OutputDefinition
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.transformation.OutputDefinition
-
@Deprecated public final class OutputDefinition extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byOutputDefinition.Defines the output data for aTransformationclass.- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description OutputDefinition(com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, boolean isList)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Deprecated.Returns a description of output data.com.orchestranetworks.schema.SchemaTypeNamegetType()Deprecated.ReturnsSchemaTypeNameof output data.booleanisList()Deprecated.Returnstrueif output data is a list.
-
-
-
Method Detail
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()
Deprecated.Returns a description of output data.
-
getType
public com.orchestranetworks.schema.SchemaTypeName getType()
Deprecated.ReturnsSchemaTypeNameof output data.
-
isList
public boolean isList()
Deprecated.Returnstrueif output data is a list.
-
-