
Uses of Enum Class
org.hl7.fhir.dstu3.model.StructureMap.StructureMapSourceListMode
Packages that use StructureMap.StructureMapSourceListMode
-
Uses of StructureMap.StructureMapSourceListMode in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type StructureMap.StructureMapSourceListModeModifier and TypeFieldDescriptionStructureMap.StructureMapGroupRuleSourceComponent.listModeHow to handle the list mode for this element.Methods in org.hl7.fhir.dstu3.model that return StructureMap.StructureMapSourceListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.getListMode()Returns the enum constant of this class with the specified name.StructureMap.StructureMapSourceListMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type StructureMap.StructureMapSourceListModeModifier and TypeMethodDescriptionStructureMap.StructureMapSourceListModeEnumFactory.fromType(PrimitiveType<?> code) StructureMap.StructureMapGroupRuleSourceComponent.getListModeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type StructureMap.StructureMapSourceListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.setListMode(StructureMap.StructureMapSourceListMode value) StructureMap.StructureMapSourceListModeEnumFactory.toCode(StructureMap.StructureMapSourceListMode code) StructureMap.StructureMapSourceListModeEnumFactory.toSystem(StructureMap.StructureMapSourceListMode code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type StructureMap.StructureMapSourceListModeModifier and TypeMethodDescriptionStructureMap.StructureMapGroupRuleSourceComponent.setListModeElement(Enumeration<StructureMap.StructureMapSourceListMode> value)