public class SimplePropertyValue extends java.lang.Object implements PropertyValue
| Constructor and Description |
|---|
SimplePropertyValue(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue |
copyTo(PropertyMapImpl propertyMap) |
static PropertyValue |
decode(java.io.ObjectInputStream in) |
void |
dump(Printer printer) |
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get(PropertyMapImpl object) |
PropertyValue |
getParent() |
PropertyValue |
getSubValue(PropertyMapImpl object) |
java.lang.Object |
getWithDefault(PropertyMapImpl object) |
int |
hashCode() |
boolean |
isSerializable() |
static void |
skip(java.io.ObjectInputStream in) |
java.lang.String |
toString() |
void |
unset() |
void |
updateListener(boolean enable) |
void |
write(java.io.ObjectOutputStream out) |
public void updateListener(boolean enable)
updateListener in interface PropertyValuepublic PropertyValue getParent()
getParent in interface PropertyValuepublic java.lang.Object get(PropertyMapImpl object)
get in interface PropertyValuepublic java.lang.Object getWithDefault(PropertyMapImpl object)
getWithDefault in interface PropertyValuepublic PropertyValue getSubValue(PropertyMapImpl object)
getSubValue in interface PropertyValuepublic void unset()
unset in interface PropertyValuepublic java.lang.String toString()
toString in class java.lang.Objectpublic void dump(Printer printer)
dump in interface PropertyValuepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void write(java.io.ObjectOutputStream out)
throws java.io.IOException
write in interface PropertyValuejava.io.IOExceptionpublic boolean isSerializable()
isSerializable in interface PropertyValuepublic static PropertyValue decode(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOExceptionpublic static void skip(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOExceptionpublic PropertyValue copyTo(PropertyMapImpl propertyMap)
copyTo in interface PropertyValue