All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.Constants

java.lang.Object
   |
   +----IMSWG.IW.DepValid.Constants

public class Constants
extends Object
Contains constants used by DepValid classes.


Variable Index

 o FILTER_ROWS
Number of lines to display for filters.
 o NUMBER_OF_ATTRIBUTES
The number of core attributes.
 o PATTERN_WIDTH
Width of the pattern type-in box.
 o QUERY_ROWS
Number of lines to display for query.
 o VALID_ROWS
Number of lines to display for valids.

Constructor Index

 o Constants()

Variables

 o NUMBER_OF_ATTRIBUTES
 public static final int NUMBER_OF_ATTRIBUTES
The number of core attributes.

 o FILTER_ROWS
 public static final int FILTER_ROWS
Number of lines to display for filters.

 o VALID_ROWS
 public static final int VALID_ROWS
Number of lines to display for valids.

 o QUERY_ROWS
 public static final int QUERY_ROWS
Number of lines to display for query.

 o PATTERN_WIDTH
 public static final int PATTERN_WIDTH
Width of the pattern type-in box.

Constructors

 o Constants
 public Constants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index