public enum MapSourceListMode extends Enum<MapSourceListMode>
| Enum Constant and Description |
|---|
FIRST
Only process this rule for the first in the list.
|
LAST
Only process this rule for the last in the list.
|
NOTFIRST
Process this rule for all but the first.
|
NOTLAST
Process this rule for all but the last.
|
NULL
added to help the parsers
|
ONLYONE
Only process this rule is there is only item.
|
| Modifier and Type | Method and Description |
|---|---|
static MapSourceListMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MapSourceListMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapSourceListMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapSourceListMode FIRST
public static final MapSourceListMode NOTFIRST
public static final MapSourceListMode LAST
public static final MapSourceListMode NOTLAST
public static final MapSourceListMode ONLYONE
public static final MapSourceListMode NULL
public static MapSourceListMode[] values()
for (MapSourceListMode c : MapSourceListMode.values()) System.out.println(c);
public static MapSourceListMode 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 MapSourceListMode 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.