public static enum OutlookExtractor.RECIPIENT_TYPE extends Enum<OutlookExtractor.RECIPIENT_TYPE>
Enum Constant and Description |
---|
BCC |
CC |
TO |
UNRECOGNIZED |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static OutlookExtractor.RECIPIENT_TYPE |
getTypeFromVal(int val) |
static OutlookExtractor.RECIPIENT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutlookExtractor.RECIPIENT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutlookExtractor.RECIPIENT_TYPE TO
public static final OutlookExtractor.RECIPIENT_TYPE CC
public static final OutlookExtractor.RECIPIENT_TYPE BCC
public static final OutlookExtractor.RECIPIENT_TYPE UNRECOGNIZED
public static final OutlookExtractor.RECIPIENT_TYPE UNSPECIFIED
public static OutlookExtractor.RECIPIENT_TYPE[] values()
for (OutlookExtractor.RECIPIENT_TYPE c : OutlookExtractor.RECIPIENT_TYPE.values()) System.out.println(c);
public static OutlookExtractor.RECIPIENT_TYPE 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 static OutlookExtractor.RECIPIENT_TYPE getTypeFromVal(int val)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.