Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapSourceListMode
-
Uses of StructureMap.StructureMapSourceListMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionStructureMap.StructureMapGroupRuleSourceComponent.listMode
How to handle the list mode for this element.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.getListMode()
Returns the enum constant of this type with the specified name.StructureMap.StructureMapSourceListMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStructureMap.StructureMapSourceListModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleSourceComponent.getListModeElement()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.setListMode
(StructureMap.StructureMapSourceListMode value) StructureMap.StructureMapSourceListModeEnumFactory.toCode
(StructureMap.StructureMapSourceListMode code) StructureMap.StructureMapSourceListModeEnumFactory.toSystem
(StructureMap.StructureMapSourceListMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.setListModeElement
(Enumeration<StructureMap.StructureMapSourceListMode> value)