public static enum User.DefaultUserFields extends Enum<User.DefaultUserFields>
Enum Constant and Description |
---|
ADMINMANDANTS |
DESCRIPTION |
DFPRESENT |
DFSUBSTITUTE |
DFTYPE |
DISPLAYNAME |
EMAIL |
FULLNAME |
ID |
LANGUAGE |
LOCATION |
LOCKED |
SYNCLDAP |
SYNCNET |
SYSCLIENT |
SYSINDEXSTATE |
TECHNICALUSER |
Modifier and Type | Method and Description |
---|---|
static User.DefaultUserFields |
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
user.
|
Class<?> |
type() |
static User.DefaultUserFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.DefaultUserFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.DefaultUserFields ID
public static final User.DefaultUserFields FULLNAME
public static final User.DefaultUserFields DISPLAYNAME
public static final User.DefaultUserFields DESCRIPTION
public static final User.DefaultUserFields LOCATION
public static final User.DefaultUserFields EMAIL
public static final User.DefaultUserFields DFTYPE
public static final User.DefaultUserFields DFPRESENT
public static final User.DefaultUserFields DFSUBSTITUTE
public static final User.DefaultUserFields SYSCLIENT
public static final User.DefaultUserFields SYSINDEXSTATE
public static final User.DefaultUserFields ADMINMANDANTS
public static final User.DefaultUserFields LANGUAGE
public static final User.DefaultUserFields LOCKED
public static final User.DefaultUserFields SYNCLDAP
public static final User.DefaultUserFields SYNCNET
public static final User.DefaultUserFields TECHNICALUSER
public static User.DefaultUserFields[] values()
for (User.DefaultUserFields c : User.DefaultUserFields.values()) System.out.println(c);
public static User.DefaultUserFields 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 User.DefaultUserFields fromString(String string) throws IllegalArgumentException
string
- string to find constant forUser.DefaultUserFields
IllegalArgumentException
- if no matching constant was foundCopyright © 2016 SAPERION AG. All rights reserved.