Enum Constant and Description |
---|
AE |
AS |
AT |
CS |
DA |
DS |
DT |
FD |
FL |
IS |
LO |
LT |
OB |
OD |
OF |
OL |
OV |
OW |
PN |
SH |
SL |
SQ |
SS |
ST |
SV |
TM |
UC |
UI |
UL |
UN |
UR |
US |
UT |
UV |
Modifier and Type | Method and Description |
---|---|
static MCvr.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MCvr.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCvr.Code AE
public static final MCvr.Code AS
public static final MCvr.Code CS
public static final MCvr.Code DA
public static final MCvr.Code DS
public static final MCvr.Code DT
public static final MCvr.Code IS
public static final MCvr.Code LO
public static final MCvr.Code LT
public static final MCvr.Code PN
public static final MCvr.Code SH
public static final MCvr.Code ST
public static final MCvr.Code TM
public static final MCvr.Code UC
public static final MCvr.Code UR
public static final MCvr.Code UT
public static final MCvr.Code UI
public static final MCvr.Code SS
public static final MCvr.Code US
public static final MCvr.Code AT
public static final MCvr.Code SL
public static final MCvr.Code UL
public static final MCvr.Code SV
public static final MCvr.Code UV
public static final MCvr.Code FL
public static final MCvr.Code FD
public static final MCvr.Code UN
public static final MCvr.Code OB
public static final MCvr.Code OW
public static final MCvr.Code OV
public static final MCvr.Code OL
public static final MCvr.Code OD
public static final MCvr.Code OF
public static final MCvr.Code SQ
public static MCvr.Code[] values()
for (MCvr.Code c : MCvr.Code.values()) System.out.println(c);
public static MCvr.Code 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