Class XSingleAnnotationField<T>
java.lang.Object
org.jvnet.basicjaxb_annox.model.annotation.field.XAnnotationField<T>
org.jvnet.basicjaxb_annox.model.annotation.field.XSingleAnnotationField<T>
-
Constructor Summary
ConstructorsConstructorDescriptionXSingleAnnotationField(String name, Class<?> type, XAnnotationValue<T> value) -
Method Summary
Methods inherited from class org.jvnet.basicjaxb_annox.model.annotation.field.XAnnotationField
getInternalValue, getName, getResult
-
Constructor Details
-
XSingleAnnotationField
-
-
Method Details
-
getType
Description copied from class:XAnnotationFieldReturn the type of the field.- Specified by:
getTypein classXAnnotationField<T>- Returns:
- Type of the field.
-
getValue
Description copied from class:XAnnotationFieldReturns the value of the field.- Specified by:
getValuein classXAnnotationField<T>- Returns:
- Value of the field.
-
getAnnotationValue
-
toString
-
hashCode
public int hashCode() -
equals
-
accept
Description copied from class:XAnnotationFieldAccepts the annotation visitor.- Specified by:
acceptin classXAnnotationField<T>- Type Parameters:
P- Return type of the visitor.- Parameters:
visitor- visitor to accept.- Returns:
- Result of the visit.
-