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.
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
RES_SOURCE
public static final String RES_SOURCE
- See Also:
- Constant Field Values
RES_SOURCE_TYPE_XML
public static final String RES_SOURCE_TYPE_XML
- See Also:
- Constant Field Values
RES_SOURCE_TYPE_DECISION_TABLE
public static final String RES_SOURCE_TYPE_DECISION_TABLE
- See Also:
- Constant Field Values
RES_DSL
public static final String RES_DSL
- See Also:
- Constant Field Values
RES_RULEBASE_CONFIG
public static final String RES_RULEBASE_CONFIG
RuleExecutionSet
rulebase config constant.
- See Also:
- Constant Field Values
RES_PACKAGEBUILDER_CONFIG
public static final String RES_PACKAGEBUILDER_CONFIG
RuleExecutionSet
package builder config constant.
- See Also:
- Constant Field Values
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.