public class ConfigurationProperty extends Property implements java.io.Serializable
Constructor and Description |
---|
ConfigurationProperty()
Constructor taking no arguments.
|
ConfigurationProperty(java.lang.String id,
java.lang.String type,
java.lang.Object value,
java.lang.String nameKey)
Constructor taking property ID, type, value and name message key.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getBooleanValue, getConstraints, getDescriptionKey, getDisplayOrder, getId, getIntegerValue, getNameKey, getStringValue, getType, getUnitsKey, getValidValues, getValue, isInternal, isReadOnly, isRequired, isUsingMessageKeys, setBooleanValue, setConstraints, setDescriptionKey, setDisplayOrder, setId, setIntegerValue, setInternal, setNameKey, setReadOnly, setRequired, setStringValue, setType, setUnitsKey, setUsingMessageKeys, setValidValues, setValue
public ConfigurationProperty()
public ConfigurationProperty(java.lang.String id, java.lang.String type, java.lang.Object value, java.lang.String nameKey)
id
- type
- value
- nameKey
-