Uses of Enum
org.hl7.fhir.r5.model.GraphDefinition.GraphCompartmentUse
-
Uses of GraphDefinition.GraphCompartmentUse in org.hl7.fhir.r5.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionGraphDefinition.GraphCompartmentUseEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkCompartmentComponent.getUseElement()
Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setUse
(GraphDefinition.GraphCompartmentUse value) GraphDefinition.GraphCompartmentUseEnumFactory.toCode
(GraphDefinition.GraphCompartmentUse code) GraphDefinition.GraphCompartmentUseEnumFactory.toSystem
(GraphDefinition.GraphCompartmentUse code) Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setUseElement
(Enumeration<GraphDefinition.GraphCompartmentUse> value) ModifierConstructorDescriptionGraphDefinitionLinkCompartmentComponent
(GraphDefinition.GraphCompartmentUse use, GraphDefinition.GraphCompartmentRule rule, Enumerations.CompartmentType code) Constructor