Class ParameterDefinition
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.transformation.ParameterDefinition
-
public final class ParameterDefinition extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byParameterDefinition.Defines the parameter for aTransformationclass.- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description ParameterDefinition(java.lang.String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, java.lang.String value)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetDescription()Deprecated.Returns the description of parameter.java.lang.StringgetName()Deprecated.Returns the name of parameter.com.orchestranetworks.schema.SchemaTypeNamegetType()Deprecated.Returns theSchemaTypeNameof parameter.java.lang.StringgetValue()Deprecated.Returns theStringvalue of parameter.
-
-
-
Method Detail
-
getName
public java.lang.String 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
public java.lang.String getValue()
Deprecated.Returns theStringvalue of parameter.
-
-