public static enum AnnotatedText.MetaDataKey extends Enum<AnnotatedText.MetaDataKey>
Enum Constant and Description |
---|
DocumentTitle |
EmailNumberOfAttachments |
EmailToAddress |
FullName |
Modifier and Type | Method and Description |
---|---|
static AnnotatedText.MetaDataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatedText.MetaDataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotatedText.MetaDataKey DocumentTitle
public static final AnnotatedText.MetaDataKey EmailToAddress
public static final AnnotatedText.MetaDataKey FullName
public static final AnnotatedText.MetaDataKey EmailNumberOfAttachments
public static AnnotatedText.MetaDataKey[] values()
for (AnnotatedText.MetaDataKey c : AnnotatedText.MetaDataKey.values()) System.out.println(c);
public static AnnotatedText.MetaDataKey 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 null