Uses of Enum
org.hl7.fhir.r4.model.GraphDefinition.GraphCompartmentRule
-
Uses of GraphDefinition.GraphCompartmentRule in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<GraphDefinition.GraphCompartmentRule> GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.rule
identical | matching | different | no-rule | custom.Modifier 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.Modifier and TypeMethodDescriptionGraphDefinition.GraphCompartmentRuleEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getRuleElement()
Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRule
(GraphDefinition.GraphCompartmentRule value) GraphDefinition.GraphCompartmentRuleEnumFactory.toCode
(GraphDefinition.GraphCompartmentRule code) GraphDefinition.GraphCompartmentRuleEnumFactory.toSystem
(GraphDefinition.GraphCompartmentRule code) Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRuleElement
(Enumeration<GraphDefinition.GraphCompartmentRule> value)