Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapModelMode
-
Uses of StructureMap.StructureMapModelMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapModelMode> StructureMap.StructureMapStructureComponent.mode
How the referenced structure is used in this mapping.Modifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.getMode()
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.Modifier and TypeMethodDescriptionStructureMap.StructureMapModelModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapStructureComponent.getModeElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.setMode
(StructureMap.StructureMapModelMode value) StructureMap.StructureMapModelModeEnumFactory.toCode
(StructureMap.StructureMapModelMode code) StructureMap.StructureMapModelModeEnumFactory.toSystem
(StructureMap.StructureMapModelMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapStructureComponent.setModeElement
(Enumeration<StructureMap.StructureMapModelMode> value) ModifierConstructorDescriptionStructureMapStructureComponent
(CanonicalType url, Enumeration<StructureMap.StructureMapModelMode> mode) Constructor