public interface FilterValueSetParam extends Serializable
FilterValueSet
filter specification.
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.
|
FilterSpecLookupable |
getLookupable()
Returns the lookup-able for the filter parameter.
|
FilterSpecLookupable getLookupable()
FilterOperator getFilterOperator()
Object getFilterForValue()
void appendTo(StringWriter writer)