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