public final class ParameterDefinition extends Object
Transformation
class.Constructor and Description |
---|
ParameterDefinition(String name,
com.onwbp.base.text.UserMessage description,
com.orchestranetworks.schema.SchemaTypeName type,
String value) |
Modifier and Type | Method and Description |
---|---|
com.onwbp.base.text.UserMessage |
getDescription()
Returns the parameter description.
|
String |
getName()
Returns the parameter name.
|
com.orchestranetworks.schema.SchemaTypeName |
getType()
Returns the
SchemaTypeName of the parameter. |
String |
getValue()
Returns the
String value of the parameter. |
public String getName()
public com.onwbp.base.text.UserMessage getDescription()
public com.orchestranetworks.schema.SchemaTypeName getType()
SchemaTypeName
of the parameter.public String getValue()
String
value of the parameter.