org.drools.workbench.models.datamodel.rule
Class RuleAttribute
java.lang.Object
org.drools.workbench.models.datamodel.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)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2016 JBoss by Red Hat. All Rights Reserved.