com.interfaceware.chameleon
Class TableState

java.lang.Object
  extended by com.interfaceware.chameleon.TableState

public class TableState
extends java.lang.Object


Field Summary
static int Empty
           
static int Invalid
           
static int PresentButNull
           
static int Valid
           
 
Constructor Summary
TableState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Valid

public static final int Valid
See Also:
Constant Field Values

PresentButNull

public static final int PresentButNull
See Also:
Constant Field Values

Empty

public static final int Empty
See Also:
Constant Field Values

Invalid

public static final int Invalid
See Also:
Constant Field Values
Constructor Detail

TableState

public TableState()