|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<DispatchingDocumentFactory.MetadataKeys> it.unimi.di.mg4j.document.DispatchingDocumentFactory.MetadataKeys
public static enum DispatchingDocumentFactory.MetadataKeys
Case-insensitive keys for metadata.
PropertyBasedDocumentFactory.MetadataKeys
Enum Constant Summary | |
---|---|
FIELDNAME
The property containing the (comma-separated) sequence of field names. |
|
KEY
The property containing the key that should be checked (e.g., mimetype). |
|
MAP
The property containing a comma-separated list with as many items as there are factories; each item will be a colon-separated list of as many integers as there are fields. |
|
RULE
The property containing comma-separated sequence of colon-separated pairs value/document factory names. |
Method Summary | |
---|---|
static DispatchingDocumentFactory.MetadataKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DispatchingDocumentFactory.MetadataKeys[] |
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 DispatchingDocumentFactory.MetadataKeys FIELDNAME
public static final DispatchingDocumentFactory.MetadataKeys KEY
public static final DispatchingDocumentFactory.MetadataKeys RULE
public static final DispatchingDocumentFactory.MetadataKeys MAP
Method Detail |
---|
public static DispatchingDocumentFactory.MetadataKeys[] values()
for (DispatchingDocumentFactory.MetadataKeys c : DispatchingDocumentFactory.MetadataKeys.values()) System.out.println(c);
public static DispatchingDocumentFactory.MetadataKeys 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 |