Package com.ibm.fhir.model.type.code
Class GuidePageGeneration
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.GuidePageGeneration
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class GuidePageGeneration extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGuidePageGeneration.Builderstatic classGuidePageGeneration.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static GuidePageGenerationGENERATEDGeneratedstatic GuidePageGenerationHTMLHTMLstatic GuidePageGenerationMARKDOWNMarkdownstatic GuidePageGenerationXMLXML
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuidePageGeneration.Builderbuilder()static Codecode(String value)Inherited factory method for creating GuidePageGeneration objects from a passed string value.booleanequals(Object obj)GuidePageGeneration.ValueSetgetValueAsEnumConstant()inthashCode()static GuidePageGenerationof(GuidePageGeneration.ValueSet value)Factory method for creating GuidePageGeneration objects from a passed enum value.static GuidePageGenerationof(String value)Factory method for creating GuidePageGeneration objects from a passed string value.static Stringstring(String value)Inherited factory method for creating GuidePageGeneration objects from a passed string value.GuidePageGeneration.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
HTML
public static final GuidePageGeneration HTML
HTMLPage is proper xhtml with no templating. Will be brought across unchanged for standard post-processing.
-
MARKDOWN
public static final GuidePageGeneration MARKDOWN
MarkdownPage is markdown with templating. Will use the template to create a file that imports the markdown file prior to post-processing.
-
XML
public static final GuidePageGeneration XML
XMLPage is xml with templating. Will use the template to create a file that imports the source file and run the nominated XSLT transform (see parameters) if present prior to post-processing.
-
GENERATED
public static final GuidePageGeneration GENERATED
GeneratedPage will be generated by the publication process - no source to bring across.
-
-
Method Detail
-
getValueAsEnumConstant
public GuidePageGeneration.ValueSet getValueAsEnumConstant()
-
of
public static GuidePageGeneration of(GuidePageGeneration.ValueSet value)
Factory method for creating GuidePageGeneration objects from a passed enum value.
-
of
public static GuidePageGeneration of(String value)
Factory method for creating GuidePageGeneration objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating GuidePageGeneration objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating GuidePageGeneration objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public GuidePageGeneration.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static GuidePageGeneration.Builder builder()
-
-