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

java.lang.Object
  extended by org.jvnet.annox.model.XAnnotationField<T[]>
      extended by org.jvnet.annox.model.XAnnotationField.XArrayField<T>
          extended by org.jvnet.annox.model.XAnnotationField.XFixedArrayField<T>
Type Parameters:
T - Type of the array element.
Direct Known Subclasses:
XAnnotationField.XAnnotationArray, XAnnotationField.XBooleanArray, XAnnotationField.XByteArray, XAnnotationField.XCharArray, XAnnotationField.XDoubleArray, XAnnotationField.XEnumArray, XAnnotationField.XFloatArray, XAnnotationField.XIntArray, XAnnotationField.XLongArray, XAnnotationField.XShortArray, XAnnotationField.XStringArray
Enclosing class:
XAnnotationField<T>

public abstract static class XAnnotationField.XFixedArrayField<T>
extends XAnnotationField.XArrayField<T>

Array field with fixed value.

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.XFixedArrayField(String name, T[] value)
           
 
Method Summary
 T[] getValue()
          Returns the value of the field.
 
Methods inherited from class org.jvnet.annox.model.XAnnotationField.XArrayField
equals, getInternalValue, getResult, hashCode, toString
 
Methods inherited from class org.jvnet.annox.model.XAnnotationField
accept, getName, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XAnnotationField.XFixedArrayField

public XAnnotationField.XFixedArrayField(String name,
                                         T[] value)
Method Detail

getValue

public T[] getValue()
Description copied from class: XAnnotationField
Returns the value of the field.

Specified by:
getValue in class XAnnotationField<T[]>
Returns:
Value of the field.


Copyright © 2006-2011 Highsource. All Rights Reserved.