Interface PropertyValue
- All Known Implementing Classes:
PropertyRefValue
,SimplePropertyValue
public interface PropertyValue
-
Method Summary
Modifier and TypeMethodDescriptioncopyTo
(PropertyMapImpl propertyMap) void
get
(PropertyMapImpl map) getSubValue
(PropertyMapImpl object) getWithDefault
(PropertyMapImpl object) boolean
void
unset()
void
updateListener
(boolean enable) void
write
(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
-