public static enum Role.DefaultRoleFields extends Enum<Role.DefaultRoleFields>
Enum Constant and Description |
---|
DESCRIPTION |
ID |
LOCKOUTCOUNT |
NAME |
PWEXPIRATION |
SYSCLIENT |
SYSINDEXSTATE |
Modifier and Type | Method and Description |
---|---|
static Role.DefaultRoleFields |
fromString(String string)
Returns the enum constant that matches the specified string regardless if it is uper-case or not.
|
static boolean |
isContained(String name)
Checks if a field with the specified name exists in the default database definition of a
group.
|
Class<?> |
type() |
static Role.DefaultRoleFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role.DefaultRoleFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Role.DefaultRoleFields ID
public static final Role.DefaultRoleFields NAME
public static final Role.DefaultRoleFields DESCRIPTION
public static final Role.DefaultRoleFields LOCKOUTCOUNT
public static final Role.DefaultRoleFields PWEXPIRATION
public static final Role.DefaultRoleFields SYSCLIENT
public static final Role.DefaultRoleFields SYSINDEXSTATE
public static Role.DefaultRoleFields[] values()
for (Role.DefaultRoleFields c : Role.DefaultRoleFields.values()) System.out.println(c);
public static Role.DefaultRoleFields 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 Class<?> type()
public static boolean isContained(String name)
name
- the name. Will be converted to upper-case when checking existence.public static Role.DefaultRoleFields fromString(String string) throws IllegalArgumentException
string
- string to find constant forRole.DefaultRoleFields
IllegalArgumentException
- if no matching constant was foundCopyright © 2016 SAPERION AG. All rights reserved.