
Uses of Enum
org.hl7.fhir.r4.model.GraphDefinition.GraphCompartmentRule
Packages that use GraphDefinition.GraphCompartmentRule
-
Uses of GraphDefinition.GraphCompartmentRule in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.GraphCompartmentRuleModifier and TypeFieldDescriptionprotected Enumeration<GraphDefinition.GraphCompartmentRule>
GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.rule
identical | matching | different | no-rule | custom.Methods in org.hl7.fhir.r4.model that return GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getRule()
Returns the enum constant of this type with the specified name.static GraphDefinition.GraphCompartmentRule[]
GraphDefinition.GraphCompartmentRule.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphCompartmentRuleEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getRuleElement()
Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRule
(GraphDefinition.GraphCompartmentRule value) GraphDefinition.GraphCompartmentRuleEnumFactory.toCode
(GraphDefinition.GraphCompartmentRule code) GraphDefinition.GraphCompartmentRuleEnumFactory.toSystem
(GraphDefinition.GraphCompartmentRule code) Method parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRuleElement
(Enumeration<GraphDefinition.GraphCompartmentRule> value)