org.drools.workbench.models.commons.shared.rule
Class RuleAttribute
java.lang.Object
org.drools.workbench.models.commons.shared.rule.RuleAttribute
public class RuleAttribute
- extends Object
This holds values for rule attributes (eg salience, agenda-group etc).
RuleAttribute
public RuleAttribute(String name,
String value)
RuleAttribute
public RuleAttribute()
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.