public enum OrganizationCustomizationFields extends Enum<OrganizationCustomizationFields>
Enum Constant and Description |
---|
ALLOW_USER_SWITCH_ACCOUNTS
Allow user switch accounts
|
SIC_DEFAULT_ORDER
SIC default order
|
VDR_DEFAULT_ORDER
VDR default order
|
Modifier and Type | Method and Description |
---|---|
static OrganizationCustomizationFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationCustomizationFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrganizationCustomizationFields ALLOW_USER_SWITCH_ACCOUNTS
public static final OrganizationCustomizationFields VDR_DEFAULT_ORDER
public static final OrganizationCustomizationFields SIC_DEFAULT_ORDER
public static OrganizationCustomizationFields[] values()
for (OrganizationCustomizationFields c : OrganizationCustomizationFields.values()) System.out.println(c);
public static OrganizationCustomizationFields 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 © 2019. All rights reserved.