Class SimplePropertyValue
java.lang.Object
net.infonode.properties.propertymap.value.SimplePropertyValue
- All Implemented Interfaces:
PropertyValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyTo
(PropertyMapImpl propertyMap) static PropertyValue
void
boolean
get
(PropertyMapImpl object) getSubValue
(PropertyMapImpl object) getWithDefault
(PropertyMapImpl object) int
hashCode()
boolean
static void
toString()
void
unset()
void
updateListener
(boolean enable) void
write
(ObjectOutputStream out)
-
Constructor Details
-
SimplePropertyValue
-
-
Method Details
-
updateListener
public void updateListener(boolean enable) - Specified by:
updateListener
in interfacePropertyValue
-
getParent
- Specified by:
getParent
in interfacePropertyValue
-
get
- Specified by:
get
in interfacePropertyValue
-
getWithDefault
- Specified by:
getWithDefault
in interfacePropertyValue
-
getSubValue
- Specified by:
getSubValue
in interfacePropertyValue
-
unset
public void unset()- Specified by:
unset
in interfacePropertyValue
-
toString
-
dump
- Specified by:
dump
in interfacePropertyValue
-
equals
-
hashCode
public int hashCode() -
write
- Specified by:
write
in interfacePropertyValue
- Throws:
IOException
-
isSerializable
public boolean isSerializable()- Specified by:
isSerializable
in interfacePropertyValue
-
decode
- Throws:
IOException
-
skip
- Throws:
IOException
-
copyTo
- Specified by:
copyTo
in interfacePropertyValue
-