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