
Uses of Enum Class
org.hl7.fhir.r4.model.PlanDefinition.ActionRequiredBehavior
Packages that use PlanDefinition.ActionRequiredBehavior
- 
Uses of PlanDefinition.ActionRequiredBehavior in org.hl7.fhir.r4.modelFields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionRequiredBehaviorModifier and TypeFieldDescriptionprotected Enumeration<PlanDefinition.ActionRequiredBehavior> PlanDefinition.PlanDefinitionActionComponent.requiredBehaviorDefines the required behavior for the action.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionRequiredBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.getRequiredBehavior()Returns the enum constant of this class with the specified name.PlanDefinition.ActionRequiredBehavior.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.ActionRequiredBehaviorModifier and TypeMethodDescriptionPlanDefinition.ActionRequiredBehaviorEnumFactory.fromType(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionComponent.getRequiredBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionRequiredBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setRequiredBehavior(PlanDefinition.ActionRequiredBehavior value) PlanDefinition.ActionRequiredBehaviorEnumFactory.toCode(PlanDefinition.ActionRequiredBehavior code) PlanDefinition.ActionRequiredBehaviorEnumFactory.toSystem(PlanDefinition.ActionRequiredBehavior code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRequiredBehaviorModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionComponent.setRequiredBehaviorElement(Enumeration<PlanDefinition.ActionRequiredBehavior> value)