Package io.mateu.mdd.core.model.util
Class Constants
- java.lang.Object
-
- io.mateu.mdd.core.model.util.Constants
-
public class Constants extends Object
Created by Antonia on 03/04/2017.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMPORTING_USER_LOGINstatic StringSYSTEM_USER_LOGIN
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SYSTEM_USER_LOGIN
public static final String SYSTEM_USER_LOGIN
- See Also:
- Constant Field Values
-
IMPORTING_USER_LOGIN
public static final String IMPORTING_USER_LOGIN
- See Also:
- Constant Field Values
-
-