org.drools.compiler.lang.descr
Class AccumulateImportDescr
java.lang.Object
org.drools.compiler.lang.descr.BaseDescr
org.drools.compiler.lang.descr.ImportDescr
org.drools.compiler.lang.descr.AccumulateImportDescr
- All Implemented Interfaces:
- Externalizable, Serializable, org.drools.core.rule.Namespaceable
public class AccumulateImportDescr
- extends ImportDescr
A descriptor for imported static functions
- See Also:
- Serialized Form
| Methods inherited from class org.drools.compiler.lang.descr.BaseDescr |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText |
AccumulateImportDescr
public AccumulateImportDescr()
getFunctionName
public String getFunctionName()
setFunctionName
public void setFunctionName(String functionName)
toString
public String toString()
- Overrides:
toString in class ImportDescr
hashCode
public int hashCode()
- Overrides:
hashCode in class ImportDescr
equals
public boolean equals(Object obj)
- Overrides:
equals in class ImportDescr
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.