Package org.drools.base.rule
Class QueryArgument.Declr
- java.lang.Object
-
- org.drools.base.rule.QueryArgument.Declr
-
- All Implemented Interfaces:
java.io.Externalizable,java.io.Serializable,QueryArgument
- Enclosing interface:
- QueryArgument
public static class QueryArgument.Declr extends java.lang.Object implements QueryArgument
- See Also:
- Serialized Form
-
-
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 Constructor Description Declr()Declr(Declaration declaration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getArgumentClass()DeclarationgetDeclaration()java.lang.ObjectgetValue(ValueResolver valueResolver, BaseTuple tuple)QueryArgumentnormalize(java.lang.ClassLoader classLoader)voidreadExternal(java.io.ObjectInput in)voidwriteExternal(java.io.ObjectOutput out)
-
-
-
Constructor Detail
-
Declr
public Declr()
-
Declr
public Declr(Declaration declaration)
-
-
Method Detail
-
getValue
public java.lang.Object getValue(ValueResolver valueResolver, BaseTuple tuple)
- Specified by:
getValuein interfaceQueryArgument
-
normalize
public QueryArgument normalize(java.lang.ClassLoader classLoader)
- Specified by:
normalizein interfaceQueryArgument
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException- Specified by:
writeExternalin interfacejava.io.Externalizable- Throws:
java.io.IOException
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException- Specified by:
readExternalin interfacejava.io.Externalizable- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
getDeclaration
public Declaration getDeclaration()
-
getArgumentClass
public java.lang.Class<?> getArgumentClass()
-
-