java.io.Serializable
, java.lang.Comparable<Clan.Function>
public static enum Clan.Function extends java.lang.Enum<Clan.Function>
Enum Constant | Description |
---|---|
ACCEPT |
constant for the clan function of accepting new members.
|
ASSIGN |
constant for the clan function of promoting or demoting members.
|
CHANNEL |
constant for the clan function of channeling with @see Clan#getAuthority(int,Function)
|
CLAN_BENEFITS |
constant for the clan function of enjoying clan benefits.
|
CLAN_TITLES |
constant for the clan function of getting clan titles.
|
CREATE_CALENDAR |
constant for the clan function of writing new calendar entries.
|
CREATE_LAW |
constant for the clan function writing in Law Books.
|
CREATE_MOTD |
constant for the clan function of writing a new clan motd.
|
DECLARE |
constant for the clan function of declaring war and peace .
|
DEPOSIT |
constant for the clan function of depositing into clan bank accounts.
|
DEPOSIT_LIST |
constant for the clan function of depositing and listing clan bank accounts.
|
ENCHANT |
constant for the clan function of clanenchanting items.
|
EXILE |
constant for the clan function of exihiling members.
|
HOME_PRIVS |
constant for the clan function of enjoying clan homes.
|
JOURNAL |
constant for the clan function writing Journal messages.
|
LIST_MEMBERS |
constant for the clan function of seeing private members.
|
MORGUE |
constant for the clan function of using the morgue.
|
ORDER_CONQUERED |
constant for the clan function of ordering mobs in clan conquered areas.
|
ORDER_UNDERLINGS |
constant for the clan function of ordering lower ranked clan members.
|
PREMISE |
constant for the clan function of writing a new clan premise.
|
PROPERTY_OWNER |
constant for the clan function of acting as owner of clan property.
|
READ_MOTD |
constant for the clan function writing MOTD messages.
|
REJECT |
constant for the clan function of rejecting an applicant.
|
SET_DONATE |
constant for the clan function of setting a new donation room.
|
SET_HOME |
constant for the clan function of setting a new clan home.
|
TAX |
constant for the clan function of changing the clans tax rate.
|
VOTE_ASSIGN |
constant for the clan function of voting on promotions.
|
VOTE_OTHER |
constant for the clan function of voting on non-promotion questions .
|
WITHDRAW |
constant for the clan function of withdrawing from clan bank accounts.
|
Modifier and Type | Method | Description |
---|---|---|
static Clan.Function |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Clan.Function[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clan.Function ACCEPT
public static final Clan.Function ASSIGN
public static final Clan.Function EXILE
public static final Clan.Function SET_HOME
public static final Clan.Function SET_DONATE
public static final Clan.Function REJECT
public static final Clan.Function PREMISE
public static final Clan.Function PROPERTY_OWNER
public static final Clan.Function WITHDRAW
public static final Clan.Function DEPOSIT
public static final Clan.Function ORDER_UNDERLINGS
public static final Clan.Function ORDER_CONQUERED
public static final Clan.Function VOTE_ASSIGN
public static final Clan.Function VOTE_OTHER
public static final Clan.Function DEPOSIT_LIST
public static final Clan.Function DECLARE
public static final Clan.Function TAX
public static final Clan.Function ENCHANT
public static final Clan.Function CHANNEL
public static final Clan.Function MORGUE
public static final Clan.Function LIST_MEMBERS
public static final Clan.Function HOME_PRIVS
public static final Clan.Function CLAN_BENEFITS
public static final Clan.Function CLAN_TITLES
public static final Clan.Function READ_MOTD
public static final Clan.Function JOURNAL
public static final Clan.Function CREATE_LAW
public static final Clan.Function CREATE_MOTD
public static final Clan.Function CREATE_CALENDAR
public static Clan.Function[] values()
for (Clan.Function c : Clan.Function.values()) System.out.println(c);
public static Clan.Function valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null