public enum DeviceMetricColorEnum extends Enum<DeviceMetricColorEnum>
| Enum Constant and Description |
|---|
COLOR_BLACK
Display: Color Black
Code Value: black Color for representation - black. |
COLOR_BLUE
Display: Color Blue
Code Value: blue Color for representation - blue. |
COLOR_CYAN
Display: Color Cyan
Code Value: cyan Color for representation - cyan. |
COLOR_GREEN
Display: Color Green
Code Value: green Color for representation - green. |
COLOR_MAGENTA
Display: Color Magenta
Code Value: magenta Color for representation - magenta. |
COLOR_RED
Display: Color Red
Code Value: red Color for representation - red. |
COLOR_WHITE
Display: Color White
Code Value: white Color for representation - white. |
COLOR_YELLOW
Display: Color Yellow
Code Value: yellow Color for representation - yellow. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DeviceMetricColorEnum> |
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:
DeviceMetricColor
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceMetricColorEnum |
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 DeviceMetricColorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceMetricColorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceMetricColorEnum COLOR_BLACK
public static final DeviceMetricColorEnum COLOR_RED
public static final DeviceMetricColorEnum COLOR_GREEN
public static final DeviceMetricColorEnum COLOR_YELLOW
public static final DeviceMetricColorEnum COLOR_BLUE
public static final DeviceMetricColorEnum COLOR_MAGENTA
public static final DeviceMetricColorEnum COLOR_CYAN
public static final DeviceMetricColorEnum COLOR_WHITE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DeviceMetricColorEnum> VALUESET_BINDER
public static DeviceMetricColorEnum[] values()
for (DeviceMetricColorEnum c : DeviceMetricColorEnum.values()) System.out.println(c);
public static DeviceMetricColorEnum 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 DeviceMetricColorEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.