public static enum MimeReader.ReadMimeDataType extends Enum<MimeReader.ReadMimeDataType>
Enum Constant and Description |
---|
MIMEHEADERS |
RFC822HEADERS |
Modifier and Type | Method and Description |
---|---|
static MimeReader.ReadMimeDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeReader.ReadMimeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MimeReader.ReadMimeDataType MIMEHEADERS
public static final MimeReader.ReadMimeDataType RFC822HEADERS
public static MimeReader.ReadMimeDataType[] values()
for (MimeReader.ReadMimeDataType c : MimeReader.ReadMimeDataType.values()) System.out.println(c);
public static MimeReader.ReadMimeDataType 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 © 2019–2021 HCL. All rights reserved.