public interface FilterValueSetParam extends Serializable
Each filtering parameter has a lookup-able and operator type, and a value to filter for.
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.
|
ExprFilterSpecLookupable |
getLookupable()
Returns the lookup-able for the filter parameter.
|
ExprFilterSpecLookupable getLookupable()
FilterOperator getFilterOperator()
Object getFilterForValue()
void appendTo(StringWriter writer)
Copyright © 2005–2019. All rights reserved.