public enum PortalRole extends Enum<PortalRole>
| Enum Constant and Description |
|---|
VO_ADMIN |
VRE_Designer |
VRE_MANAGER |
| Modifier and Type | Field and Description |
|---|---|
org.cotrix.domain.user.Role |
internal |
String |
value |
| Modifier and Type | Method and Description |
|---|---|
static PortalRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortalRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalRole VRE_Designer
public static final PortalRole VRE_MANAGER
public static final PortalRole VO_ADMIN
public final String value
public final org.cotrix.domain.user.Role internal
public static PortalRole[] values()
for (PortalRole c : PortalRole.values()) System.out.println(c);
public static PortalRole 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. All Rights Reserved.