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.GraphDefinitionLinkTargetCompartmentComponent.useDefines 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.GraphDefinitionLinkTargetCompartmentComponent.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.GraphDefinitionLinkTargetCompartmentComponent.getUseElement()Methods in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphCompartmentUseModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.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.GraphDefinitionLinkTargetCompartmentComponent.setUseElement(Enumeration<GraphDefinition.GraphCompartmentUse> value) Constructors in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphCompartmentUseModifierConstructorDescriptionGraphDefinitionLinkTargetCompartmentComponent(GraphDefinition.GraphCompartmentUse use, Enumerations.CompartmentType code, GraphDefinition.GraphCompartmentRule rule) Constructor