public static enum ImplementationGuide.GuidePageGeneration extends Enum<ImplementationGuide.GuidePageGeneration>
| Enum Constant and Description |
|---|
GENERATED
Page will be generated by the publication process - no source to bring across.
|
HTML
Page is proper xhtml with no templating.
|
MARKDOWN
Page is markdown with templating.
|
NULL
added to help the parsers with the generic types
|
XML
Page is xml with templating.
|
| Modifier and Type | Method and Description |
|---|---|
static ImplementationGuide.GuidePageGeneration |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImplementationGuide.GuidePageGeneration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationGuide.GuidePageGeneration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationGuide.GuidePageGeneration HTML
public static final ImplementationGuide.GuidePageGeneration MARKDOWN
public static final ImplementationGuide.GuidePageGeneration XML
public static final ImplementationGuide.GuidePageGeneration GENERATED
public static final ImplementationGuide.GuidePageGeneration NULL
public static ImplementationGuide.GuidePageGeneration[] values()
for (ImplementationGuide.GuidePageGeneration c : ImplementationGuide.GuidePageGeneration.values()) System.out.println(c);
public static ImplementationGuide.GuidePageGeneration 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.GuidePageGeneration fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.