public static enum LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE extends java.lang.Enum<LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE>
Modifier and Type | Class | Description |
---|---|---|
static class |
LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE.ByReference |
Defines a Reference to the enum
|
Enum Constant | Description |
---|---|
MC_MOMENTARY |
Momentary VCP code.
|
MC_SET_PARAMETER |
Set Parameter VCP code.
|
Modifier and Type | Method | Description |
---|---|---|
static LowLevelMonitorConfigurationAPI.MC_VCP_CODE_TYPE |
valueOf(java.lang.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(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