Package de.xima.fc
Class CmnConst.PersistenceParams
- java.lang.Object
-
- de.xima.fc.CmnConst.PersistenceParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORM_VERSION_NUMBER
static String
INITIAL_USER
static String
LAST_USER
static String
PROJEKT_NAME
static String
WORKFLOW_VERSION_NUMBER
-
Constructor Summary
Constructors Constructor Description PersistenceParams()
-
-
-
Field Detail
-
PROJEKT_NAME
public static final String PROJEKT_NAME
- See Also:
- Constant Field Values
-
FORM_VERSION_NUMBER
public static final String FORM_VERSION_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_VERSION_NUMBER
public static final String WORKFLOW_VERSION_NUMBER
- See Also:
- Constant Field Values
-
INITIAL_USER
public static final String INITIAL_USER
- See Also:
- Constant Field Values
-
LAST_USER
public static final String LAST_USER
- See Also:
- Constant Field Values
-
-