org.drools.jsr94.rules
Class Constants

java.lang.Object
  extended by org.drools.jsr94.rules.Constants

public final class Constants
extends java.lang.Object

This class provides a list of constant values which can be used as keys in the various property maps that are passed around between the javax.rules and javax.rules.admin objects.

This helps us enforce proper key values at compile time and eliminate the risk of spelling errors.


Field Summary
static java.lang.String RES_DESCRIPTION
          RuleExecutionSet description constant.
static java.lang.String RES_NAME
          RuleExecutionSet name constant.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RES_NAME

public static final java.lang.String RES_NAME
RuleExecutionSet name constant.

See Also:
Constant Field Values

RES_DESCRIPTION

public static final java.lang.String RES_DESCRIPTION
RuleExecutionSet description constant.

See Also:
Constant Field Values