Drools Workbench - Data Model API 6.2.0.Beta2

org.drools.workbench.models.datamodel.rule
Class RuleAttribute

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.RuleAttribute

public class RuleAttribute
extends Object

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


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

Constructor Detail

RuleAttribute

public RuleAttribute(String name,
                     String value)

RuleAttribute

public RuleAttribute()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getValue

public String getValue()

setValue

public void setValue(String value)

Drools Workbench - Data Model API 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.