Class InputDefinition
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.transformation.InputDefinition
-
public final class InputDefinition extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byInputDefinition.Defines the input data for aTransformationclass.- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description InputDefinition(java.lang.String name, 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 description of input data.java.lang.StringgetName()Deprecated.Returns name of input data.com.orchestranetworks.schema.SchemaTypeNamegetType()Deprecated.ReturnsSchemaTypeNameof input data.booleanisList()Deprecated.Returnstrueif input data is a list.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.Returns name of input data.
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()
Deprecated.Returns description of input data.
-
getType
public com.orchestranetworks.schema.SchemaTypeName getType()
Deprecated.ReturnsSchemaTypeNameof input data.
-
isList
public boolean isList()
Deprecated.Returnstrueif input data is a list.
-
-