org.progeeks.meta.annotate
Class PropertyKey
java.lang.Object
org.progeeks.meta.annotate.PropertyKey
public class PropertyKey
- extends java.lang.Object
A key representing a single property of a meta-class. This
can be used to look-up property-speficic annotations within an
AnnotationMap.
- Version:
- $Revision: 1.1 $
- Author:
- Paul Speed
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertyKey
public PropertyKey(MetaClass metaClass,
java.lang.String propertyName)
getPropertyName
public java.lang.String getPropertyName()
getMetaClass
public MetaClass getMetaClass()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2003 Paul Speed. All Rights Reserved.