Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.CompartmentCode
-
Packages that use GraphDefinition.CompartmentCode Package Description org.hl7.fhir.r4.model -
-
Uses of GraphDefinition.CompartmentCode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.CompartmentCode Modifier and Type Field Description protected Enumeration<GraphDefinition.CompartmentCode>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. codeIdentifies the compartment.Methods in org.hl7.fhir.r4.model that return GraphDefinition.CompartmentCode Modifier and Type Method Description static GraphDefinition.CompartmentCodeGraphDefinition.CompartmentCode. fromCode(String codeString)GraphDefinition.CompartmentCodeGraphDefinition.CompartmentCodeEnumFactory. fromCode(String codeString)GraphDefinition.CompartmentCodeGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getCode()static GraphDefinition.CompartmentCodeGraphDefinition.CompartmentCode. valueOf(String name)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.CompartmentCode Modifier and Type Method Description Enumeration<GraphDefinition.CompartmentCode>GraphDefinition.CompartmentCodeEnumFactory. fromType(Base code)Enumeration<GraphDefinition.CompartmentCode>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition.CompartmentCode Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setCode(GraphDefinition.CompartmentCode value)StringGraphDefinition.CompartmentCodeEnumFactory. toCode(GraphDefinition.CompartmentCode code)StringGraphDefinition.CompartmentCodeEnumFactory. toSystem(GraphDefinition.CompartmentCode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.CompartmentCode Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setCodeElement(Enumeration<GraphDefinition.CompartmentCode> value)
-