Uses of Class
de.xima.fc.importer.mdl.StateMapperModel
- 
Packages that use StateMapperModel Package Description de.xima.fc.gui.bean.project de.xima.fc.importer de.xima.fc.importer.config de.xima.fc.importer.project  - 
- 
Uses of StateMapperModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type StateMapperModel Modifier and Type Method Description List<StateMapperModel>ProjectImportBean. getConfigurableStateMapping()List<StateMapperModel>ProjectImportBean. getStateMapping()Methods in de.xima.fc.gui.bean.project with parameters of type StateMapperModel Modifier and Type Method Description voidProjectImportBean. continueWithStateMapping(StateMapperModel stateMapper, Object state)StringProjectImportBean. getOldStateDescription(StateMapperModel stateMapper)StringProjectImportBean. getOldStateHeader(StateMapperModel stateMapper) - 
Uses of StateMapperModel in de.xima.fc.importer
Method parameters in de.xima.fc.importer with type arguments of type StateMapperModel Modifier and Type Method Description EntityImporterEntityImporter. withStateMapping(List<StateMapperModel> stateMapping)Deprecated.UseProjectImporter#withStateMapping(List)instead - 
Uses of StateMapperModel in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return types with arguments of type StateMapperModel Modifier and Type Method Description List<StateMapperModel>ProjectImportConfig. getStateMapping() - 
Uses of StateMapperModel in de.xima.fc.importer.project
Methods in de.xima.fc.importer.project that return types with arguments of type StateMapperModel Modifier and Type Method Description List<StateMapperModel>ProjectImporter. getStateMapping() 
 -