public static enum TikaCoreProperties.EmbeddedResourceType extends Enum<TikaCoreProperties.EmbeddedResourceType>
Not all parsers have yet implemented this.
| Enum Constant and Description |
|---|
ATTACHMENT |
INLINE |
| Modifier and Type | Method and Description |
|---|---|
static TikaCoreProperties.EmbeddedResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TikaCoreProperties.EmbeddedResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TikaCoreProperties.EmbeddedResourceType INLINE
public static final TikaCoreProperties.EmbeddedResourceType ATTACHMENT
public static TikaCoreProperties.EmbeddedResourceType[] values()
for (TikaCoreProperties.EmbeddedResourceType c : TikaCoreProperties.EmbeddedResourceType.values()) System.out.println(c);
public static TikaCoreProperties.EmbeddedResourceType 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 © 2007-2015 The Apache Software Foundation. All Rights Reserved.