Interface PropertyValue
-
- All Known Implementing Classes:
PropertyRefValue,SimplePropertyValue
public interface PropertyValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyValuecopyTo(PropertyMapImpl propertyMap)voiddump(Printer printer)java.lang.Objectget(PropertyMapImpl map)PropertyValuegetParent()PropertyValuegetSubValue(PropertyMapImpl object)java.lang.ObjectgetWithDefault(PropertyMapImpl object)booleanisSerializable()voidunset()voidupdateListener(boolean enable)voidwrite(java.io.ObjectOutputStream out)
-
-
-
Method Detail
-
get
java.lang.Object get(PropertyMapImpl map)
-
getWithDefault
java.lang.Object getWithDefault(PropertyMapImpl object)
-
getSubValue
PropertyValue getSubValue(PropertyMapImpl object)
-
unset
void unset()
-
getParent
PropertyValue getParent()
-
dump
void dump(Printer printer)
-
write
void write(java.io.ObjectOutputStream out) throws java.io.IOException- Throws:
java.io.IOException
-
updateListener
void updateListener(boolean enable)
-
isSerializable
boolean isSerializable()
-
copyTo
PropertyValue copyTo(PropertyMapImpl propertyMap)
-
-