Uses of Class
com.ibm.fhir.model.type.code.StructureMapSourceListMode
-
Packages that use StructureMapSourceListMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of StructureMapSourceListMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMapSourceListMode Modifier and Type Method Description StructureMapSourceListModeStructureMap.Group.Rule.Source. getListMode()How to handle the list mode for this element.Methods in com.ibm.fhir.model.resource with parameters of type StructureMapSourceListMode Modifier and Type Method Description StructureMap.Group.Rule.Source.BuilderStructureMap.Group.Rule.Source.Builder. listMode(StructureMapSourceListMode listMode)How to handle the list mode for this element. -
Uses of StructureMapSourceListMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as StructureMapSourceListMode Modifier and Type Field Description static StructureMapSourceListModeStructureMapSourceListMode. FIRSTFirststatic StructureMapSourceListModeStructureMapSourceListMode. LASTLaststatic StructureMapSourceListModeStructureMapSourceListMode. NOT_FIRSTAll but the firststatic StructureMapSourceListModeStructureMapSourceListMode. NOT_LASTAll but the laststatic StructureMapSourceListModeStructureMapSourceListMode. ONLY_ONEEnforce only oneMethods in com.ibm.fhir.model.type.code that return StructureMapSourceListMode Modifier and Type Method Description StructureMapSourceListModeStructureMapSourceListMode.Builder. build()static StructureMapSourceListModeStructureMapSourceListMode. of(StructureMapSourceListMode.ValueSet value)Factory method for creating StructureMapSourceListMode objects from a passed enum value.static StructureMapSourceListModeStructureMapSourceListMode. of(String value)Factory method for creating StructureMapSourceListMode objects from a passed string value.
-