|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ContactSearch.Condition>
com.skype.api.ContactSearch.Condition
public static enum ContactSearch.Condition
List of available matching conditions that can be used in AddTerm methods.
| Enum Constant Summary | |
|---|---|
CONTAINS_WORD_PREFIXES
One of the words starts with searched value (string properties only). |
|
CONTAINS_WORDS
Contains the word (string properties only). |
|
EQ
Equals |
|
GE
Is greater or equal. |
|
GT
Is greater than |
|
LE
Less or equal |
|
LT
Is less than |
|
PREFIX_EQ
Start of a word macthes exactly (string properties only). |
|
PREFIX_GE
Start of a word is greater or equal (string properties only). |
|
PREFIX_LE
Start of a word is less or equal (string properties only). |
|
| Field Summary | |
|---|---|
static int |
CONTAINS_WORD_PREFIXES_VALUE
|
static int |
CONTAINS_WORDS_VALUE
|
static int |
EQ_VALUE
|
static int |
GE_VALUE
|
static int |
GT_VALUE
|
static int |
LE_VALUE
|
static int |
LT_VALUE
|
static int |
PREFIX_EQ_VALUE
|
static int |
PREFIX_GE_VALUE
|
static int |
PREFIX_LE_VALUE
|
| Method Summary | |
|---|---|
EnumConverting |
convert(int from)
|
static ContactSearch.Condition |
get(int from)
|
EnumConverting[] |
getArray(int size)
|
EnumConverting |
getDefault()
|
int |
getId()
|
static ContactSearch.Condition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactSearch.Condition[] |
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 ContactSearch.Condition EQ
public static final ContactSearch.Condition GT
public static final ContactSearch.Condition GE
public static final ContactSearch.Condition LT
public static final ContactSearch.Condition LE
public static final ContactSearch.Condition PREFIX_EQ
public static final ContactSearch.Condition PREFIX_GE
public static final ContactSearch.Condition PREFIX_LE
public static final ContactSearch.Condition CONTAINS_WORDS
public static final ContactSearch.Condition CONTAINS_WORD_PREFIXES
| Field Detail |
|---|
public static final int EQ_VALUE
public static final int GT_VALUE
public static final int GE_VALUE
public static final int LT_VALUE
public static final int LE_VALUE
public static final int PREFIX_EQ_VALUE
public static final int PREFIX_GE_VALUE
public static final int PREFIX_LE_VALUE
public static final int CONTAINS_WORDS_VALUE
public static final int CONTAINS_WORD_PREFIXES_VALUE
| Method Detail |
|---|
public static ContactSearch.Condition[] values()
for (ContactSearch.Condition c : ContactSearch.Condition.values()) System.out.println(c);
public static ContactSearch.Condition valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getId()
getId in interface EnumConvertingpublic EnumConverting getDefault()
getDefault in interface EnumConvertingpublic EnumConverting convert(int from)
convert in interface EnumConvertingpublic EnumConverting[] getArray(int size)
getArray in interface EnumConvertingpublic static ContactSearch.Condition get(int from)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||