public enum AdminCollections extends Enum<AdminCollections>
Enum Constant and Description |
---|
ACCESS_CONTRACTS
Access contracts collection
|
ACCESSION_REGISTERS
Accession register collection
|
AGENCIES
Agencies collection
|
CONTEXTS
Context collection
|
FORMATS
Formats Collection
|
INGEST_CONTRACTS
Ingest contracts collection
|
PROFILE
Profile collection
|
RULES
Rules Collection
|
SECURITY_PROFILES
Security profile collection
|
TRACEABILITY
Traceability collection
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(String value)
Compare method
|
String |
getCheckURI()
Get the checkUri
|
String |
getName()
Get the name of the collection
|
static AdminCollections |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminCollections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminCollections FORMATS
public static final AdminCollections RULES
public static final AdminCollections INGEST_CONTRACTS
public static final AdminCollections ACCESS_CONTRACTS
public static final AdminCollections AGENCIES
public static final AdminCollections PROFILE
public static final AdminCollections CONTEXTS
public static final AdminCollections ACCESSION_REGISTERS
public static final AdminCollections TRACEABILITY
public static final AdminCollections SECURITY_PROFILES
public static AdminCollections[] values()
for (AdminCollections c : AdminCollections.values()) System.out.println(c);
public static AdminCollections 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 String getCheckURI()
public boolean compareTo(String value)
value
- as String to compareCopyright © 2018 Vitam. All rights reserved.