| Enum Constant and Description |
|---|
ANNOTATION |
CLASS |
MEMBER |
SHORT_MEMBER |
| Modifier and Type | Method and Description |
|---|---|
static RemapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemapType SHORT_MEMBER
public static final RemapType MEMBER
public static final RemapType CLASS
public static final RemapType ANNOTATION
public static RemapType[] values()
for (RemapType c : RemapType.values()) System.out.println(c);
public static RemapType 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 null