public class PropertyValue extends Object
| Constructor and Description |
|---|
PropertyValue() |
PropertyValue(String datatype,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype()
Gets the datatype value for this PropertyValue.
|
String |
getValue()
Gets the value value for this PropertyValue.
|
void |
setDatatype(String datatype)
Sets the datatype value for this PropertyValue.
|
void |
setValue(String value)
Sets the value value for this PropertyValue.
|
public String getDatatype()
public void setDatatype(String datatype)
datatype - public String getValue()
public void setValue(String value)
value -