public class AppMode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppMode.Mode
Welcome= first start
Demo = use demo database for next start of application
Test = use demo database once
Operation = use configured database
|
| Constructor and Description |
|---|
AppMode() |
| Modifier and Type | Method and Description |
|---|---|
static AppMode.Mode |
getMode()
get the mode of operation
|
static void |
setMode(AppMode.Mode mode)
set the given mode of operation
|
public static AppMode.Mode getMode()
public static void setMode(AppMode.Mode mode)
mode - - the mode to setCopyright © 2018 BITPlan GmbH. All rights reserved.