protected static class PropertyPath.PropertyContainer extends Object implements RevisionHandler
Modifier and Type | Field and Description |
---|---|
protected PropertyDescriptor |
m_Descriptor
the descriptor
|
protected Object |
m_Object
the associated object
|
Constructor and Description |
---|
PropertyContainer(PropertyDescriptor desc,
Object obj)
initializes the container
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
getDescriptor()
returns the stored descriptor
|
Object |
getObject()
returns the stored object
|
String |
getRevision()
Returns the revision string.
|
protected PropertyDescriptor m_Descriptor
protected Object m_Object
public PropertyContainer(PropertyDescriptor desc, Object obj)
desc
- the property descriptorobj
- the associated objectpublic PropertyDescriptor getDescriptor()
public Object getObject()
public String getRevision()
getRevision
in interface RevisionHandler
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.