net.infonode.properties.propertymap.value
public class SimplePropertyValue extends Object implements PropertyValue
Version: $Revision: 1.14 $
Constructor Summary | |
---|---|
SimplePropertyValue(Object value) |
Method Summary | |
---|---|
PropertyValue | copyTo(PropertyMapImpl propertyMap) |
static PropertyValue | decode(ObjectInputStream in) |
void | dump(Printer printer) |
boolean | equals(Object obj) |
Object | get(PropertyMapImpl object) |
PropertyValue | getParent() |
PropertyValue | getSubValue(PropertyMapImpl object) |
Object | getWithDefault(PropertyMapImpl object) |
int | hashCode() |
boolean | isSerializable() |
static void | skip(ObjectInputStream in) |
String | toString() |
void | unset() |
void | updateListener(boolean enable) |
void | write(ObjectOutputStream out) |