|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.annox.model.XAnnotated
public abstract class XAnnotated
Defines an item with an array of the associated annotations.
Constructor Summary | |
---|---|
XAnnotated(XAnnotation[] xannotations)
Constructs an annotated item. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Annotation[] |
getAnnotations()
Returns annotations for this annotated item. |
XAnnotation[] |
getXAnnotations()
Returns the annotations associated with the item. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XAnnotated(XAnnotation[] xannotations)
xannotations
- item annotations, may be null
Method Detail |
---|
public XAnnotation[] getXAnnotations()
public Annotation[] getAnnotations()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |