Class EnumAnnotationValue
java.lang.Object
org.jboss.classfilewriter.annotations.AnnotationValue
org.jboss.classfilewriter.annotations.EnumAnnotationValue
- All Implemented Interfaces:
WritableEntry
An enum annotation value
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionEnumAnnotationValue
(ConstPool constPool, String name, Enum<?> value) EnumAnnotationValue
(ConstPool constPool, String name, String enumType, String enumValue) -
Method Summary
Methods inherited from class org.jboss.classfilewriter.annotations.AnnotationValue
getName, write
-
Constructor Details
-
EnumAnnotationValue
-
EnumAnnotationValue
-
-
Method Details
-
getTag
public char getTag()- Specified by:
getTag
in classAnnotationValue
-
writeData
- Specified by:
writeData
in classAnnotationValue
- Throws:
IOException
-