|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.jsr94.rules.Constants
public final class Constants
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 |
---|
public static final java.lang.String RES_NAME
RuleExecutionSet
name constant.
public static final java.lang.String RES_DESCRIPTION
RuleExecutionSet
description constant.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |