Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapModelMode
-
Packages that use StructureMap.StructureMapModelMode Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapModelMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapModelMode Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapModelMode>StructureMap.StructureMapStructureComponent. modeHow the referenced structure is used in this mapping.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapModelMode Modifier and Type Method Description static StructureMap.StructureMapModelModeStructureMap.StructureMapModelMode. fromCode(String codeString)StructureMap.StructureMapModelModeStructureMap.StructureMapModelModeEnumFactory. fromCode(String codeString)StructureMap.StructureMapModelModeStructureMap.StructureMapStructureComponent. getMode()static StructureMap.StructureMapModelModeStructureMap.StructureMapModelMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapModelMode[]StructureMap.StructureMapModelMode. 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 StructureMap.StructureMapModelMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapModelMode>StructureMap.StructureMapModelModeEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapModelMode>StructureMap.StructureMapStructureComponent. getModeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapModelMode Modifier and Type Method Description StructureMap.StructureMapStructureComponentStructureMap.StructureMapStructureComponent. setMode(StructureMap.StructureMapModelMode value)StringStructureMap.StructureMapModelModeEnumFactory. toCode(StructureMap.StructureMapModelMode code)StringStructureMap.StructureMapModelModeEnumFactory. toSystem(StructureMap.StructureMapModelMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapModelMode Modifier and Type Method Description StructureMap.StructureMapStructureComponentStructureMap.StructureMapStructureComponent. setModeElement(Enumeration<StructureMap.StructureMapModelMode> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapModelMode Constructor Description StructureMapStructureComponent(CanonicalType url, Enumeration<StructureMap.StructureMapModelMode> mode)Constructor
-