public static enum ArchiveRecordWritable.ArchiveFormat extends Enum<ArchiveRecordWritable.ArchiveFormat>
| Enum Constant and Description |
|---|
ARC
ARC format.
|
UNKNOWN
UNKNOWN format.
|
WARC
WARC format.
|
| Modifier and Type | Method and Description |
|---|---|
static ArchiveRecordWritable.ArchiveFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveRecordWritable.ArchiveFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveRecordWritable.ArchiveFormat UNKNOWN
public static final ArchiveRecordWritable.ArchiveFormat ARC
public static final ArchiveRecordWritable.ArchiveFormat WARC
public static ArchiveRecordWritable.ArchiveFormat[] values()
for (ArchiveRecordWritable.ArchiveFormat c : ArchiveRecordWritable.ArchiveFormat.values()) System.out.println(c);
public static ArchiveRecordWritable.ArchiveFormat 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 © 2017–2020 The Archives Unleashed Project. All rights reserved.