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