public enum HbStatus extends Enum<HbStatus>
| 枚举常量和说明 |
|---|
C
C hb status.
|
F
F hb status.
|
I
hb status.
|
P
P hb status.
|
S
S hb status.
|
X
X hb status.
|
Y
Y hb status.
|
Z
Z hb status.
|
public static final HbStatus S
public static final HbStatus I
public static final HbStatus F
public static final HbStatus P
public static final HbStatus X
public static final HbStatus Y
public static final HbStatus Z
public static final HbStatus C
public static HbStatus[] values()
for (HbStatus c : HbStatus.values()) System.out.println(c);
public static HbStatus valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2018. All rights reserved.