org.jvnet.annox.model
Class XAnnotationField.XField<T>

java.lang.Object
  extended by org.jvnet.annox.model.XAnnotationField<T>
      extended by 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 Class Summary
 
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
 
Constructor Summary
XAnnotationField.XField(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jvnet.annox.model.XAnnotationField
accept, getInternalValue, getName, getResult, getType, getValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XAnnotationField.XField

public XAnnotationField.XField(String name)
Method Detail

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.