public interface EnumDeclaration extends ClassDeclaration
Modifier and Type | Method and Description |
---|---|
Collection<EnumConstantDeclaration> |
getEnumConstants()
Returns the enum constants defined for this enum.
|
getConstructors, getMethods, getSuperclass
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces
getDeclaringType
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
Collection<EnumConstantDeclaration> getEnumConstants()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.