@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Mon Jan 12 07:35:04 UTC 2015") public enum CoselmarUserRole extends Enum<CoselmarUserRole>
| Enum Constant and Description |
|---|
ADMIN |
CLIENT |
EXPERT |
MEMBER |
SUPERVISOR |
| Modifier and Type | Method and Description |
|---|---|
static CoselmarUserRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoselmarUserRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoselmarUserRole ADMIN
public static final CoselmarUserRole SUPERVISOR
public static final CoselmarUserRole EXPERT
public static final CoselmarUserRole MEMBER
public static final CoselmarUserRole CLIENT
public static CoselmarUserRole[] values()
for (CoselmarUserRole c : CoselmarUserRole.values()) System.out.println(c);
public static CoselmarUserRole 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 © 2014–2015 Ifremer. All rights reserved.