public enum MetricColor extends Enum<MetricColor>
| Enum Constant and Description |
|---|
BLACK
Color for representation - black.
|
BLUE
Color for representation - blue.
|
CYAN
Color for representation - cyan.
|
GREEN
Color for representation - green.
|
MAGENTA
Color for representation - magenta.
|
NULL
added to help the parsers
|
RED
Color for representation - red.
|
WHITE
Color for representation - white.
|
YELLOW
Color for representation - yellow.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricColor |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MetricColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricColor BLACK
public static final MetricColor RED
public static final MetricColor GREEN
public static final MetricColor YELLOW
public static final MetricColor BLUE
public static final MetricColor MAGENTA
public static final MetricColor CYAN
public static final MetricColor WHITE
public static final MetricColor NULL
public static MetricColor[] values()
for (MetricColor c : MetricColor.values()) System.out.println(c);
public static MetricColor 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 MetricColor fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.