public enum AccessCollections extends Enum<AccessCollections>
Enum Constant and Description |
---|
ACCESSION_REGISTER
Accession Register summary Collection
|
ACCESSION_REGISTER_DETAIL
Accession Register detail Collection
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(String value)
Method used to compare the name of a collection
|
String |
getName() |
static AccessCollections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessCollections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessCollections ACCESSION_REGISTER
public static final AccessCollections ACCESSION_REGISTER_DETAIL
public static AccessCollections[] values()
for (AccessCollections c : AccessCollections.values()) System.out.println(c);
public static AccessCollections 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 getName()
public boolean compareTo(String value)
value
- as String to compareCopyright © 2018 Vitam. All rights reserved.