@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum RoleType extends Enum<RoleType>
| Enum Constant and Description |
|---|
ADMIN |
DOMAIN_RESPONSIBLE |
GROWING_PLAN_RESPONSIBLE |
GS_DATA_PROCESSOR |
IS_DATA_PROCESSOR |
NETWORK_RESPONSIBLE |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleType ADMIN
public static final RoleType NETWORK_RESPONSIBLE
public static final RoleType DOMAIN_RESPONSIBLE
public static final RoleType GROWING_PLAN_RESPONSIBLE
public static final RoleType IS_DATA_PROCESSOR
public static final RoleType GS_DATA_PROCESSOR
public static RoleType[] values()
for (RoleType c : RoleType.values()) System.out.println(c);
public static RoleType 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 nullCopyright © 2013–2015 Inra. All rights reserved.