public static enum LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE extends Enum<LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE>
Modifier and Type | Class and Description |
---|---|
static class |
LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference
Defines a Reference to the enum
|
Enum Constant and Description |
---|
MC_MOMENTARY
Momentary VCP code.
|
MC_SET_PARAMETER
Set Parameter VCP code.
|
Modifier and Type | Method and Description |
---|---|
static LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE MC_MOMENTARY
public static final LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE MC_SET_PARAMETER
public static LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE[] values()
for (LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE c : LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.values()) System.out.println(c);
public static LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null