public static enum Metadata.DocumentType extends java.lang.Enum<Metadata.DocumentType>
Enum Constant and Description |
---|
ARCHIVE_INTERNAL_REDIRECT |
ARCHIVE_MANIFEST |
ARCHIVE_METADATA_REDIRECT |
MULTI_LEVEL_METADATA |
SIMPLE_MANIFEST |
SIMPLE_REDIRECT |
SYMBOLIC_SHORTLINK |
Modifier and Type | Method and Description |
---|---|
static Metadata.DocumentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metadata.DocumentType SIMPLE_REDIRECT
public static final Metadata.DocumentType MULTI_LEVEL_METADATA
public static final Metadata.DocumentType SIMPLE_MANIFEST
public static final Metadata.DocumentType ARCHIVE_MANIFEST
public static final Metadata.DocumentType ARCHIVE_INTERNAL_REDIRECT
public static final Metadata.DocumentType ARCHIVE_METADATA_REDIRECT
public static final Metadata.DocumentType SYMBOLIC_SHORTLINK
public static Metadata.DocumentType[] values()
for (Metadata.DocumentType c : Metadata.DocumentType.values()) System.out.println(c);
public static Metadata.DocumentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null