public abstract static class ExchangeSession.AttributeCondition extends Object implements ExchangeSession.Condition
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected ExchangeSession.Operator |
operator |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeCondition(String attributeName,
ExchangeSession.Operator operator,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Get attribute name.
|
String |
getValue()
Condition value.
|
boolean |
isEmpty()
True if condition is empty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendTo, isMatchprotected final String attributeName
protected final ExchangeSession.Operator operator
protected final String value
protected AttributeCondition(String attributeName, ExchangeSession.Operator operator, String value)
public boolean isEmpty()
ExchangeSession.ConditionisEmpty in interface ExchangeSession.Conditionpublic String getAttributeName()
public String getValue()
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.