public enum IIMAPFlag extends Enum<IIMAPFlag>
Modifier and Type | Method and Description |
---|---|
static IIMAPFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IIMAPFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IIMAPFlag ANSWERED
public static final IIMAPFlag DELETED
public static final IIMAPFlag DRAFT
public static final IIMAPFlag NEW
public static final IIMAPFlag READ
public static IIMAPFlag[] values()
for (IIMAPFlag c : IIMAPFlag.values()) System.out.println(c);
public static IIMAPFlag 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 © 2024 Visiativ. All rights reserved.