org.drools.jsr94.rules
Class Constants
java.lang.Object
org.drools.jsr94.rules.Constants
- public final class Constants
- extends 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.
- Author:
- N. Alex Rupp (n_alex codehaus.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RES_NAME
public static final String RES_NAME
RuleExecutionSet
name constant.
- See Also:
- Constant Field Values
RES_DESCRIPTION
public static final String RES_DESCRIPTION
RuleExecutionSet
description constant.
- See Also:
- Constant Field Values
Copyright © 2001-2004 The Codehaus. All Rights Reserved.