public static enum Zh.UiccMe extends Enum<Zh.UiccMe>
| Enum Constant and Description |
|---|
GBA_ME
GBA_ME (0) GBA_ME shall be run.
|
GBA_U
GBA_U (1) GBA_U shall be run.
|
| Modifier and Type | Method and Description |
|---|---|
static Zh.UiccMe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zh.UiccMe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zh.UiccMe GBA_ME
public static final Zh.UiccMe GBA_U
public static Zh.UiccMe[] values()
for (Zh.UiccMe c : Zh.UiccMe.values()) System.out.println(c);
public static Zh.UiccMe 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 © 2014. All Rights Reserved.