org.axway.grapes.server.db.datamodel
Enum DbCredential.AvailableRoles
java.lang.Object
java.lang.Enum<DbCredential.AvailableRoles>
org.axway.grapes.server.db.datamodel.DbCredential.AvailableRoles
- All Implemented Interfaces:
- Serializable, Comparable<DbCredential.AvailableRoles>
- Enclosing class:
- DbCredential
public static enum DbCredential.AvailableRoles
- extends Enum<DbCredential.AvailableRoles>
All the available role for Grapes
DEPENDENCY_NOTIFIER
public static final DbCredential.AvailableRoles DEPENDENCY_NOTIFIER
DATA_UPDATER
public static final DbCredential.AvailableRoles DATA_UPDATER
DATA_DELETER
public static final DbCredential.AvailableRoles DATA_DELETER
ARTIFACT_CHECKER
public static final DbCredential.AvailableRoles ARTIFACT_CHECKER
LICENSE_CHECKER
public static final DbCredential.AvailableRoles LICENSE_CHECKER
values
public static DbCredential.AvailableRoles[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DbCredential.AvailableRoles c : DbCredential.AvailableRoles.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DbCredential.AvailableRoles valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2014. All Rights Reserved.