public enum MapListMode extends Enum<MapListMode>
| Enum Constant and Description |
|---|
FIRST
when the target list is being assembled, the items for this rule go first.
|
LAST
when the target list is being assembled, the items for this rule go last.
|
NULL
added to help the parsers
|
SHARE
the target instance is shared with the target instances generated by another rule (up to the first common n items, then create new ones)
|
| Modifier and Type | Method and Description |
|---|---|
static MapListMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MapListMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapListMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapListMode FIRST
public static final MapListMode SHARE
public static final MapListMode LAST
public static final MapListMode NULL
public static MapListMode[] values()
for (MapListMode c : MapListMode.values()) System.out.println(c);
public static MapListMode 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 MapListMode 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.