public static enum StUhf.Frequency.Hop extends java.lang.Enum<StUhf.Frequency.Hop>
Enum Constant and Description |
---|
Ascending
Ascending hopping
|
Descending
Descending hopping
|
Random
Random hopping
|
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static StUhf.Frequency.Hop |
ValueOf(byte b) |
static StUhf.Frequency.Hop |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.Frequency.Hop[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.Frequency.Hop Random
public static final StUhf.Frequency.Hop Descending
public static final StUhf.Frequency.Hop Ascending
public static StUhf.Frequency.Hop[] values()
for (StUhf.Frequency.Hop c : StUhf.Frequency.Hop.values()) System.out.println(c);
public static StUhf.Frequency.Hop 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 byte getByte()
public static StUhf.Frequency.Hop ValueOf(byte b)