public static enum StLf.TransceiverModel extends java.lang.Enum<StLf.TransceiverModel>
Enum Constant and Description |
---|
TransceiverModelA
Model A,134.2K
|
TransceiverModelB
Model B,134.2K
|
TransceiverModelB2
Model B2,134.2K
|
TransceiverModelC
Model C,125K
|
TransceiverModelD
Model D,134.2KHz,HDX and FDX-B
|
Modifier and Type | Method and Description |
---|---|
static StLf.TransceiverModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StLf.TransceiverModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StLf.TransceiverModel TransceiverModelA
public static final StLf.TransceiverModel TransceiverModelB
public static final StLf.TransceiverModel TransceiverModelB2
public static final StLf.TransceiverModel TransceiverModelC
public static final StLf.TransceiverModel TransceiverModelD
public static StLf.TransceiverModel[] values()
for (StLf.TransceiverModel c : StLf.TransceiverModel.values()) System.out.println(c);
public static StLf.TransceiverModel 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 null