
Uses of Enum Class
org.hl7.fhir.dstu3.model.RequestGroup.ActionSelectionBehavior
Packages that use RequestGroup.ActionSelectionBehavior
-
Uses of RequestGroup.ActionSelectionBehavior in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type RequestGroup.ActionSelectionBehaviorModifier and TypeFieldDescriptionprotected Enumeration<RequestGroup.ActionSelectionBehavior> RequestGroup.RequestGroupActionComponent.selectionBehaviorDefines the selection behavior for the action and its children.Methods in org.hl7.fhir.dstu3.model that return RequestGroup.ActionSelectionBehaviorModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.getSelectionBehavior()Returns the enum constant of this class with the specified name.static RequestGroup.ActionSelectionBehavior[]RequestGroup.ActionSelectionBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type RequestGroup.ActionSelectionBehaviorModifier and TypeMethodDescriptionRequestGroup.ActionSelectionBehaviorEnumFactory.fromType(PrimitiveType<?> code) RequestGroup.RequestGroupActionComponent.getSelectionBehaviorElement()Methods in org.hl7.fhir.dstu3.model with parameters of type RequestGroup.ActionSelectionBehaviorModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setSelectionBehavior(RequestGroup.ActionSelectionBehavior value) RequestGroup.ActionSelectionBehaviorEnumFactory.toCode(RequestGroup.ActionSelectionBehavior code) RequestGroup.ActionSelectionBehaviorEnumFactory.toSystem(RequestGroup.ActionSelectionBehavior code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type RequestGroup.ActionSelectionBehaviorModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionComponent.setSelectionBehaviorElement(Enumeration<RequestGroup.ActionSelectionBehavior> value)