Drools :: Compiler 6.2.0.Final

org.drools.compiler.lang.descr
Class AccumulateImportDescr

java.lang.Object
  extended by org.drools.compiler.lang.descr.BaseDescr
      extended by org.drools.compiler.lang.descr.ImportDescr
          extended by 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

Constructor Summary
AccumulateImportDescr()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFunctionName()
           
 int hashCode()
           
 void setFunctionName(String functionName)
           
 String toString()
           
 
Methods inherited from class org.drools.compiler.lang.descr.ImportDescr
getTarget, readExternal, setTarget, writeExternal
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccumulateImportDescr

public AccumulateImportDescr()
Method Detail

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

Drools :: Compiler 6.2.0.Final

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