public static enum UhfH.TRext extends java.lang.Enum<UhfH.TRext>
| Enum Constant and Description |
|---|
Reverse_Link_Preamble_With_Preamble_Signal |
Reverse_Link_Preamble_Without_Preamble_Signal |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static UhfH.TRext |
ValueOf(int value) |
static UhfH.TRext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.TRext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.TRext Reverse_Link_Preamble_Without_Preamble_Signal
public static final UhfH.TRext Reverse_Link_Preamble_With_Preamble_Signal
public static UhfH.TRext[] values()
for (UhfH.TRext c : UhfH.TRext.values()) System.out.println(c);
public static UhfH.TRext 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 nullpublic int getValue()
public static UhfH.TRext ValueOf(int value)