Class ParameterDefinition
java.lang.Object
com.orchestranetworks.addon.dint.transformation.ParameterDefinition
The definition of a transformation's parameter.
- Since:
- 4.1.0
- See Also:
-
Constructor Summary
ConstructorDescriptionParameterDefinition
(String name, com.onwbp.base.text.UserMessage label) Constructs a newParameterDefinition
.ParameterDefinition
(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, String defaultValue) Constructs a newParameterDefinition
. -
Method Summary
-
Constructor Details
-
ParameterDefinition
Constructs a newParameterDefinition
.- Parameters:
name
- the unique name.label
- the label.
-
ParameterDefinition
public ParameterDefinition(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, String defaultValue) Constructs a newParameterDefinition
.- Parameters:
name
- the unique name.label
- the label.description
- the description.defaultValue
- the default value.
-
-
Method Details
-
getName
Returns the unique name. -
getLabel
public com.onwbp.base.text.UserMessage getLabel()Returns the label. -
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns the description. -
getDefaultValue
Returns the default value. -
getDataType
Returns the data type.Limitation: Only support String data type
DefaultDataTypes.STRING
-