Uses of Class
com.ibm.fhir.model.type.code.ActionGroupingBehavior
-
Packages that use ActionGroupingBehavior Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ActionGroupingBehavior in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ActionGroupingBehavior Modifier and Type Method Description ActionGroupingBehaviorPlanDefinition.Action. getGroupingBehavior()Defines the grouping behavior for the action and its children.ActionGroupingBehaviorRequestGroup.Action. getGroupingBehavior()Defines the grouping behavior for the action and its children.Methods in com.ibm.fhir.model.resource with parameters of type ActionGroupingBehavior Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. groupingBehavior(ActionGroupingBehavior groupingBehavior)Defines the grouping behavior for the action and its children.RequestGroup.Action.BuilderRequestGroup.Action.Builder. groupingBehavior(ActionGroupingBehavior groupingBehavior)Defines the grouping behavior for the action and its children. -
Uses of ActionGroupingBehavior in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ActionGroupingBehavior Modifier and Type Field Description static ActionGroupingBehaviorActionGroupingBehavior. LOGICAL_GROUPLogical Groupstatic ActionGroupingBehaviorActionGroupingBehavior. SENTENCE_GROUPSentence Groupstatic ActionGroupingBehaviorActionGroupingBehavior. VISUAL_GROUPVisual GroupMethods in com.ibm.fhir.model.type.code that return ActionGroupingBehavior Modifier and Type Method Description ActionGroupingBehaviorActionGroupingBehavior.Builder. build()static ActionGroupingBehaviorActionGroupingBehavior. of(ActionGroupingBehavior.ValueSet value)Factory method for creating ActionGroupingBehavior objects from a passed enum value.static ActionGroupingBehaviorActionGroupingBehavior. of(String value)Factory method for creating ActionGroupingBehavior objects from a passed string value.
-