public class NotFilter extends ConnectorFilter
filterSet| Constructor and Description |
|---|
NotFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter)
Subclass the addFilterMethod, as this is specific for a NotFilter (we
cannot have more than one elements).
|
Filter |
getNotFilter()
Get the NotFilter
|
void |
setNotFilter(Filter notFilter)
Set the NotFilter
|
java.lang.String |
toString()
Return a string compliant with RFC 2254 representing a NOT filter
|
getFilterSetpublic void addFilter(Filter filter) throws DecoderException
addFilter in class ConnectorFilterfilter - The Filter to addDecoderExceptionpublic Filter getNotFilter()
public void setNotFilter(Filter notFilter) throws DecoderException
notFilter - The notFilter to set.DecoderExceptionpublic java.lang.String toString()
toString in class ConnectorFilter