org.jvnet.annox.model
Class XAnnotationField.XFixedArrayField<T>
java.lang.Object
org.jvnet.annox.model.XAnnotationField<T[]>
org.jvnet.annox.model.XAnnotationField.XArrayField<T>
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 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 |
Method Summary |
T[] |
getValue()
Returns the value of the field. |
XAnnotationField.XFixedArrayField
public XAnnotationField.XFixedArrayField(String name,
T[] value)
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-2012 Highsource. All Rights Reserved.