public final class ParameterDefinition extends Object
TransformationDefinition.getParameterDefinitions()
Constructor and Description |
---|
ParameterDefinition(String name,
com.onwbp.base.text.UserMessage label)
Constructs a new
OutputDefinition . |
ParameterDefinition(String name,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
String defaultValue)
Constructs a new
OutputDefinition . |
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType()
Returns the data type.
|
String |
getDefaultValue()
Returns the default value.
|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the description.
|
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label.
|
String |
getName()
Returns the unique name.
|
public ParameterDefinition(String name, com.onwbp.base.text.UserMessage label)
OutputDefinition
.name
- the unique name.label
- the label.public ParameterDefinition(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, String defaultValue)
OutputDefinition
.name
- the unique name.label
- the label.description
- the description.defaultValue
- the default value.public String getName()
public com.onwbp.base.text.UserMessage getLabel()
public com.onwbp.base.text.UserMessage getDescription()
public String getDefaultValue()
public DataType getDataType()