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