org.eclipse.actf.validation.rules
Class RuleConstants

java.lang.Object
  extended by org.eclipse.actf.validation.rules.RuleConstants

public class RuleConstants
extends Object


Field Summary
static String AND
           
static String CRITERION
           
static String DESCRIPTION
           
static String ENABLE
           
static String EQ
           
static String FOCUS
           
static String HELPURL
           
static String ID
           
static String IGNOREIFNULL
           
static String INSTANCEOF
           
static String ITERATOR
           
static String MAX
           
static String MESSAGE
           
static String MIN
           
static String NAME
           
static String NEQ
           
static String OR
           
static String PARAM
           
static String POLYMORPHIC
           
static String RANGE
           
static String REFLEXIVE
           
static String REGEXP
           
static String REPAIRHINT
           
static String SCRIPT
           
static String SCRIPTTEST
           
static String SEVERITY
           
 
Constructor Summary
RuleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AND

public static final String AND
See Also:
Constant Field Values

EQ

public static final String EQ
See Also:
Constant Field Values

FOCUS

public static final String FOCUS
See Also:
Constant Field Values

INSTANCEOF

public static final String INSTANCEOF
See Also:
Constant Field Values

MIN

public static final String MIN
See Also:
Constant Field Values

MAX

public static final String MAX
See Also:
Constant Field Values

NEQ

public static final String NEQ
See Also:
Constant Field Values

OR

public static final String OR
See Also:
Constant Field Values

RANGE

public static final String RANGE
See Also:
Constant Field Values

REFLEXIVE

public static final String REFLEXIVE
See Also:
Constant Field Values

REGEXP

public static final String REGEXP
See Also:
Constant Field Values

SCRIPT

public static final String SCRIPT
See Also:
Constant Field Values

SCRIPTTEST

public static final String SCRIPTTEST
See Also:
Constant Field Values

CRITERION

public static final String CRITERION
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

ENABLE

public static final String ENABLE
See Also:
Constant Field Values

IGNOREIFNULL

public static final String IGNOREIFNULL
See Also:
Constant Field Values

ITERATOR

public static final String ITERATOR
See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

PARAM

public static final String PARAM
See Also:
Constant Field Values

POLYMORPHIC

public static final String POLYMORPHIC
See Also:
Constant Field Values

SEVERITY

public static final String SEVERITY
See Also:
Constant Field Values

REPAIRHINT

public static final String REPAIRHINT
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

HELPURL

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

RuleConstants

public RuleConstants()