public abstract static class ExchangeSession.NotCondition extends Object implements ExchangeSession.Condition
Modifier and Type | Field and Description |
---|---|
protected ExchangeSession.Condition |
condition |
Modifier | Constructor and Description |
---|---|
protected |
NotCondition(ExchangeSession.Condition condition) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
True if condition is empty.
|
boolean |
isMatch(ExchangeSession.Contact contact)
Test if the contact matches current condition.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appendTo
protected final ExchangeSession.Condition condition
protected NotCondition(ExchangeSession.Condition condition)
public boolean isEmpty()
ExchangeSession.Condition
isEmpty
in interface ExchangeSession.Condition
public boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.Condition
isMatch
in interface ExchangeSession.Condition
contact
- Exchange ContactCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.