public enum GuidePageKindEnum extends Enum<GuidePageKindEnum>
| Enum Constant and Description |
|---|
DICTIONARY
Display: Dictionary
Code Value: dictionary This is a page that creates the listed resources as a dictionary. |
DIRECTORY
Display: Directory
Code Value: 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
Display: Example
Code Value: example This is a page that represents a human readable rendering of an example. |
INCLUDE
Display: Include
Code Value: include This is a page showing where an included guide is injected. |
LIST
Display: List
Code Value: list This is a page that represents a list of resources of one or more types. |
PAGE
Display: Page
Code Value: page This is a page of content that is included in the implementation guide. |
RESOURCE
Display: Resource
Code Value: resource This is a page that represents a presented resource. |
TABLE_OF_CONTENTS
Display: Table Of Contents
Code Value: toc This is a generated page that contains the table of contents. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<GuidePageKindEnum> |
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:
GuidePageKind
|
| Modifier and Type | Method and Description |
|---|---|
static GuidePageKindEnum |
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 GuidePageKindEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuidePageKindEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuidePageKindEnum PAGE
public static final GuidePageKindEnum EXAMPLE
public static final GuidePageKindEnum LIST
public static final GuidePageKindEnum INCLUDE
public static final GuidePageKindEnum DIRECTORY
public static final GuidePageKindEnum DICTIONARY
public static final GuidePageKindEnum TABLE_OF_CONTENTS
public static final GuidePageKindEnum RESOURCE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<GuidePageKindEnum> VALUESET_BINDER
public static GuidePageKindEnum[] values()
for (GuidePageKindEnum c : GuidePageKindEnum.values()) System.out.println(c);
public static GuidePageKindEnum 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 GuidePageKindEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.