Interface PropertyValue
- All Known Implementing Classes:
PropertyRefValue,SimplePropertyValue
public interface PropertyValue
-
Method Summary
Modifier and TypeMethodDescriptioncopyTo(PropertyMapImpl propertyMap) voidget(PropertyMapImpl map) getSubValue(PropertyMapImpl object) getWithDefault(PropertyMapImpl object) booleanvoidunset()voidupdateListener(boolean enable) voidwrite(ObjectOutputStream out)
-
Method Details
-
get
-
getWithDefault
-
getSubValue
-
unset
void unset() -
getParent
PropertyValue getParent() -
dump
-
write
- Throws:
IOException
-
updateListener
void updateListener(boolean enable) -
isSerializable
boolean isSerializable() -
copyTo
-