JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
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
ZAUCTIONHOUSE_HISTORY
public static final Permission ZAUCTIONHOUSE_HISTORY
ZAUCTIONHOUSE_TRANSACTION
public static final Permission ZAUCTIONHOUSE_TRANSACTION
ZAUCTIONHOUSE_PRICE
public static final Permission ZAUCTIONHOUSE_PRICE
ZAUCTIONHOUSE_BLACKLIST_ADD
public static final Permission ZAUCTIONHOUSE_BLACKLIST_ADD
ZAUCTIONHOUSE_BLACKLIST
public static final Permission ZAUCTIONHOUSE_BLACKLIST
ZAUCTIONHOUSE_BLACKLIST_REMOVE
public static final Permission ZAUCTIONHOUSE_BLACKLIST_REMOVE
ZAUCTIONHOUSE_RELOAD
public static final Permission ZAUCTIONHOUSE_RELOAD
ZAUCTIONHOUSE_SEARCH
public static final Permission ZAUCTIONHOUSE_SEARCH
ZAUCTIONHOUSE_SELL_INVENTORY
public static final Permission ZAUCTIONHOUSE_SELL_INVENTORY
ZAUCTIONHOUSE_GIVE_ECONOMY_ITEM
public static final Permission ZAUCTIONHOUSE_GIVE_ECONOMY_ITEM
ZAUCTIONHOUSE_ADMIN_REMOVE
public static final Permission ZAUCTIONHOUSE_ADMIN_REMOVE
ZAUCTIONHOUSE_CONFIG
public static final Permission ZAUCTIONHOUSE_CONFIG
ZAUCTIONHOUSE_CLAIM
public static final Permission ZAUCTIONHOUSE_CLAIM
ZAUCTIONHOUSE_CONVERT
public static final Permission ZAUCTIONHOUSE_CONVERT
ZAUCTIONHOUSE_PURGE
public static final Permission ZAUCTIONHOUSE_PURGE
ZAUCTIONHOUSE_BYPASS_CLAIM_COOLDOWN
public static final Permission ZAUCTIONHOUSE_BYPASS_CLAIM_COOLDOWN
ZAUCTIONHOUSE_ADMIN_BYPASS_COOLDOWN
public static final Permission ZAUCTIONHOUSE_ADMIN_BYPASS_COOLDOWN
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