public static enum HDMSManager.MODULE_TYPE extends java.lang.Enum<HDMSManager.MODULE_TYPE>
Enum Constant and Description |
---|
APPLICATION |
COMMUNICATION |
DEVICE_CONTROL |
RESTRICTION |
SCANNER |
Modifier and Type | Method and Description |
---|---|
static HDMSManager.MODULE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HDMSManager.MODULE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HDMSManager.MODULE_TYPE SCANNER
public static final HDMSManager.MODULE_TYPE APPLICATION
public static final HDMSManager.MODULE_TYPE COMMUNICATION
public static final HDMSManager.MODULE_TYPE DEVICE_CONTROL
public static final HDMSManager.MODULE_TYPE RESTRICTION
public static HDMSManager.MODULE_TYPE[] values()
for (HDMSManager.MODULE_TYPE c : HDMSManager.MODULE_TYPE.values()) System.out.println(c);
public static HDMSManager.MODULE_TYPE 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