public enum GuidePageKind extends Enum<GuidePageKind>
| Enum Constant and Description |
|---|
DICTIONARY
This is a page that creates the listed resources as a dictionary.
|
DIRECTORY
This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.
|
EXAMPLE
This is a page that represents a human readable rendering of an example.
|
INCLUDE
This is a page showing where an included guide is injected.
|
LIST
This is a page that represents a list of resources of one or more types.
|
NULL
added to help the parsers
|
PAGE
This is a page of content that is included in the implementation guide.
|
RESOURCE
This is a page that represents a presented resource.
|
TOC
This is a generated page that contains the table of contents.
|
| Modifier and Type | Method and Description |
|---|---|
static GuidePageKind |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GuidePageKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuidePageKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuidePageKind PAGE
public static final GuidePageKind EXAMPLE
public static final GuidePageKind LIST
public static final GuidePageKind INCLUDE
public static final GuidePageKind DIRECTORY
public static final GuidePageKind DICTIONARY
public static final GuidePageKind TOC
public static final GuidePageKind RESOURCE
public static final GuidePageKind NULL
public static GuidePageKind[] values()
for (GuidePageKind c : GuidePageKind.values()) System.out.println(c);
public static GuidePageKind 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 GuidePageKind 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.