Class GuidePageGeneration

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class GuidePageGeneration
    extends Code
    • Field Detail

      • HTML

        public static final GuidePageGeneration HTML
        HTML

        Page is proper xhtml with no templating. Will be brought across unchanged for standard post-processing.

      • MARKDOWN

        public static final GuidePageGeneration MARKDOWN
        Markdown

        Page 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
        XML

        Page 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
        Generated

        Page will be generated by the publication process - no source to bring across.

    • Method Detail

      • 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
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code