public static enum StUhf.InterrogatorModelDs.UmdLinkProfile extends java.lang.Enum<StUhf.InterrogatorModelDs.UmdLinkProfile>
枚举常量和说明 |
---|
LinkProfile0
Tari 25us,FM0 40KHZ
|
LinkProfile1
Tari 25us,MILLER4 250KHZ
Suggested |
LinkProfile2
Tari 25us,MILLER4 300KHZ
|
LinkProfile3
Tari 6.25us,FM0 400KHZ
|
限定符和类型 | 方法和说明 |
---|---|
byte |
getByte() |
static StUhf.InterrogatorModelDs.UmdLinkProfile |
ValueOf(byte id) |
static StUhf.InterrogatorModelDs.UmdLinkProfile |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static StUhf.InterrogatorModelDs.UmdLinkProfile[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile0
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile1
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile2
public static final StUhf.InterrogatorModelDs.UmdLinkProfile LinkProfile3
public static StUhf.InterrogatorModelDs.UmdLinkProfile[] values()
for (StUhf.InterrogatorModelDs.UmdLinkProfile c : StUhf.InterrogatorModelDs.UmdLinkProfile.values()) System.out.println(c);
public static StUhf.InterrogatorModelDs.UmdLinkProfile valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public byte getByte()
public static StUhf.InterrogatorModelDs.UmdLinkProfile ValueOf(byte id)