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

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

public static class BoardContent.TableData.Move
extends Object


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


Field Summary
static String BLACK_MOVE
           
static String DB_FIELDS
           
static String TABLE_NAME
           
static String WHITE_MOVE
           
 
Constructor Summary
BoardContent.TableData.Move()
           
 
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

BLACK_MOVE

public static final String BLACK_MOVE
See Also:
Constant Field Values

WHITE_MOVE

public static final String WHITE_MOVE
See Also:
Constant Field Values

DB_FIELDS

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

BoardContent.TableData.Move

public BoardContent.TableData.Move()