public static enum List_.ListMode extends Enum<List_.ListMode>
| Enum Constant and Description |
|---|
CHANGES
A list that indicates where changes have been made or recommended
|
NULL
added to help the parsers
|
SNAPSHOT
This list was prepared as a snapshot.
|
WORKING
This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes
|
| Modifier and Type | Method and Description |
|---|---|
static List_.ListMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static List_.ListMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static List_.ListMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final List_.ListMode WORKING
public static final List_.ListMode SNAPSHOT
public static final List_.ListMode CHANGES
public static final List_.ListMode NULL
public static List_.ListMode[] values()
for (List_.ListMode c : List_.ListMode.values()) System.out.println(c);
public static List_.ListMode 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 List_.ListMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.