![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.GraphDefinition.CompartmentCode
Packages that use GraphDefinition.CompartmentCode
-
Uses of GraphDefinition.CompartmentCode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.CompartmentCodeModifier and TypeFieldDescriptionprotected Enumeration
<GraphDefinition.CompartmentCode> GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.code
Identifies the compartment.Methods in org.hl7.fhir.r4.model that return GraphDefinition.CompartmentCodeModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getCode()
Returns the enum constant of this type with the specified name.static GraphDefinition.CompartmentCode[]
GraphDefinition.CompartmentCode.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.CompartmentCodeModifier and TypeMethodDescriptionGraphDefinition.CompartmentCodeEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getCodeElement()
Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition.CompartmentCodeModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCode
(GraphDefinition.CompartmentCode value) GraphDefinition.CompartmentCodeEnumFactory.toCode
(GraphDefinition.CompartmentCode code) GraphDefinition.CompartmentCodeEnumFactory.toSystem
(GraphDefinition.CompartmentCode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.CompartmentCodeModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCodeElement
(Enumeration<GraphDefinition.CompartmentCode> value)