
Uses of Enum Class
org.hl7.fhir.r4.model.PlanDefinition.ActionSelectionBehavior
Packages that use PlanDefinition.ActionSelectionBehavior
-
Uses of PlanDefinition.ActionSelectionBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionSelectionBehaviorModifier and TypeFieldDescriptionPlanDefinition.PlanDefinitionActionComponent.selectionBehaviorDefines the selection behavior for the action and its children.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getSelectionBehavior()Returns the enum constant of this class with the specified name.PlanDefinition.ActionSelectionBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.ActionSelectionBehaviorEnumFactory.fromType(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getSelectionBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setSelectionBehavior(PlanDefinition.ActionSelectionBehavior value) PlanDefinition.ActionSelectionBehaviorEnumFactory.toCode(PlanDefinition.ActionSelectionBehavior code) PlanDefinition.ActionSelectionBehaviorEnumFactory.toSystem(PlanDefinition.ActionSelectionBehavior code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionSelectionBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setSelectionBehaviorElement(Enumeration<PlanDefinition.ActionSelectionBehavior> value)