public final class PropertyData extends ParameterDefinition implements Cloneable
| Constructor and Description |
|---|
PropertyData(String name,
com.orchestranetworks.schema.SchemaTypeName type,
com.onwbp.base.text.UserMessage description,
boolean mandatory) |
PropertyData(String name,
com.orchestranetworks.schema.SchemaTypeName type,
com.onwbp.base.text.UserMessage description,
String defaultValue,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
PropertyData |
clone()
Returns a clone of this property data.
|
String |
getValue()
Returns the value of this property data.
|
boolean |
isMandatory()
Returns
true if this property is mandatory. |
void |
setValue(String value)
Sets the value of this property data.
|
getDescription, getName, getTypepublic PropertyData(String name, com.orchestranetworks.schema.SchemaTypeName type, com.onwbp.base.text.UserMessage description, String defaultValue, boolean mandatory)
public PropertyData(String name, com.orchestranetworks.schema.SchemaTypeName type, com.onwbp.base.text.UserMessage description, boolean mandatory)
public PropertyData clone()
public String getValue()
public boolean isMandatory()
true if this property is mandatory.public void setValue(String value)