public enum DeviceMetricOperationalStatusEnum extends Enum<DeviceMetricOperationalStatusEnum>
| Enum Constant and Description |
|---|
OFF
Display: Off
Code Value: off The DeviceMetric is not operating. |
ON
Display: On
Code Value: on The DeviceMetric is operating and will generate DeviceObservations. |
STANDBY
Display: Standby
Code Value: standby The DeviceMetric is operating, but will not generate any DeviceObservations. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DeviceMetricOperationalStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
DeviceMetricOperationalStatus
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetricOperationalStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static DeviceMetricOperationalStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetricOperationalStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetricOperationalStatusEnum ON
public static final DeviceMetricOperationalStatusEnum OFF
public static final DeviceMetricOperationalStatusEnum STANDBY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DeviceMetricOperationalStatusEnum> VALUESET_BINDER
public static DeviceMetricOperationalStatusEnum[] values()
for (DeviceMetricOperationalStatusEnum c : DeviceMetricOperationalStatusEnum.values()) System.out.println(c);
public static DeviceMetricOperationalStatusEnum 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 nullpublic static DeviceMetricOperationalStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.