org.drools.ide.common.client.modeldriven.brl
Class RuleAttribute

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.RuleAttribute
All Implemented Interfaces:
Serializable, PortableObject

public class RuleAttribute
extends Object
implements PortableObject

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

See Also:
Serialized Form

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-2012 JBoss by Red Hat. All Rights Reserved.