Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapListMode
-
Packages that use StructureMap.StructureMapListMode Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapListMode in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type StructureMap.StructureMapListMode Modifier and Type Field Description protected Enumeration<StructureMap.StructureMapListMode>StructureMap.StructureMapGroupRuleSourceComponent. listModeHow to handle the list mode for this element.protected List<Enumeration<StructureMap.StructureMapListMode>>StructureMap.StructureMapGroupRuleTargetComponent. listModeIf field is a list, how to manage the list.Methods in org.hl7.fhir.dstu2016may.model that return StructureMap.StructureMapListMode Modifier and Type Method Description static StructureMap.StructureMapListModeStructureMap.StructureMapListMode. fromCode(String codeString)StructureMap.StructureMapListModeStructureMap.StructureMapListModeEnumFactory. fromCode(String codeString)StructureMap.StructureMapListModeStructureMap.StructureMapGroupRuleSourceComponent. getListMode()static StructureMap.StructureMapListModeStructureMap.StructureMapListMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapListMode[]StructureMap.StructureMapListMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type StructureMap.StructureMapListMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapListMode>StructureMap.StructureMapGroupRuleTargetComponent. addListModeElement()Enumeration<StructureMap.StructureMapListMode>StructureMap.StructureMapListModeEnumFactory. fromType(Base code)List<Enumeration<StructureMap.StructureMapListMode>>StructureMap.StructureMapGroupRuleTargetComponent. getListMode()Enumeration<StructureMap.StructureMapListMode>StructureMap.StructureMapGroupRuleSourceComponent. getListModeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type StructureMap.StructureMapListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. addListMode(StructureMap.StructureMapListMode value)booleanStructureMap.StructureMapGroupRuleTargetComponent. hasListMode(StructureMap.StructureMapListMode value)StructureMap.StructureMapGroupRuleSourceComponentStructureMap.StructureMapGroupRuleSourceComponent. setListMode(StructureMap.StructureMapListMode value)StringStructureMap.StructureMapListModeEnumFactory. toCode(StructureMap.StructureMapListMode code)StringStructureMap.StructureMapListModeEnumFactory. toSystem(StructureMap.StructureMapListMode code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type StructureMap.StructureMapListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setListMode(List<Enumeration<StructureMap.StructureMapListMode>> listMode)StructureMap.StructureMapGroupRuleSourceComponentStructureMap.StructureMapGroupRuleSourceComponent. setListModeElement(Enumeration<StructureMap.StructureMapListMode> value)
-