public enum ExtensionContextEnum extends Enum<ExtensionContextEnum>
| Enum Constant and Description |
|---|
DATATYPE
Display: Datatype
Code Value: 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
Display: Extension
Code Value: extension The context is a particular extension from a particular profile, a uri that identifies the extension definition. |
MAPPING
Display: Mapping
Code Value: mapping The context is all nodes whose mapping to a specified reference model corresponds to a particular mapping structure. |
RESOURCE
Display: Resource
Code Value: resource The context is all elements matching a particular resource element path. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ExtensionContextEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
ExtensionContext
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionContextEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ExtensionContextEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionContextEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionContextEnum RESOURCE
public static final ExtensionContextEnum DATATYPE
public static final ExtensionContextEnum MAPPING
public static final ExtensionContextEnum EXTENSION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ExtensionContextEnum> VALUESET_BINDER
public static ExtensionContextEnum[] values()
for (ExtensionContextEnum c : ExtensionContextEnum.values()) System.out.println(c);
public static ExtensionContextEnum 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 ExtensionContextEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.