Class OutputDefinition
java.lang.Object
com.orchestranetworks.addon.dex.transformation.OutputDefinition
Defines the output data for a
Transformation
class.- Since:
- 2.3.0
-
Constructor Summary
ConstructorDescriptionOutputDefinition
(com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, boolean isList) -
Method Summary
-
Constructor Details
-
OutputDefinition
public OutputDefinition(com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, boolean isList)
-
-
Method Details
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns a description of output data. -
getType
public com.orchestranetworks.schema.SchemaTypeName getType()Returns theSchemaTypeName
of output data. -
isList
public boolean isList()Returnstrue
if the output data is a list.
-