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