public static enum Options.PR extends Enum<Options.PR>
Enum Constant and Description |
---|
CP |
CPX |
DEBUG |
HEX |
LABS |
LNT |
PC |
SRC |
VAR |
Modifier and Type | Method and Description |
---|---|
static Options.PR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.PR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.PR CP
public static final Options.PR LNT
public static final Options.PR PC
public static final Options.PR LABS
public static final Options.PR CPX
public static final Options.PR SRC
public static final Options.PR HEX
public static final Options.PR VAR
public static final Options.PR DEBUG
public static Options.PR[] values()
for (Options.PR c : Options.PR.values()) System.out.println(c);
public static Options.PR 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 nullCopyright © 2021. All Rights Reserved.