public enum GroupGranteeEnum extends Enum<GroupGranteeEnum>
Enum Constant and Description |
---|
ALL_USERS
Anonymous user group, indicating all users
|
AUTHENTICATED_USERS
Deprecated.
|
LOG_DELIVERY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static GroupGranteeEnum |
getValueFromCode(String code) |
static GroupGranteeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupGranteeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupGranteeEnum ALL_USERS
@Deprecated public static final GroupGranteeEnum AUTHENTICATED_USERS
@Deprecated public static final GroupGranteeEnum LOG_DELIVERY
public static GroupGranteeEnum[] values()
for (GroupGranteeEnum c : GroupGranteeEnum.values()) System.out.println(c);
public static GroupGranteeEnum 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 getCode()
public static GroupGranteeEnum getValueFromCode(String code)
Copyright © 2019. All rights reserved.