Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.ActionRequiredBehavior
-
Packages that use PlanDefinition.ActionRequiredBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.ActionRequiredBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionRequiredBehavior Modifier and Type Field Description protected Enumeration<PlanDefinition.ActionRequiredBehavior>PlanDefinition.PlanDefinitionActionComponent. requiredBehaviorDefines the required behavior for the action.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionRequiredBehavior Modifier and Type Method Description static PlanDefinition.ActionRequiredBehaviorPlanDefinition.ActionRequiredBehavior. fromCode(String codeString)PlanDefinition.ActionRequiredBehaviorPlanDefinition.ActionRequiredBehaviorEnumFactory. fromCode(String codeString)PlanDefinition.ActionRequiredBehaviorPlanDefinition.PlanDefinitionActionComponent. getRequiredBehavior()static PlanDefinition.ActionRequiredBehaviorPlanDefinition.ActionRequiredBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanDefinition.ActionRequiredBehavior[]PlanDefinition.ActionRequiredBehavior. 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.ActionRequiredBehavior Modifier and Type Method Description Enumeration<PlanDefinition.ActionRequiredBehavior>PlanDefinition.ActionRequiredBehaviorEnumFactory. fromType(Base code)Enumeration<PlanDefinition.ActionRequiredBehavior>PlanDefinition.PlanDefinitionActionComponent. getRequiredBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionRequiredBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setRequiredBehavior(PlanDefinition.ActionRequiredBehavior value)StringPlanDefinition.ActionRequiredBehaviorEnumFactory. toCode(PlanDefinition.ActionRequiredBehavior code)StringPlanDefinition.ActionRequiredBehaviorEnumFactory. toSystem(PlanDefinition.ActionRequiredBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRequiredBehavior Modifier and Type Method Description PlanDefinition.PlanDefinitionActionComponentPlanDefinition.PlanDefinitionActionComponent. setRequiredBehaviorElement(Enumeration<PlanDefinition.ActionRequiredBehavior> value)
-