Uses of Class
com.ibm.fhir.model.type.code.StructureMapTargetListMode
-
Packages that use StructureMapTargetListMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of StructureMapTargetListMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type StructureMapTargetListMode Modifier and Type Method Description List<StructureMapTargetListMode>StructureMap.Group.Rule.Target. getListMode()If field is a list, how to manage the list.Methods in com.ibm.fhir.model.resource with parameters of type StructureMapTargetListMode Modifier and Type Method Description StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. listMode(StructureMapTargetListMode... listMode)If field is a list, how to manage the list.Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMapTargetListMode Modifier and Type Method Description StructureMap.Group.Rule.Target.BuilderStructureMap.Group.Rule.Target.Builder. listMode(Collection<StructureMapTargetListMode> listMode)If field is a list, how to manage the list. -
Uses of StructureMapTargetListMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as StructureMapTargetListMode Modifier and Type Field Description static StructureMapTargetListModeStructureMapTargetListMode. COLLATECollatestatic StructureMapTargetListModeStructureMapTargetListMode. FIRSTFirststatic StructureMapTargetListModeStructureMapTargetListMode. LASTLaststatic StructureMapTargetListModeStructureMapTargetListMode. SHAREShareMethods in com.ibm.fhir.model.type.code that return StructureMapTargetListMode Modifier and Type Method Description StructureMapTargetListModeStructureMapTargetListMode.Builder. build()static StructureMapTargetListModeStructureMapTargetListMode. of(StructureMapTargetListMode.ValueSet value)Factory method for creating StructureMapTargetListMode objects from a passed enum value.static StructureMapTargetListModeStructureMapTargetListMode. of(String value)Factory method for creating StructureMapTargetListMode objects from a passed string value.
-