org.jvnet.annox.model
Class XAnnotationField.XFloatArray

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<Float>
              extended by org.jvnet.annox.model.XAnnotationField.XFloatArray
Enclosing class:
XAnnotationField<T>

public static class XAnnotationField.XFloatArray
extends XAnnotationField.XFixedArrayField<Float>


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

Constructor Detail

XAnnotationField.XFloatArray

public XAnnotationField.XFloatArray(String name,
                                    Float[] value)
Method Detail

getType

public Class<?> getType()
Description copied from class: XAnnotationField
Return the type of the field.

Specified by:
getType in class XAnnotationField<Float[]>
Returns:
Type of the field.

accept

public <T> T accept(XAnnotationVisitor<T> visitor)
Description copied from class: XAnnotationField
Accepts the annotation visitor.

Specified by:
accept in class XAnnotationField<Float[]>
Type Parameters:
T - Return type of the visitor.
Parameters:
visitor - visitor to accept.
Returns:
Result of the visit.


Copyright © 2006-2012 Highsource. All Rights Reserved.