org.drools.lang.descr
Class ForFunctionDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.ForFunctionDescr
All Implemented Interfaces:
Externalizable, Serializable

public class ForFunctionDescr
extends BaseDescr

A descr class for for functions

See Also:
Serialized Form

Constructor Summary
ForFunctionDescr()
           
 
Method Summary
 List<String> getArguments()
           
 String getId()
           
 String getLabel()
           
 void readExternal(ObjectInput in)
           
 void setArguments(List<String> arguments)
           
 void setId(String id)
           
 void setLabel(String label)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.drools.lang.descr.BaseDescr
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, setEndCharacter, setEndLocation, setLocation, setStartCharacter, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForFunctionDescr

public ForFunctionDescr()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class BaseDescr
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class BaseDescr
Throws:
IOException

getId

public String getId()

setId

public void setId(String id)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getArguments

public List<String> getArguments()

setArguments

public void setArguments(List<String> arguments)

toString

public String toString()
Overrides:
toString in class Object


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