Package org.hl7.fhir.r5.renderers.utils
Enum RenderingContext.ExampleScenarioRendererMode
java.lang.Object
java.lang.Enum<RenderingContext.ExampleScenarioRendererMode>
org.hl7.fhir.r5.renderers.utils.RenderingContext.ExampleScenarioRendererMode
- All Implemented Interfaces:
Serializable
,Comparable<RenderingContext.ExampleScenarioRendererMode>
- Enclosing class:
RenderingContext
public static enum RenderingContext.ExampleScenarioRendererMode
extends Enum<RenderingContext.ExampleScenarioRendererMode>
-
Enum Constant Summary
Enum ConstantDescriptionA visual presentation of the questionnaire, with a set of property panes that can be toggled on and off.A diagram showing interactions between the actors as part of the process stepsA table listing all the instances (and versions there-of) used in a scenarioInformation about the processes (and sub-processes) defined in a scenario -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ACTORS
A visual presentation of the questionnaire, with a set of property panes that can be toggled on and off. Note that this is not the same as how the questionnaire would like on a form filler, since all dynamic behavior is ignored -
INSTANCES
A table listing all the instances (and versions there-of) used in a scenario -
PROCESSES
Information about the processes (and sub-processes) defined in a scenario -
DIAGRAM
A diagram showing interactions between the actors as part of the process steps
-
-
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
-