public static enum ElementDefinition.DiscriminatorType extends Enum<ElementDefinition.DiscriminatorType>
| Enum Constant and Description |
|---|
EXISTS
The slices are differentiated by the presence or absence of the nominated element.
|
NULL
added to help the parsers with the generic types
|
PATTERN
The slices have different values in the nominated element, as determined by testing them against the applicable ElementDefinition.pattern[x].
|
PROFILE
The slices are differentiated by conformance of the nominated element to a specified profile.
|
TYPE
The slices are differentiated by type of the nominated element.
|
VALUE
The slices have different values in the nominated element.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.DiscriminatorType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ElementDefinition.DiscriminatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.DiscriminatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementDefinition.DiscriminatorType VALUE
public static final ElementDefinition.DiscriminatorType EXISTS
public static final ElementDefinition.DiscriminatorType PATTERN
public static final ElementDefinition.DiscriminatorType TYPE
public static final ElementDefinition.DiscriminatorType PROFILE
public static final ElementDefinition.DiscriminatorType NULL
public static ElementDefinition.DiscriminatorType[] values()
for (ElementDefinition.DiscriminatorType c : ElementDefinition.DiscriminatorType.values()) System.out.println(c);
public static ElementDefinition.DiscriminatorType 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.DiscriminatorType 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.