Uses of Enum
org.hl7.fhir.r4.model.GraphDefinition.CompartmentCode
-
Uses of GraphDefinition.CompartmentCode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<GraphDefinition.CompartmentCode> GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.code
Identifies the compartment.Modifier 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.Modifier and TypeMethodDescriptionGraphDefinition.CompartmentCodeEnumFactory.fromType
(PrimitiveType<?> code) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getCodeElement()
Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCode
(GraphDefinition.CompartmentCode value) GraphDefinition.CompartmentCodeEnumFactory.toCode
(GraphDefinition.CompartmentCode code) GraphDefinition.CompartmentCodeEnumFactory.toSystem
(GraphDefinition.CompartmentCode code) Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setCodeElement
(Enumeration<GraphDefinition.CompartmentCode> value)