Uses of Class
com.openindex.openestate.tool.ImmoToolLocalProject.BackupMode
-
Packages that use ImmoToolLocalProject.BackupMode Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks. -
-
Uses of ImmoToolLocalProject.BackupMode in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return ImmoToolLocalProject.BackupMode Modifier and Type Method Description ImmoToolLocalProject.BackupMode
ImmoToolLocalProject. getBackupMode()
static ImmoToolLocalProject.BackupMode
ImmoToolLocalProject.BackupMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImmoToolLocalProject.BackupMode[]
ImmoToolLocalProject.BackupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool with parameters of type ImmoToolLocalProject.BackupMode Modifier and Type Method Description void
ImmoToolLocalProject. setBackupMode(ImmoToolLocalProject.BackupMode mode)
-