public static enum DeclaredMembers.View extends java.lang.Enum<DeclaredMembers.View>
Enum
implementation that provides different views of a class's members.Enum Constant and Description |
---|
CONSTRUCTORS |
FIELDS |
METHODS |
Modifier and Type | Method and Description |
---|---|
(package private) abstract java.lang.reflect.Member[] |
members(java.lang.Class<?> clazz) |
static DeclaredMembers.View |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclaredMembers.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeclaredMembers.View CONSTRUCTORS
public static final DeclaredMembers.View METHODS
public static final DeclaredMembers.View FIELDS
public static DeclaredMembers.View[] values()
for (DeclaredMembers.View c : DeclaredMembers.View.values()) System.out.println(c);
public static DeclaredMembers.View valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullabstract java.lang.reflect.Member[] members(java.lang.Class<?> clazz)