Package org.drools.base.rule
Class QueryArgument.Null
java.lang.Object
org.drools.base.rule.QueryArgument.Null
- All Implemented Interfaces:
Externalizable,Serializable,QueryArgument
- Enclosing interface:
- QueryArgument
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.base.rule.QueryArgument
QueryArgument.Declr, QueryArgument.Literal, QueryArgument.Null, QueryArgument.Var -
Field Summary
Fields inherited from interface org.drools.base.rule.QueryArgument
NULL, VAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(ValueResolver valueResolver, BaseTuple tuple) normalize(ClassLoader classLoader) voidvoid
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceQueryArgument
-
normalize
- Specified by:
normalizein interfaceQueryArgument
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-