|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor<T>
com.bm.ejb3metadata.annotations.analyzer.EnumAnnotationVisitor<T>
T
- the ClassAnnotationMetadata or MethodAnnotationMetadata.public abstract class EnumAnnotationVisitor<T>
This class manages the handling of enum values.
Constructor Summary | |
---|---|
EnumAnnotationVisitor(T annotationMetadata)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getValue()
|
void |
visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
Visits an enumeration value of the annotation. |
Methods inherited from class com.bm.ejb3metadata.annotations.analyzer.AbsAnnotationVisitor |
---|
getAnnotationMetadata, visit, visitAnnotation, visitArray, visitEnd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ejb3unit.asm.jar.AnnotationVisitor |
---|
visit, visitAnnotation, visitArray, visitEnd |
Methods inherited from interface com.bm.ejb3metadata.annotations.analyzer.AnnotationType |
---|
getType |
Constructor Detail |
---|
public EnumAnnotationVisitor(T annotationMetadata)
annotationMetadata
- linked to a <T> metadata.Method Detail |
---|
public void visitEnum(java.lang.String name, java.lang.String desc, java.lang.String value)
visitEnum
in interface org.ejb3unit.asm.jar.AnnotationVisitor
visitEnum
in class AbsAnnotationVisitor<T>
name
- the value name.desc
- the class descriptor of the enumeration class.value
- the actual enumeration value.public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |