java.lang.Object
com.klopotek.utils.log.LogType
- class LogType
- extends java.lang.Object
This class contains all constants which are necessary to define a columns log-type.
|
Constructor Summary |
(package private) |
LogType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSG
public static final int MSG
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
LogType
LogType()
isLogType
public static boolean isLogType(int _lt)
parseLogType
public static int parseLogType(java.lang.String _lt)