public enum GuideDependencyTypeEnum extends Enum<GuideDependencyTypeEnum>
| Enum Constant and Description |
|---|
INCLUSION
Display: Inclusion
Code Value: inclusion The guide is embedded in this guide when published. |
REFERENCE
Display: Reference
Code Value: reference The guide is referred to by URL. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GuideDependencyTypeEnum> |
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:
GuideDependencyType
|
| Modifier and Type | Method and Description |
|---|---|
static GuideDependencyTypeEnum |
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 GuideDependencyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuideDependencyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuideDependencyTypeEnum REFERENCE
public static final GuideDependencyTypeEnum INCLUSION
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GuideDependencyTypeEnum> VALUESET_BINDER
public static GuideDependencyTypeEnum[] values()
for (GuideDependencyTypeEnum c : GuideDependencyTypeEnum.values()) System.out.println(c);
public static GuideDependencyTypeEnum 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 GuideDependencyTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.