public enum GuideResourcePurposeEnum extends Enum<GuideResourcePurposeEnum>
| Enum Constant and Description |
|---|
DICTIONARY
Display: Dictionary
Code Value: dictionary The resource contains a dictionary that is part of the implementation guide. |
EXAMPLE
Display: Example
Code Value: example The resource is intended as an example. |
EXTENSION
Display: Extension
Code Value: extension The resource defines an extension (StructureDefinition) that is used in the implementation guide. |
LOGICAL_MODEL
Display: Logical Model
Code Value: logical The resource defines a logical model (in a StructureDefinition) that is used in the implementation guide. |
PROFILE
Display: Profile
Code Value: profile The resource defines a profile (StructureDefinition) that is used in the implementation guide. |
TERMINOLOGY
Display: Terminology
Code Value: terminology The resource defines a value set or concept map used in the implementation guide. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GuideResourcePurposeEnum> |
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:
GuideResourcePurpose
|
| Modifier and Type | Method and Description |
|---|---|
static GuideResourcePurposeEnum |
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 GuideResourcePurposeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuideResourcePurposeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuideResourcePurposeEnum EXAMPLE
public static final GuideResourcePurposeEnum TERMINOLOGY
public static final GuideResourcePurposeEnum PROFILE
public static final GuideResourcePurposeEnum EXTENSION
public static final GuideResourcePurposeEnum DICTIONARY
public static final GuideResourcePurposeEnum LOGICAL_MODEL
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GuideResourcePurposeEnum> VALUESET_BINDER
public static GuideResourcePurposeEnum[] values()
for (GuideResourcePurposeEnum c : GuideResourcePurposeEnum.values()) System.out.println(c);
public static GuideResourcePurposeEnum 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 GuideResourcePurposeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.