net.infonode.properties.propertymap.value
public class PropertyRefValue extends Object implements PropertyValue, SignalListener
Version: $Revision: 1.17 $
Constructor Summary | |
---|---|
PropertyRefValue(PropertyMapImpl map, Property property, PropertyMapRef propertyObjectRef, Property propertyRef, PropertyRefValue parentRef) |
Method Summary | |
---|---|
PropertyValue | copyTo(PropertyMapImpl propertyMap) |
static PropertyValue | decode(ObjectInputStream in, PropertyMapImpl propertyObject, Property property) |
void | dump(Printer printer) |
Object | get(PropertyMapImpl object) |
PropertyMapImpl | getMap() |
PropertyValue | getParent() |
Property | getProperty() |
PropertyValue | getSubValue(PropertyMapImpl object) |
Object | getWithDefault(PropertyMapImpl object) |
boolean | isSerializable() |
void | signalEmitted(Signal signal, Object object) |
static void | skip(ObjectInputStream in) |
String | toString() |
void | unset() |
void | updateListener(boolean enable) |
void | write(ObjectOutputStream out) |