TypeElement
.@Deprecated public interface EnumDeclaration extends ClassDeclaration
Modifier and Type | Method and Description |
---|---|
Collection<EnumConstantDeclaration> |
getEnumConstants()
Deprecated.
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 © 2004, 2013, Oracle and/or its affiliates. All rights reserved.