Class ParameterDefinition
java.lang.Object
com.orchestranetworks.addon.dataexchange.transformation.ParameterDefinition
Deprecated.
Defines the parameter for a
Transformation
class.- Since:
- 2.1.0
-
Constructor Summary
ConstructorDescriptionParameterDefinition
(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessage
Deprecated.Returns the description of parameter.getName()
Deprecated.Returns the name of parameter.com.orchestranetworks.schema.SchemaTypeName
getType()
Deprecated.Returns theSchemaTypeName
of parameter.getValue()
Deprecated.Returns theString
value of parameter.
-
Constructor Details
-
Method Details
-
getName
Deprecated.Returns the name of parameter. -
getDescription
public com.onwbp.base.text.UserMessage getDescription()Deprecated.Returns the description of parameter. -
getType
public com.orchestranetworks.schema.SchemaTypeName getType()Deprecated.Returns theSchemaTypeName
of parameter. -
getValue
Deprecated.Returns theString
value of parameter.
-
ParameterDefinition
.