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

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


org.drools.brms.client.modeldriven.brxml
Class RuleAttribute

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.RuleAttribute
All Implemented Interfaces:
PortableObject

public class RuleAttribute
extends Object
implements PortableObject

This holds values for rule attributes (eg salience, agenda-group etc).

Author:
Michael Neale

Field Summary
 String attributeName
           
 String value
           
 
Constructor Summary
RuleAttribute()
           
RuleAttribute(String name, String value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributeName

public String attributeName

value

public String value
Constructor Detail

RuleAttribute

public RuleAttribute(String name,
                     String value)

RuleAttribute

public RuleAttribute()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.