public static enum ElementDefinition.AggregationMode extends Enum<ElementDefinition.AggregationMode>
| Enum Constant and Description |
|---|
BUNDLED
The resource the reference points to will be found in the same bundle as the resource that includes the reference.
|
CONTAINED
The reference is a local reference to a contained resource.
|
NULL
added to help the parsers with the generic types
|
REFERENCED
The reference to a resource that has to be resolved externally to the resource that includes the reference.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.AggregationMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ElementDefinition.AggregationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.AggregationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementDefinition.AggregationMode CONTAINED
public static final ElementDefinition.AggregationMode REFERENCED
public static final ElementDefinition.AggregationMode BUNDLED
public static final ElementDefinition.AggregationMode NULL
public static ElementDefinition.AggregationMode[] values()
for (ElementDefinition.AggregationMode c : ElementDefinition.AggregationMode.values()) System.out.println(c);
public static ElementDefinition.AggregationMode 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 ElementDefinition.AggregationMode 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.