Uses of Enum
org.hl7.fhir.r5.model.StructureMap.StructureMapInputMode
-
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapInputMode> StructureMap.StructureMapGroupInputComponent.mode
Mode for this instance of data.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.getMode()
Returns the enum constant of this type with the specified name.static StructureMap.StructureMapInputMode[]
StructureMap.StructureMapInputMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStructureMap.StructureMapInputModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupInputComponent.getModeElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setMode
(StructureMap.StructureMapInputMode value) StructureMap.StructureMapInputModeEnumFactory.toCode
(StructureMap.StructureMapInputMode code) StructureMap.StructureMapInputModeEnumFactory.toSystem
(StructureMap.StructureMapInputMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setModeElement
(Enumeration<StructureMap.StructureMapInputMode> value) ModifierConstructorDescriptionConstructor -
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r5.utils.structuremap
Modifier and TypeMethodDescriptionStructureMapUtilities.getGroupForUrl
(StructureMap map, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getInputType
(ResolvedGroup grp, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrl
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrlPrefix
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode)