public static enum D4ScienceMappings.Role extends Enum<D4ScienceMappings.Role>
| Enum Constant and Description |
|---|
ACCOUNTING_MANAGER |
CATALOGUE_ADMIN |
CATALOGUE_EDITOR |
CATALOGUE_MANAGER |
CATALOGUE_MODERATOR |
DATA_EDITOR |
DATA_MANAGER |
DATAMINER_MANAGER |
INFRASTRUCTURE_MANAGER |
MEMBER |
VO_ADMIN |
VRE_DESIGNER |
VRE_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static boolean |
exists(String role) |
static Set<String> |
stringValues() |
static D4ScienceMappings.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static D4ScienceMappings.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final D4ScienceMappings.Role MEMBER
public static final D4ScienceMappings.Role ACCOUNTING_MANAGER
public static final D4ScienceMappings.Role CATALOGUE_ADMIN
public static final D4ScienceMappings.Role CATALOGUE_EDITOR
public static final D4ScienceMappings.Role CATALOGUE_MANAGER
public static final D4ScienceMappings.Role CATALOGUE_MODERATOR
public static final D4ScienceMappings.Role DATA_EDITOR
public static final D4ScienceMappings.Role DATA_MANAGER
public static final D4ScienceMappings.Role DATAMINER_MANAGER
public static final D4ScienceMappings.Role INFRASTRUCTURE_MANAGER
public static final D4ScienceMappings.Role VO_ADMIN
public static final D4ScienceMappings.Role VRE_DESIGNER
public static final D4ScienceMappings.Role VRE_MANAGER
public static D4ScienceMappings.Role[] values()
for (D4ScienceMappings.Role c : D4ScienceMappings.Role.values()) System.out.println(c);
public static D4ScienceMappings.Role 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 asString()
public static boolean exists(String role)
Copyright © 2022. All Rights Reserved.