|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Property.PropertyType> org.apache.tika.metadata.Property.PropertyType
public static enum Property.PropertyType
Enum Constant Summary | |
---|---|
ALT
An ordered array with some sort of criteria |
|
BAG
An un-ordered array |
|
COMPOSITE
Multiple child properties |
|
SEQ
An ordered array |
|
SIMPLE
A single value |
|
STRUCTURE
|
Method Summary | |
---|---|
static Property.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Property.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Property.PropertyType SIMPLE
public static final Property.PropertyType STRUCTURE
public static final Property.PropertyType BAG
public static final Property.PropertyType SEQ
public static final Property.PropertyType ALT
public static final Property.PropertyType COMPOSITE
Method Detail |
---|
public static Property.PropertyType[] values()
for (Property.PropertyType c : Property.PropertyType.values()) System.out.println(c);
public static Property.PropertyType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |