|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ComparisonMode>
microsoft.exchange.webservices.data.ComparisonMode
public enum ComparisonMode
Defines the way values are compared in search filters.
| Enum Constant Summary | |
|---|---|
Exact
The Exact. |
|
IgnoreCase
The Ignore case. |
|
IgnoreCaseAndNonSpacingCharacters
The Ignore case and non spacing characters. |
|
IgnoreNonSpacingCharacters
The Ignore non spacing characters. |
|
| Method Summary | |
|---|---|
static ComparisonMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComparisonMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ComparisonMode Exact
public static final ComparisonMode IgnoreCase
public static final ComparisonMode IgnoreNonSpacingCharacters
public static final ComparisonMode IgnoreCaseAndNonSpacingCharacters
| Method Detail |
|---|
public static ComparisonMode[] values()
for (ComparisonMode c : ComparisonMode.values()) System.out.println(c);
public static ComparisonMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||