Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ActionSelectionBehavior
-
Uses of Enumerations.ActionSelectionBehavior in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ActionSelectionBehavior> PlanDefinition.PlanDefinitionActionComponent.selectionBehavior
Defines the selection behavior for the action and its children.protected Enumeration
<Enumerations.ActionSelectionBehavior> RequestOrchestration.RequestOrchestrationActionComponent.selectionBehavior
Defines the selection behavior for the action and its children.Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getSelectionBehavior()
RequestOrchestration.RequestOrchestrationActionComponent.getSelectionBehavior()
Returns the enum constant of this type with the specified name.static Enumerations.ActionSelectionBehavior[]
Enumerations.ActionSelectionBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.ActionSelectionBehaviorEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getSelectionBehaviorElement()
RequestOrchestration.RequestOrchestrationActionComponent.getSelectionBehaviorElement()
Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setSelectionBehavior
(Enumerations.ActionSelectionBehavior value) RequestOrchestration.RequestOrchestrationActionComponent.setSelectionBehavior
(Enumerations.ActionSelectionBehavior value) Enumerations.ActionSelectionBehaviorEnumFactory.toCode
(Enumerations.ActionSelectionBehavior code) Enumerations.ActionSelectionBehaviorEnumFactory.toSystem
(Enumerations.ActionSelectionBehavior code) Modifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setSelectionBehaviorElement
(Enumeration<Enumerations.ActionSelectionBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setSelectionBehaviorElement
(Enumeration<Enumerations.ActionSelectionBehavior> value)