Beispiel #1
0
 public LogBaseColumn(LOG_COLIN_TYPE t, String s)
 {
     type = t;
     str  = s;
 }
Beispiel #2
0
 public void setType(LOG_COLIN_TYPE t)
 {
     type = t;
 }
Beispiel #3
0
 public LogBaseColumn()
 {
     type = 0;
     str  = "";
 }