|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnumDeclaration
Represents the declaration of an enum type.
Method Summary | |
---|---|
Collection<EnumConstantDeclaration> |
getEnumConstants()
Returns the enum constants defined for this enum. |
Methods inherited from interface com.sun.mirror.declaration.ClassDeclaration |
---|
getConstructors, getMethods, getSuperclass |
Methods inherited from interface com.sun.mirror.declaration.TypeDeclaration |
---|
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces |
Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
---|
getDeclaringType |
Methods inherited from interface com.sun.mirror.declaration.Declaration |
---|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
Method Detail |
---|
Collection<EnumConstantDeclaration> getEnumConstants()
|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |