luky.util
Class Constants
java.lang.Object
luky.util.Constants
public class Constants
- extends Object
This class is a data holder for the all the constants used by different classes
of the luky package. It's purpose is to let the different packages communicate
in a standarized way. Hence Constants.
Revision Changes :
- 1.00 - initial version
- 1.01 - added return codes
- 1.02 - added payment type codes
- 1.03 - added backend error codes
- 2.00 - ported to luky
- Version:
- 2.00
- Author:
- Chris Lukassen
-
Constructor Summary |
Constants()
default constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
MARGINAL
public static final int MARGINAL
- See Also:
- Constant Field Values
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
NOK
public static final int NOK
- See Also:
- Constant Field Values
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
GREEN
public static final Color GREEN
GREY
public static final Color GREY
YELLOW
public static final Color YELLOW
ORANGE
public static final Color ORANGE
RED
public static final Color RED
WHITE
public static final Color WHITE
ALMOSTWHITE
public static final Color ALMOSTWHITE
BLUE
public static final Color BLUE
LIGHTBLUE
public static final Color LIGHTBLUE
LIGHTCYAN
public static final Color LIGHTCYAN
LIGHTPURPLE
public static final Color LIGHTPURPLE
LIGHTYELLOW
public static final Color LIGHTYELLOW
LIGHTGREY
public static final Color LIGHTGREY
PORTALDARKBLUE
public static final Color PORTALDARKBLUE
PORTALLIGHTBLUE
public static final Color PORTALLIGHTBLUE
PORTALLIGHTERBLUE
public static final Color PORTALLIGHTERBLUE
PORTALBGBLUE
public static final Color PORTALBGBLUE
PORTALBGLIGHTBLUE
public static final Color PORTALBGLIGHTBLUE
DATA_ILLIGAL
public static final String DATA_ILLIGAL
- See Also:
- Constant Field Values
DATA_NOT_FOUND
public static final String DATA_NOT_FOUND
- See Also:
- Constant Field Values
DATA_INCOMPLETE
public static final String DATA_INCOMPLETE
- See Also:
- Constant Field Values
INTERNAL_ERROR
public static final String INTERNAL_ERROR
- See Also:
- Constant Field Values
Constants
public Constants()
- default constructor