Uses of Enum
org.hl7.fhir.r5.model.GraphDefinition.GraphCompartmentRule
-
Uses of GraphDefinition.GraphCompartmentRule in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<GraphDefinition.GraphCompartmentRule> GraphDefinition.GraphDefinitionLinkCompartmentComponent.rule
identical | matching | different | no-rule | custom.Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.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.GraphDefinitionLinkCompartmentComponent.getRuleElement()
Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setRule
(GraphDefinition.GraphCompartmentRule value) GraphDefinition.GraphCompartmentRuleEnumFactory.toCode
(GraphDefinition.GraphCompartmentRule code) GraphDefinition.GraphCompartmentRuleEnumFactory.toSystem
(GraphDefinition.GraphCompartmentRule code) Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkCompartmentComponent.setRuleElement
(Enumeration<GraphDefinition.GraphCompartmentRule> value) ModifierConstructorDescriptionGraphDefinitionLinkCompartmentComponent
(GraphDefinition.GraphCompartmentUse use, GraphDefinition.GraphCompartmentRule rule, Enumerations.CompartmentType code) Constructor