站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Constants (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.jsr94.rules
Class Constants

java.lang.Object
  extended by 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)

Field Summary
static String RES_DESCRIPTION
          RuleExecutionSet description constant.
static 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 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-2007 JBoss Inc.. All Rights Reserved.