Package org.drools.compiler.lang.descr
Class ForFunctionDescr
- java.lang.Object
-
- org.drools.compiler.lang.descr.BaseDescr
-
- org.drools.compiler.lang.descr.ForFunctionDescr
-
- All Implemented Interfaces:
Externalizable,Serializable,org.drools.core.rule.Namespaceable
public class ForFunctionDescr extends BaseDescr
A descr class for for functions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ForFunctionDescr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getArguments()StringgetId()StringgetLabel()voidreadExternal(ObjectInput in)voidsetArguments(List<String> arguments)voidsetId(String id)voidsetLabel(String label)StringtoString()voidwriteExternal(ObjectOutput out)-
Methods inherited from class org.drools.compiler.lang.descr.BaseDescr
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
-
-
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classBaseDescr- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classBaseDescr- Throws:
IOException
-
getId
public String getId()
-
setId
public void setId(String id)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-