|
Mirror API | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface EnumDeclaration
enum 型の宣言を表します。
| メソッドの概要 | |
|---|---|
Collection<EnumConstantDeclaration> |
getEnumConstants()
この enum に定義された enum 定数を返します。 |
| インタフェース com.sun.mirror.declaration.ClassDeclaration から継承されたメソッド |
|---|
getConstructors, getMethods, getSuperclass |
| インタフェース com.sun.mirror.declaration.TypeDeclaration から継承されたメソッド |
|---|
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces |
| インタフェース com.sun.mirror.declaration.MemberDeclaration から継承されたメソッド |
|---|
getDeclaringType |
| インタフェース com.sun.mirror.declaration.Declaration から継承されたメソッド |
|---|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| メソッドの詳細 |
|---|
Collection<EnumConstantDeclaration> getEnumConstants()
|
Mirror API | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||