public static enum Zh.GbaType extends Enum<Zh.GbaType>
| Enum Constant and Description |
|---|
GBA_2G
2G GBA (1) The 2G GBA has been performed as defined in TS 33.220 [5].
|
GBA_3G
3G GBA (0) The 3G GBA has been performed as defined in TS 33.220 [5].
|
| Modifier and Type | Method and Description |
|---|---|
static Zh.GbaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zh.GbaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zh.GbaType GBA_3G
public static final Zh.GbaType GBA_2G
public static Zh.GbaType[] values()
for (Zh.GbaType c : Zh.GbaType.values()) System.out.println(c);
public static Zh.GbaType 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.