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