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
ConstructorsConstructorDescriptionParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.base.text.UserMessageDeprecated.Returns the description of parameter.getName()Deprecated.Returns the name of parameter.com.orchestranetworks.schema.SchemaTypeNamegetType()Deprecated.Returns theSchemaTypeNameof parameter.getValue()Deprecated.Returns theStringvalue 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 theSchemaTypeNameof parameter. -
getValue
Deprecated.Returns theStringvalue of parameter.
-
ParameterDefinition.