Class ParameterDefinition
java.lang.Object
com.orchestranetworks.addon.dex.transformation.ParameterDefinition
Defines the parameter for a
Transformation class.- Since:
- 2.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value) -
Method Summary
-
Constructor Details
-
ParameterDefinition
-
-
Method Details
-
getName
Returns the parameter name. -
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns the parameter description. -
getType
public com.orchestranetworks.schema.SchemaTypeName getType()Returns theSchemaTypeNameof the parameter. -
getValue
Returns theStringvalue of the parameter.
-