public enum GuideParameterCode extends Enum<GuideParameterCode>
| Enum Constant and Description |
|---|
APPLY
If the value of this string 0..* parameter is one of the metadata fields then all conformance resources will have any specified [Resource].[field] overwritten with the ImplementationGuide.[field], where field is one of: version, date, status, publisher, contact, copyright, experimental, jurisdiction, useContext.
|
EXPANSIONPARAMETER
The value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide.
|
GENERATEJSON
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format.
|
GENERATETURTLE
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format.
|
GENERATEXML
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format.
|
HTMLTEMPLATE
The value of this string singleton parameter is the name of the file to use as the builder template for each generated page (see templating).
|
NULL
added to help the parsers
|
PATHPAGES
The value of this string 0..1 parameter is a subfolder of the build context's location that contains files that are part of the html content processed by the builder.
|
PATHRESOURCE
The value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources.
|
PATHTXCACHE
The value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache.
|
RULEBROKENLINKS
The value of this string 0..1 parameter is either "warning" or "error" (default = "error").
|
| Modifier and Type | Method and Description |
|---|---|
static GuideParameterCode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GuideParameterCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuideParameterCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuideParameterCode APPLY
public static final GuideParameterCode PATHRESOURCE
public static final GuideParameterCode PATHPAGES
public static final GuideParameterCode PATHTXCACHE
public static final GuideParameterCode EXPANSIONPARAMETER
public static final GuideParameterCode RULEBROKENLINKS
public static final GuideParameterCode GENERATEXML
public static final GuideParameterCode GENERATEJSON
public static final GuideParameterCode GENERATETURTLE
public static final GuideParameterCode HTMLTEMPLATE
public static final GuideParameterCode NULL
public static GuideParameterCode[] values()
for (GuideParameterCode c : GuideParameterCode.values()) System.out.println(c);
public static GuideParameterCode 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 GuideParameterCode 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.