static final class PropertyMapImpl.PropertyImpl extends java.lang.Object implements PropertyMap.Property
| Modifier and Type | Field and Description |
|---|---|
private byte |
_flag |
private java.lang.String |
_name |
private DataType |
_type |
private java.lang.Object |
_value |
| Modifier | Constructor and Description |
|---|---|
private |
PropertyImpl(java.lang.String name,
DataType type,
byte flag,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getFlag() |
java.lang.String |
getName() |
DataType |
getType() |
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object newValue)
Sets the new value for this property.
|
java.lang.String |
toString() |
private final java.lang.String _name
private final DataType _type
private final byte _flag
private java.lang.Object _value
private PropertyImpl(java.lang.String name,
DataType type,
byte flag,
java.lang.Object value)
public java.lang.String getName()
getName in interface PropertyMap.Propertypublic DataType getType()
getType in interface PropertyMap.Propertypublic java.lang.Object getValue()
getValue in interface PropertyMap.Propertypublic void setValue(java.lang.Object newValue)
PropertyMap.PropertyPropertyMap.save() method has been called.setValue in interface PropertyMap.Propertypublic byte getFlag()
public java.lang.String toString()
toString in class java.lang.Object