org.drools.lang.descr
Class ForFunctionDescr
java.lang.Object
org.drools.lang.descr.BaseDescr
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
Methods inherited from class org.drools.lang.descr.BaseDescr |
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, setEndCharacter, setEndLocation, setLocation, setStartCharacter, setText |
ForFunctionDescr
public ForFunctionDescr()
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.