Interface AnnotationValue.OfEnum
- All Superinterfaces:
AnnotationValue
- Enclosing interface:
AnnotationValue
- Since:
- 24
-
Nested Class Summary
Nested classes/interfaces inherited from interface AnnotationValue
AnnotationValue.OfAnnotation, AnnotationValue.OfArray, AnnotationValue.OfBoolean, AnnotationValue.OfByte, AnnotationValue.OfChar, AnnotationValue.OfClass, AnnotationValue.OfConstant, AnnotationValue.OfDouble, AnnotationValue.OfEnum, AnnotationValue.OfFloat, AnnotationValue.OfInt, AnnotationValue.OfLong, AnnotationValue.OfShort, AnnotationValue.OfString
-
Field Summary
Fields inherited from interface AnnotationValue
TAG_ANNOTATION, TAG_ARRAY, TAG_BOOLEAN, TAG_BYTE, TAG_CHAR, TAG_CLASS, TAG_DOUBLE, TAG_ENUM, TAG_FLOAT, TAG_INT, TAG_LONG, TAG_SHORT, TAG_STRING
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum class descriptor string.default ClassDesc
Returns the enum class descriptor.Returns the enum constant name.Methods inherited from interface AnnotationValue
tag
-
Method Details
-
className
Utf8Entry className()Returns the enum class descriptor string.- Returns:
- the enum class descriptor string
-
classSymbol
Returns the enum class descriptor.- Returns:
- the enum class descriptor
-
constantName
-