Uses of Enum
org.hl7.fhir.r5.model.GraphDefinition.GraphCompartmentRule
Packages that use GraphDefinition.GraphCompartmentRule
-
Uses of GraphDefinition.GraphCompartmentRule in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type GraphDefinition.GraphCompartmentRuleModifier and TypeFieldDescriptionprotected Enumeration<GraphDefinition.GraphCompartmentRule>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.ruleidentical | matching | different | no-rule | custom.Methods in org.hl7.fhir.r5.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.r5.model that return types with arguments of type GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getRuleElement()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type GraphDefinition.GraphCompartmentRuleModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setRuleElement(Enumeration<GraphDefinition.GraphCompartmentRule> value) Constructors in org.hl7.fhir.r5.model with parameters of type GraphDefinition.GraphCompartmentRuleModifierConstructorDescriptionGraphDefinitionLinkTargetCompartmentComponent(GraphDefinition.GraphCompartmentUse use, Enumerations.CompartmentType code, GraphDefinition.GraphCompartmentRule rule) Constructor