
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.ActionSelectionBehavior
Packages that use Enumerations.ActionSelectionBehavior
-
Uses of Enumerations.ActionSelectionBehavior in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ActionSelectionBehaviorModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.ActionSelectionBehavior> PlanDefinition.PlanDefinitionActionComponent.selectionBehaviorDefines the selection behavior for the action and its children.protected Enumeration<Enumerations.ActionSelectionBehavior> RequestOrchestration.RequestOrchestrationActionComponent.selectionBehaviorDefines the selection behavior for the action and its children.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getSelectionBehavior()RequestOrchestration.RequestOrchestrationActionComponent.getSelectionBehavior()Returns the enum constant of this class with the specified name.static Enumerations.ActionSelectionBehavior[]Enumerations.ActionSelectionBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ActionSelectionBehaviorModifier and TypeMethodDescriptionEnumerations.ActionSelectionBehaviorEnumFactory.fromType(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getSelectionBehaviorElement()RequestOrchestration.RequestOrchestrationActionComponent.getSelectionBehaviorElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionSelectionBehaviorModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setSelectionBehaviorElement(Enumeration<Enumerations.ActionSelectionBehavior> value) RequestOrchestration.RequestOrchestrationActionComponent.setSelectionBehaviorElement(Enumeration<Enumerations.ActionSelectionBehavior> value)