public static enum Zh.GbaUAwarenessIndicator extends Enum<Zh.GbaUAwarenessIndicator>
| Enum Constant and Description |
|---|
NO
NO (0) The sending node is not GBA_U aware
|
YES
YES(1) The sending node is GBA_U aware
|
| Modifier and Type | Method and Description |
|---|---|
static Zh.GbaUAwarenessIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zh.GbaUAwarenessIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zh.GbaUAwarenessIndicator NO
public static final Zh.GbaUAwarenessIndicator YES
public static Zh.GbaUAwarenessIndicator[] values()
for (Zh.GbaUAwarenessIndicator c : Zh.GbaUAwarenessIndicator.values()) System.out.println(c);
public static Zh.GbaUAwarenessIndicator 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.