
Uses of Enum
org.hl7.fhir.r5.model.GraphDefinition.GraphCompartmentUse
Packages that use GraphDefinition.GraphCompartmentUse
-
Uses of GraphDefinition.GraphCompartmentUse in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphCompartmentUseModifier and TypeFieldDescriptionprotected Enumeration
<GraphDefinition.GraphCompartmentUse> GraphDefinition.GraphDefinitionLinkCompartmentComponent.use
Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.Methods in org.hl7.fhir.r5.model that return GraphDefinition.GraphCompartmentUseModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.getUse()
Returns the enum constant of this type with the specified name.static GraphDefinition.GraphCompartmentUse[]
GraphDefinition.GraphCompartmentUse.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type GraphDefinition.GraphCompartmentUseModifier and TypeMethodDescriptionGraphDefinition.GraphCompartmentUseEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkCompartmentComponent.getUseElement()
Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphCompartmentUseModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setUse
(GraphDefinition.GraphCompartmentUse value) GraphDefinition.GraphCompartmentUseEnumFactory.toCode
(GraphDefinition.GraphCompartmentUse code) GraphDefinition.GraphCompartmentUseEnumFactory.toSystem
(GraphDefinition.GraphCompartmentUse code) Method parameters in org.hl7.fhir.r5.model with type arguments of type GraphDefinition.GraphCompartmentUseModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setUseElement
(Enumeration<GraphDefinition.GraphCompartmentUse> value) Constructors in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphCompartmentUseModifierConstructorDescriptionGraphDefinitionLinkCompartmentComponent
(GraphDefinition.GraphCompartmentUse use, GraphDefinition.GraphCompartmentRule rule, Enumerations.CompartmentType code) Constructor