T
- Type of the array element.public abstract static class XAnnotationField.XArrayField<T> extends XAnnotationField<T[]>
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 and Description |
---|
XAnnotationField.XArrayField(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object[] |
getInternalValue()
Returns the internal value of the field used for
Object.hashCode() ,
Object.equals(Object) and Object.toString() operations. |
Object |
getResult()
Returns the result value of the field.
|
int |
hashCode() |
String |
toString() |
accept, getName, getType, getValue
public XAnnotationField.XArrayField(String name)
public Object[] getInternalValue()
XAnnotationField
Object.hashCode()
,
Object.equals(Object)
and Object.toString()
operations. Defaults to
the value of the field.getInternalValue
in class XAnnotationField<T[]>
public Object getResult()
XAnnotationField
getResult
in class XAnnotationField<T[]>
Copyright © 2006–2013 Highsource. All rights reserved.