public static enum VootGroup.GroupRoles extends Enum<VootGroup.GroupRoles>
Enum Constant and Description |
---|
ADMIN
Admin role within a group
|
MANAGER
Manager role within a group
|
MEMBER
Generic member role within a group
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static VootGroup.GroupRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VootGroup.GroupRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VootGroup.GroupRoles MANAGER
public static final VootGroup.GroupRoles ADMIN
public static final VootGroup.GroupRoles MEMBER
public static VootGroup.GroupRoles[] values()
for (VootGroup.GroupRoles c : VootGroup.GroupRoles.values()) System.out.println(c);
public static VootGroup.GroupRoles 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 toString()
toString
in class Enum<VootGroup.GroupRoles>
Copyright © 2016 Internet2. All rights reserved.