Uses of Enum
org.hl7.fhir.r4.model.StructureMap.StructureMapTargetListMode
-
Uses of StructureMap.StructureMapTargetListMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<StructureMap.StructureMapTargetListMode>> StructureMap.StructureMapGroupRuleTargetComponent.listMode
If field is a list, how to manage the list.Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.StructureMap.StructureMapTargetListMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.addListModeElement()
StructureMap.StructureMapTargetListModeEnumFactory.fromType
(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleTargetComponent.getListMode()
Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.addListMode
(StructureMap.StructureMapTargetListMode value) boolean
StructureMap.StructureMapGroupRuleTargetComponent.hasListMode
(StructureMap.StructureMapTargetListMode value) StructureMap.StructureMapTargetListModeEnumFactory.toCode
(StructureMap.StructureMapTargetListMode code) StructureMap.StructureMapTargetListModeEnumFactory.toSystem
(StructureMap.StructureMapTargetListMode code) Modifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setListMode
(List<Enumeration<StructureMap.StructureMapTargetListMode>> theListMode)