|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Mirror API DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
TypeElement.
@Deprecated public interface EnumDeclaration extends ClassDeclaration
Represents the declaration of an enum type.
| Modifier and Type | Method and Description |
|---|---|
Collection<EnumConstantDeclaration> |
getEnumConstants()
Deprecated. 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 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2004, 2010, Oracle Corporation. All rights reserved.