public static interface Java.EnumDeclaration extends Java.ClassDeclaration, Java.NamedTypeDeclaration, Java.DocCommentable
| Modifier and Type | Method and Description |
|---|---|
void |
addConstant(Java.EnumConstant ec)
Adds another constant to this enum declaration.
|
List<Java.EnumConstant> |
getConstants() |
Java.Type[] |
getImplementedTypes() |
String |
getName() |
getSyntheticFields, getVariableDeclaratorsAndInitializersgetOptionalTypeParametersaccept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, getMethodDeclarations, getModifierFlagsgetAnnotationsgetLocation, throwCompileExceptiongetEnclosingScopegetDocComment, hasDeprecatedDocTagString getName()
getName in interface Java.NamedTypeDeclarationJava.Type[] getImplementedTypes()
List<Java.EnumConstant> getConstants()
void addConstant(Java.EnumConstant ec)