public interface EnumDeclaration extends AbstractTypeDeclaration
The following features are supported:
JavaPackage.getEnumDeclaration()| Modifier and Type | Method and Description |
|---|---|
|
getEnumConstants()
Returns the value of the 'Enum Constants' containment reference list.
|
getBodyDeclarations, getCommentsAfterBody, getCommentsBeforeBody, getPackage, getSuperInterfaces, setPackagegetAbstractTypeDeclaration, getAnnotations, getAnonymousClassDeclarationOwner, getModifier, setAbstractTypeDeclaration, setAnonymousClassDeclarationOwner, setModifiergetUsagesInTypeAccessgetName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetEnumConstants()
EnumConstantDeclaration.
If the meaning of the 'Enum Constants' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getEnumDeclaration_EnumConstants()