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