public static enum StructureMap.StructureMapModelMode extends Enum<StructureMap.StructureMapModelMode>
| Enum Constant and Description |
|---|
NULL
added to help the parsers with the generic types
|
PRODUCED
This structure describes an instance that the mapping engine may ask to create that is used a target of data.
|
QUERIED
This structure describes an instance that the mapping engine may ask for that is used a source of data.
|
SOURCE
This structure describes an instance passed to the mapping engine that is used a source of data.
|
TARGET
This structure describes an instance passed to the mapping engine that is used a target of data.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureMap.StructureMapModelMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static StructureMap.StructureMapModelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMap.StructureMapModelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureMap.StructureMapModelMode SOURCE
public static final StructureMap.StructureMapModelMode QUERIED
public static final StructureMap.StructureMapModelMode TARGET
public static final StructureMap.StructureMapModelMode PRODUCED
public static final StructureMap.StructureMapModelMode NULL
public static StructureMap.StructureMapModelMode[] values()
for (StructureMap.StructureMapModelMode c : StructureMap.StructureMapModelMode.values()) System.out.println(c);
public static StructureMap.StructureMapModelMode 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 StructureMap.StructureMapModelMode 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.