
Uses of Enum Class
org.hl7.fhir.r4.model.StructureMap.StructureMapTargetListMode
Packages that use StructureMap.StructureMapTargetListMode
-
Uses of StructureMap.StructureMapTargetListMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapTargetListModeModifier and TypeFieldDescriptionprotected List<Enumeration<StructureMap.StructureMapTargetListMode>> StructureMap.StructureMapGroupRuleTargetComponent.listModeIf field is a list, how to manage the list.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapTargetListModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.StructureMap.StructureMapTargetListMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapTargetListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.addListModeElement()StructureMap.StructureMapTargetListModeEnumFactory.fromType(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleTargetComponent.getListMode()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapTargetListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.addListMode(StructureMap.StructureMapTargetListMode value) booleanStructureMap.StructureMapGroupRuleTargetComponent.hasListMode(StructureMap.StructureMapTargetListMode value) StructureMap.StructureMapTargetListModeEnumFactory.toCode(StructureMap.StructureMapTargetListMode code) StructureMap.StructureMapTargetListModeEnumFactory.toSystem(StructureMap.StructureMapTargetListMode code) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapTargetListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleTargetComponent.setListMode(List<Enumeration<StructureMap.StructureMapTargetListMode>> theListMode)