public enum ApplicationRoles extends Enum<ApplicationRoles>
| Enum Constant and Description |
|---|
MEMBER
The member.
|
PREMIUM_MEMBER
The premium member.
|
PUBLIC
The public.
|
ROOT
The root.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRolename()
Gets the rolename.
|
static ApplicationRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationRoles PUBLIC
public static final ApplicationRoles MEMBER
public static final ApplicationRoles PREMIUM_MEMBER
public static final ApplicationRoles ROOT
public static ApplicationRoles[] values()
for (ApplicationRoles c : ApplicationRoles.values()) System.out.println(c);
public static ApplicationRoles 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 getRolename()
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.