public static class XAnnotationField.XCharArray extends XAnnotationField.XFixedArrayField<Character>
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 |
---|
XCharArray(String name,
Character[] value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(XAnnotationVisitor<T> visitor)
Accepts the annotation visitor.
|
Class<?> |
getType()
Return the type of the field.
|
getValue
equals, getInternalValue, getResult, hashCode, toString
getName
public Class<?> getType()
XAnnotationField
getType
in class XAnnotationField<Character[]>
public <T> T accept(XAnnotationVisitor<T> visitor)
XAnnotationField
accept
in class XAnnotationField<Character[]>
T
- Return type of the visitor.visitor
- visitor to accept.Copyright © 2006–2015 Highsource. All rights reserved.