Uses of Class
com.ibm.fhir.model.type.code.ActionSelectionBehavior
-
Packages that use ActionSelectionBehavior Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ActionSelectionBehavior in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActionSelectionBehavior Modifier and Type Method Description ActionSelectionBehaviorPlanDefinition.Action. getSelectionBehavior()Defines the selection behavior for the action and its children.ActionSelectionBehaviorRequestGroup.Action. getSelectionBehavior()Defines the selection behavior for the action and its children.Methods in com.ibm.fhir.model.resource with parameters of type ActionSelectionBehavior Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. selectionBehavior(ActionSelectionBehavior selectionBehavior)Defines the selection behavior for the action and its children.RequestGroup.Action.BuilderRequestGroup.Action.Builder. selectionBehavior(ActionSelectionBehavior selectionBehavior)Defines the selection behavior for the action and its children. -
Uses of ActionSelectionBehavior in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ActionSelectionBehavior Modifier and Type Field Description static ActionSelectionBehaviorActionSelectionBehavior. ALLAllstatic ActionSelectionBehaviorActionSelectionBehavior. ALL_OR_NONEAll Or Nonestatic ActionSelectionBehaviorActionSelectionBehavior. ANYAnystatic ActionSelectionBehaviorActionSelectionBehavior. AT_MOST_ONEAt Most Onestatic ActionSelectionBehaviorActionSelectionBehavior. EXACTLY_ONEExactly Onestatic ActionSelectionBehaviorActionSelectionBehavior. ONE_OR_MOREOne Or MoreMethods in com.ibm.fhir.model.type.code that return ActionSelectionBehavior Modifier and Type Method Description ActionSelectionBehaviorActionSelectionBehavior.Builder. build()static ActionSelectionBehaviorActionSelectionBehavior. of(ActionSelectionBehavior.ValueSet value)Factory method for creating ActionSelectionBehavior objects from a passed enum value.static ActionSelectionBehaviorActionSelectionBehavior. of(String value)Factory method for creating ActionSelectionBehavior objects from a passed string value.
-