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 EFormOfflineMode
Projekt. getOfflineModeProvide()
EFormOfflineMode
Projekt. getOfflineModeReview()
Methods in de.xima.fc.entities with parameters of type EFormOfflineMode Modifier and Type Method Description void
Projekt. setOfflineModeProvide(EFormOfflineMode offlineModeProvide)
void
Projekt. 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 EFormOfflineMode
EFormOfflineMode. 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.
-