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 PropertyValuevoidbooleanget(PropertyMapImpl object) getSubValue(PropertyMapImpl object) getWithDefault(PropertyMapImpl object) inthashCode()booleanstatic voidtoString()voidunset()voidupdateListener(boolean enable) voidwrite(ObjectOutputStream out)
-
Constructor Details
-
SimplePropertyValue
-
-
Method Details
-
updateListener
public void updateListener(boolean enable) - Specified by:
updateListenerin interfacePropertyValue
-
getParent
- Specified by:
getParentin interfacePropertyValue
-
get
- Specified by:
getin interfacePropertyValue
-
getWithDefault
- Specified by:
getWithDefaultin interfacePropertyValue
-
getSubValue
- Specified by:
getSubValuein interfacePropertyValue
-
unset
public void unset()- Specified by:
unsetin interfacePropertyValue
-
toString
-
dump
- Specified by:
dumpin interfacePropertyValue
-
equals
-
hashCode
public int hashCode() -
write
- Specified by:
writein interfacePropertyValue- Throws:
IOException
-
isSerializable
public boolean isSerializable()- Specified by:
isSerializablein interfacePropertyValue
-
decode
- Throws:
IOException
-
skip
- Throws:
IOException
-
copyTo
- Specified by:
copyToin interfacePropertyValue
-