public class FilterValueSetParamImpl extends Object implements FilterValueSetParam
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
EMPTY
Constructor and Description |
---|
FilterValueSetParamImpl(ExprFilterSpecLookupable lookupable,
FilterOperator filterOperator,
Object filterValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringWriter writer) |
static CodegenExpression |
codegenNew(CodegenExpression filterForValue) |
Object |
getFilterForValue()
Return the filter parameter constant to filter for.
|
FilterOperator |
getFilterOperator()
Returns the filter operator type.
|
ExprFilterSpecLookupable |
getLookupable()
Returns the lookup-able for the filter parameter.
|
String |
toString() |
public static final EPTypeClass EPTYPE
public FilterValueSetParamImpl(ExprFilterSpecLookupable lookupable, FilterOperator filterOperator, Object filterValue)
lookupable
- - stuff to use to interrogatefilterOperator
- - operator to applyfilterValue
- - value to look forpublic static CodegenExpression codegenNew(CodegenExpression filterForValue)
public ExprFilterSpecLookupable getLookupable()
FilterValueSetParam
getLookupable
in interface FilterValueSetParam
public FilterOperator getFilterOperator()
FilterValueSetParam
getFilterOperator
in interface FilterValueSetParam
public Object getFilterForValue()
FilterValueSetParam
getFilterForValue
in interface FilterValueSetParam
public void appendTo(StringWriter writer)
appendTo
in interface FilterValueSetParam
Copyright © 2005–2020. All rights reserved.