public static enum StructureDefinition.TypeDerivationRule extends Enum<StructureDefinition.TypeDerivationRule>
| Enum Constant and Description |
|---|
CONSTRAINT
This definition adds additional rules to an existing concrete type.
|
NULL
added to help the parsers with the generic types
|
SPECIALIZATION
This definition defines a new type that adds additional elements to the base type.
|
| Modifier and Type | Method and Description |
|---|---|
static StructureDefinition.TypeDerivationRule |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static StructureDefinition.TypeDerivationRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureDefinition.TypeDerivationRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureDefinition.TypeDerivationRule SPECIALIZATION
public static final StructureDefinition.TypeDerivationRule CONSTRAINT
public static final StructureDefinition.TypeDerivationRule NULL
public static StructureDefinition.TypeDerivationRule[] values()
for (StructureDefinition.TypeDerivationRule c : StructureDefinition.TypeDerivationRule.values()) System.out.println(c);
public static StructureDefinition.TypeDerivationRule 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 StructureDefinition.TypeDerivationRule 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.