Package ca.uhn.fhir.model.dstu2.valueset
Enum GuidePageKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<GuidePageKindEnum>
-
Enum Constant Summary
Enum ConstantDescriptionDisplay: Dictionary
Code Value: dictionary This is a page that creates the listed resources as a dictionary.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.Display: Example
Code Value: example This is a page that represents a human readable rendering of an example.Display: Include
Code Value: include This is a page showing where an included guide is injected.Display: List
Code Value: list This is a page that represents a list of resources of one or more types.Display: Page
Code Value: page This is a page of content that is included in the implementation guide.Display: Resource
Code Value: resource This is a page that represents a presented resource.Display: Table Of Contents
Code Value: toc This is a generated page that contains the table of contents. -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<GuidePageKindEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: GuidePageKind -
Method Summary
Modifier and TypeMethodDescriptionstatic GuidePageKindEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic GuidePageKindEnum
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.
-
Enum Constant Details
-
PAGE
Display: Page
Code Value: page This is a page of content that is included in the implementation guide. It has no particular function. -
EXAMPLE
Display: Example
Code Value: example This is a page that represents a human readable rendering of an example. -
LIST
Display: List
Code Value: list This is a page that represents a list of resources of one or more types. -
INCLUDE
Display: Include
Code Value: include This is a page showing where an included guide is injected. -
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. -
DICTIONARY
Display: Dictionary
Code Value: dictionary This is a page that creates the listed resources as a dictionary. -
TABLE_OF_CONTENTS
Display: Table Of Contents
Code Value: toc This is a generated page that contains the table of contents. -
RESOURCE
Display: Resource
Code Value: resource This is a page that represents a presented resource. This is typically used for generated conformance resource presentations.
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: GuidePageKind- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-