JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
CREATE_COMPANY_SIZE
public static final Privilege CREATE_COMPANY_SIZE
READ_COMPANY_SIZE
public static final Privilege READ_COMPANY_SIZE
UPDATE_COMPANY_SIZE
public static final Privilege UPDATE_COMPANY_SIZE
DELETE_COMPANY_SIZE
public static final Privilege DELETE_COMPANY_SIZE
CREATE_DISCOUNT
public static final Privilege CREATE_DISCOUNT
UPDATE_DISCOUNT
public static final Privilege UPDATE_DISCOUNT
DELETE_DISCOUNT
public static final Privilege DELETE_DISCOUNT
CREATE_COMMUNICATION_CHANNEL
public static final Privilege CREATE_COMMUNICATION_CHANNEL
READ_COMMUNICATION_CHANNEL
public static final Privilege READ_COMMUNICATION_CHANNEL
UPDATE_COMMUNICATION_CHANNEL
public static final Privilege UPDATE_COMMUNICATION_CHANNEL
DELETE_COMMUNICATION_CHANNEL
public static final Privilege DELETE_COMMUNICATION_CHANNEL
CREATE_MARKETING_CHANNEL
public static final Privilege CREATE_MARKETING_CHANNEL
READ_MARKETING_CHANNEL
public static final Privilege READ_MARKETING_CHANNEL
UPDATE_MARKETING_CHANNEL
public static final Privilege UPDATE_MARKETING_CHANNEL
DELETE_MARKETING_CHANNEL
public static final Privilege DELETE_MARKETING_CHANNEL
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null