org.drools.lang.descr
Class AccumulateDescr.AccumulateFunctionCallDescr

java.lang.Object
  extended by org.drools.lang.descr.AccumulateDescr.AccumulateFunctionCallDescr
All Implemented Interfaces:
Serializable
Enclosing class:
AccumulateDescr

public static class AccumulateDescr.AccumulateFunctionCallDescr
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AccumulateDescr.AccumulateFunctionCallDescr(String function, String bind, String[] params)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBind()
           
 String getFunction()
           
 String[] getParams()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumulateDescr.AccumulateFunctionCallDescr

public AccumulateDescr.AccumulateFunctionCallDescr(String function,
                                                   String bind,
                                                   String[] params)
Method Detail

getFunction

public String getFunction()

getBind

public String getBind()

getParams

public String[] getParams()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.