Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.ActionSelectionBehavior
-
Packages that use PlanDefinition.ActionSelectionBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.ActionSelectionBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionSelectionBehavior Modifier and Type Field Description protected Enumeration<PlanDefinition.ActionSelectionBehavior>PlanDefinition.PlanDefinitionActionComponent. selectionBehaviorDefines the selection behavior for the action and its children.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionSelectionBehavior Modifier and Type Method Description static PlanDefinition.ActionSelectionBehaviorPlanDefinition.ActionSelectionBehavior. fromCode(String codeString)PlanDefinition.ActionSelectionBehaviorPlanDefinition.ActionSelectionBehaviorEnumFactory. fromCode(String codeString)PlanDefinition.ActionSelectionBehaviorPlanDefinition.PlanDefinitionActionComponent. getSelectionBehavior()static PlanDefinition.ActionSelectionBehaviorPlanDefinition.ActionSelectionBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanDefinition.ActionSelectionBehavior[]PlanDefinition.ActionSelectionBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.ActionSelectionBehavior Modifier and Type Method Description Enumeration<PlanDefinition.ActionSelectionBehavior>PlanDefinition.ActionSelectionBehaviorEnumFactory. fromType(Base code)Enumeration<PlanDefinition.ActionSelectionBehavior>PlanDefinition.PlanDefinitionActionComponent. getSelectionBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionSelectionBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setSelectionBehavior(PlanDefinition.ActionSelectionBehavior value)StringPlanDefinition.ActionSelectionBehaviorEnumFactory. toCode(PlanDefinition.ActionSelectionBehavior code)StringPlanDefinition.ActionSelectionBehaviorEnumFactory. toSystem(PlanDefinition.ActionSelectionBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionSelectionBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setSelectionBehaviorElement(Enumeration<PlanDefinition.ActionSelectionBehavior> value)
-