Uses of Class
de.xima.fc.mdl.enums.EFormOfflineMode
- 
Packages that use EFormOfflineMode Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EFormOfflineMode in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFormOfflineMode Modifier and Type Method Description EFormOfflineModeProjekt. getOfflineModeProvide()EFormOfflineModeProjekt. getOfflineModeReview()Methods in de.xima.fc.entities with parameters of type EFormOfflineMode Modifier and Type Method Description voidProjekt. setOfflineModeProvide(EFormOfflineMode offlineModeProvide)voidProjekt. setOfflineModeReview(EFormOfflineMode offlineModeReview) - 
Uses of EFormOfflineMode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormOfflineMode Modifier and Type Method Description static EFormOfflineModeEFormOfflineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EFormOfflineMode[]EFormOfflineMode. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -