org.jvnet.annox.model
Class XAnnotationField.XField<T>
java.lang.Object
org.jvnet.annox.model.XAnnotationField<T>
org.jvnet.annox.model.XAnnotationField.XField<T>
- Type Parameters:
T
- Type of the annotation field.
- Direct Known Subclasses:
- XAnnotationField.XClass, XAnnotationField.XFixedField
- Enclosing class:
- XAnnotationField<T>
public abstract static class XAnnotationField.XField<T>
- extends XAnnotationField<T>
Basic annotation field.
- Author:
- Aleksei Valikov
Nested classes/interfaces inherited from class org.jvnet.annox.model.XAnnotationField |
XAnnotationField.XAnnotation, XAnnotationField.XAnnotationArray, XAnnotationField.XArrayField<T>, XAnnotationField.XBoolean, XAnnotationField.XBooleanArray, XAnnotationField.XByte, XAnnotationField.XByteArray, XAnnotationField.XChar, XAnnotationField.XCharArray, XAnnotationField.XClass, XAnnotationField.XClassArray, XAnnotationField.XDouble, XAnnotationField.XDoubleArray, XAnnotationField.XEnum, XAnnotationField.XEnumArray, XAnnotationField.XField<T>, XAnnotationField.XFixedArrayField<T>, XAnnotationField.XFixedField<T>, XAnnotationField.XFloat, XAnnotationField.XFloatArray, XAnnotationField.XInt, XAnnotationField.XIntArray, XAnnotationField.XLong, XAnnotationField.XLongArray, XAnnotationField.XShort, XAnnotationField.XShortArray, XAnnotationField.XString, XAnnotationField.XStringArray |
XAnnotationField.XField
public XAnnotationField.XField(String name)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2006-2012 Highsource. All Rights Reserved.