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, waitappendToprotected final String attributeName
protected final ExchangeSession.Operator operator
protected MonoCondition(String attributeName, ExchangeSession.Operator operator)
public boolean isEmpty()
ExchangeSession.ConditionisEmpty in interface ExchangeSession.Conditionpublic boolean isMatch(ExchangeSession.Contact contact)
ExchangeSession.ConditionisMatch in interface ExchangeSession.Conditioncontact - Exchange ContactCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.