public enum DeviceMetricCalibrationTypeEnum extends Enum<DeviceMetricCalibrationTypeEnum>
| Enum Constant and Description |
|---|
GAIN
Display: Gain
Code Value: gain TODO |
OFFSET
Display: Offset
Code Value: offset TODO |
TWO_POINT
Display: Two Point
Code Value: two-point TODO |
UNSPECIFIED
Display: Unspecified
Code Value: unspecified TODO |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DeviceMetricCalibrationTypeEnum> |
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:
DeviceMetricCalibrationType
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetricCalibrationTypeEnum |
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 DeviceMetricCalibrationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetricCalibrationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetricCalibrationTypeEnum UNSPECIFIED
public static final DeviceMetricCalibrationTypeEnum OFFSET
public static final DeviceMetricCalibrationTypeEnum GAIN
public static final DeviceMetricCalibrationTypeEnum TWO_POINT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DeviceMetricCalibrationTypeEnum> VALUESET_BINDER
public static DeviceMetricCalibrationTypeEnum[] values()
for (DeviceMetricCalibrationTypeEnum c : DeviceMetricCalibrationTypeEnum.values()) System.out.println(c);
public static DeviceMetricCalibrationTypeEnum 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 DeviceMetricCalibrationTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.