public class PropertyNode extends Object implements Serializable, RevisionHandler
Modifier and Type | Field and Description |
---|---|
Class |
parentClass
The class of the object with this property
|
PropertyDescriptor |
property
Other info about the property
|
Object |
value
The current property value
|
Constructor and Description |
---|
PropertyNode(Object pValue)
Creates a mostly empty property.
|
PropertyNode(Object pValue,
PropertyDescriptor prop,
Class pClass)
Creates a fully specified property node.
|
public Object value
public Class parentClass
public PropertyDescriptor property
public PropertyNode(Object pValue)
pValue
- a property value.public PropertyNode(Object pValue, PropertyDescriptor prop, Class pClass)
pValue
- the current property value.prop
- the PropertyDescriptor.pClass
- the Class of the object with this property.public String toString()
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.