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, wait
appendTo, isMatch
protected 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.Condition
isEmpty
in interface ExchangeSession.Condition
public String getAttributeName()
public String getValue()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.