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