Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.klopotek.utils.log
Class LogType  view LogType download LogType.java

java.lang.Object
  extended bycom.klopotek.utils.log.LogType

class LogType
extends java.lang.Object

This class contains all constants which are necessary to define a columns log-type.


Field Summary
static int EMPTY
           
static int ID
           
static int MSG
           
static int STATIC
           
static int TIMESTAMP
           
 
Constructor Summary
(package private) LogType()
           
 
Method Summary
static boolean isLogType(int _lt)
           
static int parseLogType(java.lang.String _lt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

LogType

LogType()
Method Detail

isLogType

public static boolean isLogType(int _lt)

parseLogType

public static int parseLogType(java.lang.String _lt)