Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapSourceListMode
-
Packages that use StructureMap.StructureMapSourceListMode Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapSourceListMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapSourceListMode Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapSourceListMode>StructureMap.StructureMapGroupRuleSourceComponent. listModeHow to handle the list mode for this element.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapSourceListMode Modifier and Type Method Description static StructureMap.StructureMapSourceListModeStructureMap.StructureMapSourceListMode. fromCode(String codeString)StructureMap.StructureMapSourceListModeStructureMap.StructureMapSourceListModeEnumFactory. fromCode(String codeString)StructureMap.StructureMapSourceListModeStructureMap.StructureMapGroupRuleSourceComponent. getListMode()static StructureMap.StructureMapSourceListModeStructureMap.StructureMapSourceListMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapSourceListMode[]StructureMap.StructureMapSourceListMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapSourceListMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapSourceListMode>StructureMap.StructureMapSourceListModeEnumFactory. fromType(Base code)Enumeration<StructureMap.StructureMapSourceListMode>StructureMap.StructureMapGroupRuleSourceComponent. getListModeElement()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapSourceListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleSourceComponentStructureMap.StructureMapGroupRuleSourceComponent. setListMode(StructureMap.StructureMapSourceListMode value)StringStructureMap.StructureMapSourceListModeEnumFactory. toCode(StructureMap.StructureMapSourceListMode code)StringStructureMap.StructureMapSourceListModeEnumFactory. toSystem(StructureMap.StructureMapSourceListMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapSourceListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleSourceComponentStructureMap.StructureMapGroupRuleSourceComponent. setListModeElement(Enumeration<StructureMap.StructureMapSourceListMode> value)
-