Class ParameterDefinition
java.lang.Object
com.orchestranetworks.addon.dex.transformation.ParameterDefinition
Defines the parameter for a
Transformation
class.- Since:
- 2.3.0
-
Constructor Summary
ConstructorDescriptionParameterDefinition
(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 theSchemaTypeName
of the parameter. -
getValue
Returns theString
value of the parameter.
-