public enum IngestCollection extends Enum<IngestCollection>
Enum Constant and Description |
---|
ARCHIVETRANSFERREPLY
ATR collection
|
CHECKLOGBOOKREPORTS
checklogbook_reports files
|
MANIFESTS
Manifests collection
|
REPORTS
Reports collection
|
RULES
rules collection
|
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName() |
static IngestCollection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestCollection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestCollection REPORTS
public static final IngestCollection ARCHIVETRANSFERREPLY
public static final IngestCollection MANIFESTS
public static final IngestCollection RULES
public static final IngestCollection CHECKLOGBOOKREPORTS
public static IngestCollection[] values()
for (IngestCollection c : IngestCollection.values()) System.out.println(c);
public static IngestCollection 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 nullpublic String getCollectionName()
Copyright © 2018 Vitam. All rights reserved.