public class FilterValueSetParamImpl extends Object implements FilterValueSetParam
Constructor and Description |
---|
FilterValueSetParamImpl(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
Object filterValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringWriter writer) |
Object |
getFilterForValue()
Return the filter parameter constant to filter for.
|
FilterOperator |
getFilterOperator()
Returns the filter operator type.
|
FilterSpecLookupable |
getLookupable()
Returns the lookup-able for the filter parameter.
|
String |
toString() |
public FilterValueSetParamImpl(FilterSpecLookupable lookupable, FilterOperator filterOperator, Object filterValue)
lookupable
- - stuff to use to interrogatefilterOperator
- - operator to applyfilterValue
- - value to look forpublic FilterSpecLookupable 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