|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.PropertyEntry
public final class PropertyEntry
This class represents a property of an object. Objects of this class may be found in the resolution trace of a YanException object to represent a frame of a property instantiation.
Codehaus.org.
| Constructor Summary | |
|---|---|
PropertyEntry(java.lang.Object obj,
java.lang.Object key)
Create a PropertyEntry object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getObject()
Gets the object that has the property. |
java.lang.Object |
getPropertyKey()
Gets the property key. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEntry(java.lang.Object obj,
java.lang.Object key)
obj - the object that has the property.key - the property key.| Method Detail |
|---|
public java.lang.Object getPropertyKey()
public java.lang.Object getObject()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||