us.the.mac.board
Class BoardContent.TableData.Header

java.lang.Object
  extended by us.the.mac.board.BoardContent.TableData.Header
Enclosing class:
BoardContent.TableData

public static class BoardContent.TableData.Header
extends Object


1. e4 d6 ... 20. Rxf5 1-0


Field Summary
static String BLACK
           
static String BLACK_ELO
           
static String DATE
           
static String DB_FIELDS
           
static String EVENT
           
static String RESULT
           
static String TABLE_NAME
           
static String WHITE
           
static String WHITE_ELO
           
 
Constructor Summary
BoardContent.TableData.Header()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME

EVENT

public static final String EVENT
See Also:
Constant Field Values

DATE

public static final String DATE
See Also:
Constant Field Values

RESULT

public static final String RESULT
See Also:
Constant Field Values

WHITE

public static final String WHITE
See Also:
Constant Field Values

BLACK

public static final String BLACK
See Also:
Constant Field Values

WHITE_ELO

public static final String WHITE_ELO
See Also:
Constant Field Values

BLACK_ELO

public static final String BLACK_ELO
See Also:
Constant Field Values

DB_FIELDS

public static final String DB_FIELDS
See Also:
Constant Field Values
Constructor Detail

BoardContent.TableData.Header

public BoardContent.TableData.Header()