|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.experiment.PropertyNode
public class PropertyNode
Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
| Field Summary | |
|---|---|
Class |
parentClass
The class of the object with this property |
PropertyDescriptor |
property
Other info about the property |
Object |
value
The current property value |
| Constructor Summary | |
|---|---|
PropertyNode(Object pValue)
Creates a mostly empty property. |
|
PropertyNode(Object pValue,
PropertyDescriptor prop,
Class pClass)
Creates a fully specified property node. |
|
| Method Summary | |
|---|---|
String |
getRevision()
Returns the revision string. |
String |
toString()
Returns a string description of this property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Object value
public Class parentClass
public PropertyDescriptor property
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||