
Uses of Enum
org.hl7.fhir.r5.model.StructureMap.StructureMapInputMode
Packages that use StructureMap.StructureMapInputMode
-
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapInputModeModifier and TypeFieldDescriptionprotected Enumeration
<StructureMap.StructureMapInputMode> StructureMap.StructureMapGroupInputComponent.mode
Mode for this instance of data.Methods in org.hl7.fhir.r5.model that return StructureMap.StructureMapInputModeModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type StructureMap.StructureMapInputModeModifier and TypeMethodDescriptionStructureMap.StructureMapInputModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupInputComponent.getModeElement()
Methods in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapInputModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setMode
(StructureMap.StructureMapInputMode value) StructureMap.StructureMapInputModeEnumFactory.toCode
(StructureMap.StructureMapInputMode code) StructureMap.StructureMapInputModeEnumFactory.toSystem
(StructureMap.StructureMapInputMode code) Method parameters in org.hl7.fhir.r5.model with type arguments of type StructureMap.StructureMapInputModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupInputComponent.setModeElement
(Enumeration<StructureMap.StructureMapInputMode> value) Constructors in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapInputModeModifierConstructorDescriptionConstructor -
Uses of StructureMap.StructureMapInputMode in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapInputModeModifier 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)