public class TextConsequence extends RuleComponent<org.drools.compiler.lang.descr.RuleDescr> implements Consequence
Consequence.ConsequenceType
Constructor and Description |
---|
TextConsequence(VerifierRule rule) |
Modifier and Type | Method and Description |
---|---|
Consequence.ConsequenceType |
getConsequenceType() |
String |
getPath() |
String |
getText() |
VerifierComponentType |
getVerifierComponentType() |
void |
setText(String text) |
String |
toString() |
getFullRulePath, getOrderNumber, getParentPath, getParentType, getRuleName, getRulePath, setOrderNumber, setParentPath, setParentType, setRuleName
getPackageName, getPackagePath, setPackageName
compareTo, getCauses, getDescr
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRuleName, getRulePath
public TextConsequence(VerifierRule rule)
public String getPath()
getPath
in interface Consequence
getPath
in class RuleComponent<org.drools.compiler.lang.descr.RuleDescr>
public Consequence.ConsequenceType getConsequenceType()
getConsequenceType
in interface Consequence
public void setText(String text)
public String getText()
public VerifierComponentType getVerifierComponentType()
getVerifierComponentType
in class VerifierComponent<org.drools.compiler.lang.descr.RuleDescr>
public String toString()
toString
in class VerifierComponent<org.drools.compiler.lang.descr.RuleDescr>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.