public static enum ImapFeatures.Feature extends Enum<ImapFeatures.Feature>
Enum Constant and Description |
---|
ANNOTATION_SUPPORT |
MOVE_SUPPORT |
NAMESPACE_SUPPORT |
QUOTA_SUPPORT |
USER_FLAGS_SUPPORT |
Modifier and Type | Method and Description |
---|---|
static ImapFeatures.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImapFeatures.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImapFeatures.Feature NAMESPACE_SUPPORT
public static final ImapFeatures.Feature MOVE_SUPPORT
public static final ImapFeatures.Feature USER_FLAGS_SUPPORT
public static final ImapFeatures.Feature QUOTA_SUPPORT
public static final ImapFeatures.Feature ANNOTATION_SUPPORT
public static ImapFeatures.Feature[] values()
for (ImapFeatures.Feature c : ImapFeatures.Feature.values()) System.out.println(c);
public static ImapFeatures.Feature 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 nullCopyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.