Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapTargetListMode
-
Packages that use StructureMap.StructureMapTargetListMode Package Description org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapTargetListMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapTargetListMode Modifier and Type Field Description protected 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.StructureMapTargetListMode Modifier and Type Method Description static StructureMap.StructureMapTargetListModeStructureMap.StructureMapTargetListMode. fromCode(String codeString)StructureMap.StructureMapTargetListModeStructureMap.StructureMapTargetListModeEnumFactory. fromCode(String codeString)static StructureMap.StructureMapTargetListModeStructureMap.StructureMapTargetListMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StructureMap.StructureMapTargetListMode[]StructureMap.StructureMapTargetListMode. 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.StructureMapTargetListMode Modifier and Type Method Description Enumeration<StructureMap.StructureMapTargetListMode>StructureMap.StructureMapGroupRuleTargetComponent. addListModeElement()Enumeration<StructureMap.StructureMapTargetListMode>StructureMap.StructureMapTargetListModeEnumFactory. fromType(Base code)List<Enumeration<StructureMap.StructureMapTargetListMode>>StructureMap.StructureMapGroupRuleTargetComponent. getListMode()Methods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapTargetListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. addListMode(StructureMap.StructureMapTargetListMode value)booleanStructureMap.StructureMapGroupRuleTargetComponent. hasListMode(StructureMap.StructureMapTargetListMode value)StringStructureMap.StructureMapTargetListModeEnumFactory. toCode(StructureMap.StructureMapTargetListMode code)StringStructureMap.StructureMapTargetListModeEnumFactory. toSystem(StructureMap.StructureMapTargetListMode code)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapTargetListMode Modifier and Type Method Description StructureMap.StructureMapGroupRuleTargetComponentStructureMap.StructureMapGroupRuleTargetComponent. setListMode(List<Enumeration<StructureMap.StructureMapTargetListMode>> theListMode)
-