org.infoglue.cms.util.validators
Class Constants

java.lang.Object
  |
  +--org.infoglue.cms.util.validators.Constants

public class Constants
extends java.lang.Object

Constants.java Created on 2002-sep-16

Author:
Stefan Sik, ss@frovi.com ss This class implements the use case Constants.java The class supplies action classes with methods to carry out the use case

Field Summary
static int EMAIL
           
static int FLOAT
           
static int INTEGER
           
static int PROPERNOUN
           
static int STRING
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

EMAIL

public static final int EMAIL
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

PROPERNOUN

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

Constants

public Constants()