Interface Argument
-
- All Known Subinterfaces:
DynamicArgument,FunctionArgument,ListArgument,LiteralArgument,ParameterArgument,PropertyArgument,SelectorArgument,StaticArgument
- All Known Implementing Classes:
BaseArgument,BaseDynamicArgument,BaseFunctionArgument,BaseListArgument,BaseLiteralArgument,BaseParameterArgument,BasePropertyArgument,BaseSelectorArgument,BaseStaticArgument,LuceneFunctionArgument,LuceneListArgument,LuceneLiteralArgument,LuceneParameterArgument,LucenePropertyArgument,LuceneSelectorArgument
public interface ArgumentAn argument to a function- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()java.io.SerializablegetValue(FunctionEvaluationContext context)booleanisOrderable()booleanisQueryable()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValue
java.io.Serializable getValue(FunctionEvaluationContext context)
-
isOrderable
boolean isOrderable()
-
isQueryable
boolean isQueryable()
-
-