public static enum StructureMap.StructureMapTargetListMode extends Enum<StructureMap.StructureMapTargetListMode>
| Enum Constant and Description |
|---|
COLLATE
re-use the first item in the list, and keep adding content to it.
|
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 with the generic types
|
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 StructureMap.StructureMapTargetListMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static StructureMap.StructureMapTargetListMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureMap.StructureMapTargetListMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureMap.StructureMapTargetListMode FIRST
public static final StructureMap.StructureMapTargetListMode SHARE
public static final StructureMap.StructureMapTargetListMode LAST
public static final StructureMap.StructureMapTargetListMode COLLATE
public static final StructureMap.StructureMapTargetListMode NULL
public static StructureMap.StructureMapTargetListMode[] values()
for (StructureMap.StructureMapTargetListMode c : StructureMap.StructureMapTargetListMode.values()) System.out.println(c);
public static StructureMap.StructureMapTargetListMode 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.StructureMapTargetListMode 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.