public static enum IO.Types extends Enum<IO.Types>
Enum Constant and Description |
---|
CLM
CLM
|
FCHECK
FCHECK
|
FDET
FDET
|
MFCHECK
MFCHECK
|
MPATCH
MPATCH
|
PATCH
PATCH
|
PAW
PAW
|
PDM
PDM
|
TRACKER
TRACKER
|
Modifier and Type | Method and Description |
---|---|
static IO.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IO.Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static IO.Types[] values()
for (IO.Types c : IO.Types.values()) System.out.println(c);
public static IO.Types 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