public static enum ImplementationGuide.GuideDependencyType extends Enum<ImplementationGuide.GuideDependencyType>
| Enum Constant and Description |
|---|
INCLUSION
The guide is embedded in this guide when published.
|
NULL
added to help the parsers with the generic types
|
REFERENCE
The guide is referred to by URL.
|
| Modifier and Type | Method and Description |
|---|---|
static ImplementationGuide.GuideDependencyType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImplementationGuide.GuideDependencyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationGuide.GuideDependencyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationGuide.GuideDependencyType REFERENCE
public static final ImplementationGuide.GuideDependencyType INCLUSION
public static final ImplementationGuide.GuideDependencyType NULL
public static ImplementationGuide.GuideDependencyType[] values()
for (ImplementationGuide.GuideDependencyType c : ImplementationGuide.GuideDependencyType.values()) System.out.println(c);
public static ImplementationGuide.GuideDependencyType 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 ImplementationGuide.GuideDependencyType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.