public enum SearchKey extends Enum<SearchKey>
| Enum Constant and Description |
|---|
ALL |
ANSWERED |
BCC |
CC |
DELETED |
DRAFT |
FLAGGED |
FROM |
HEADER |
KEYWORD |
NEW |
OLD |
RECENT |
SEEN |
TO |
UNANSWERED |
UNDELETED |
UNDRAFT |
UNFLAGGED |
UNKEYWORD |
UNSEEN |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfParameters() |
static SearchKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchKey ALL
public static final SearchKey ANSWERED
public static final SearchKey BCC
public static final SearchKey CC
public static final SearchKey DELETED
public static final SearchKey DRAFT
public static final SearchKey FLAGGED
public static final SearchKey FROM
public static final SearchKey HEADER
public static final SearchKey KEYWORD
public static final SearchKey NEW
public static final SearchKey OLD
public static final SearchKey RECENT
public static final SearchKey SEEN
public static final SearchKey TO
public static final SearchKey UNANSWERED
public static final SearchKey UNDELETED
public static final SearchKey UNDRAFT
public static final SearchKey UNFLAGGED
public static final SearchKey UNKEYWORD
public static final SearchKey UNSEEN
public static SearchKey[] values()
for (SearchKey c : SearchKey.values()) System.out.println(c);
public static SearchKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getNumberOfParameters()
Copyright © 2006-2014 Icegreen Technologies. All Rights Reserved.