public interface PropertyValue
Modifier and Type | Method and Description |
---|---|
PropertyValue |
copyTo(PropertyMapImpl propertyMap) |
void |
dump(Printer printer) |
java.lang.Object |
get(PropertyMapImpl map) |
PropertyValue |
getParent() |
PropertyValue |
getSubValue(PropertyMapImpl object) |
java.lang.Object |
getWithDefault(PropertyMapImpl object) |
boolean |
isSerializable() |
void |
unset() |
void |
updateListener(boolean enable) |
void |
write(java.io.ObjectOutputStream out) |
java.lang.Object get(PropertyMapImpl map)
java.lang.Object getWithDefault(PropertyMapImpl object)
PropertyValue getSubValue(PropertyMapImpl object)
void unset()
PropertyValue getParent()
void dump(Printer printer)
void write(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
void updateListener(boolean enable)
boolean isSerializable()
PropertyValue copyTo(PropertyMapImpl propertyMap)