public static enum TmpEnum.GroupRoleType extends java.lang.Enum<TmpEnum.GroupRoleType>
Enum Constant and Description |
---|
CONTROLLER
控制器类型
|
DEVICE
设备类型
|
UNKNOWN
未知类型
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static TmpEnum.GroupRoleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TmpEnum.GroupRoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TmpEnum.GroupRoleType UNKNOWN
public static final TmpEnum.GroupRoleType CONTROLLER
public static final TmpEnum.GroupRoleType DEVICE
public static TmpEnum.GroupRoleType[] values()
for (TmpEnum.GroupRoleType c : TmpEnum.GroupRoleType.values()) System.out.println(c);
public static TmpEnum.GroupRoleType 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 java.lang.String getValue()