public enum DefinitionUse extends Enum<DefinitionUse>
| Enum Constant and Description |
|---|
ARCHETYPE
This structure captures an analysis of a domain
|
CUSTOMRESOURCE
This structure is intended to be treated like a FHIR resource (e.g.
|
DAM
This structure captures an analysis of a domain
|
FHIRSTRUCTURE
This structure is defined as part of the base FHIR Specification
|
NULL
added to help the parsers
|
TEMPLATE
This structure is a template (n.b: 'template' has many meanings)
|
WIREFORMAT
This structure represents and existing structure (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static DefinitionUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DefinitionUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefinitionUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefinitionUse FHIRSTRUCTURE
public static final DefinitionUse CUSTOMRESOURCE
public static final DefinitionUse DAM
public static final DefinitionUse WIREFORMAT
public static final DefinitionUse ARCHETYPE
public static final DefinitionUse TEMPLATE
public static final DefinitionUse NULL
public static DefinitionUse[] values()
for (DefinitionUse c : DefinitionUse.values()) System.out.println(c);
public static DefinitionUse 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 DefinitionUse 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.