public static enum SetRole.Type extends Enum<SetRole.Type>
| Modifier and Type | Method and Description |
|---|---|
static SetRole.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetRole.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetRole.Type ROLE
public static final SetRole.Type ALL
public static final SetRole.Type NONE
public static SetRole.Type[] values()
for (SetRole.Type c : SetRole.Type.values()) System.out.println(c);
public static SetRole.Type 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 © 2012–2023. All rights reserved.