public enum ExtensionContext extends Enum<ExtensionContext>
| Enum Constant and Description |
|---|
DATATYPE
The context is all nodes matching a particular data type element path (root or repeating element) or all elements referencing a particular primitive data type (expressed as the datatype name).
|
EXTENSION
The context is a particular extension from a particular profile, a uri that identifies the extension definition.
|
NULL
added to help the parsers
|
RESOURCE
The context is all elements matching a particular resource element path.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionContext |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExtensionContext |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionContext RESOURCE
public static final ExtensionContext DATATYPE
public static final ExtensionContext EXTENSION
public static final ExtensionContext NULL
public static ExtensionContext[] values()
for (ExtensionContext c : ExtensionContext.values()) System.out.println(c);
public static ExtensionContext 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 ExtensionContext fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.