public abstract static class ExchangeSession.MonoCondition extends Object implements ExchangeSession.Condition
Modifier and Type | Field and Description |
---|---|
protected String |
attributeName |
protected ExchangeSession.Operator |
operator |
Modifier | Constructor and Description |
---|---|
protected |
MonoCondition(String attributeName,
ExchangeSession.Operator operator) |
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 String attributeName
protected final ExchangeSession.Operator operator
protected MonoCondition(String attributeName, ExchangeSession.Operator operator)
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.