public static enum MemberInfo.Group extends Enum<MemberInfo.Group>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
FIELD
member represents field
|
IMPLEMENTS
member is in implements clause
|
METHOD
member represents method
|
TYPE
member represents type
|
Modifier and Type | Method and Description |
---|---|
static MemberInfo.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemberInfo.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemberInfo.Group IMPLEMENTS
public static final MemberInfo.Group METHOD
public static final MemberInfo.Group FIELD
public static final MemberInfo.Group TYPE
public static MemberInfo.Group[] values()
public static MemberInfo.Group valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null