Constant Field Values


Contents
net.sf.*

net.sf.colle.forms.FormElement
public static final String ERROR_INVALID "INVALID"
public static final String ERROR_REQUIRED "REQUIRED"
public static final String UNKNOWN "UNKNOWN"
public static final String VALID "VALID"

net.sf.colle.forms.Number
public static final String ERROR_TOO_LARGE "TOO_LARGE"
public static final String ERROR_TOO_SMALL "TOO_SMALL"

net.sf.colle.forms.Text
public static final String ERROR_TOO_LONG "TOO_LONG"
public static final String ERROR_TOO_SHORT "TOO_SHORT"

net.sf.colle.sql.schema.RDBMSRuntime
public static final int ERROR_CONSTRAINT_VIOLATED 2
public static final int ERROR_DUPLICATE_ROW 1
public static final int ERROR_UNKNOWN 0

net.sf.colle.sql.schema.TableLoader
static final int DEFAULT_INSERTS_PER_COMMIT 100