public enum ENoticeBoardType extends Enum<ENoticeBoardType>
| Enum Constant and Description |
|---|
CHURCH |
CITY_HALL_ALDERMAN_OFFICE |
CITY_HALL_MAYORS_OFFICE |
CITY_HALL_MEETINGROOM |
CITY_HALL_NOTICE_BOARD |
GUILD |
LOANER |
MARKET_PLACE |
MESSAGE |
SHIP_SELECTION |
SHIPYARD |
TAVERN |
TRADING |
TRADING_OFFICE |
| Modifier and Type | Field and Description |
|---|---|
private boolean |
dynamic
Indicates if the content may change dynamically
|
private boolean |
tiedToScene
Indicates if this type is bound to a certain scene
|
| Modifier and Type | Method and Description |
|---|---|
static ENoticeBoardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ENoticeBoardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ENoticeBoardType MESSAGE
public static final ENoticeBoardType SHIPYARD
public static final ENoticeBoardType TAVERN
public static final ENoticeBoardType TRADING
public static final ENoticeBoardType LOANER
public static final ENoticeBoardType TRADING_OFFICE
public static final ENoticeBoardType SHIP_SELECTION
public static final ENoticeBoardType MARKET_PLACE
public static final ENoticeBoardType CHURCH
public static final ENoticeBoardType CITY_HALL_NOTICE_BOARD
public static final ENoticeBoardType CITY_HALL_MAYORS_OFFICE
public static final ENoticeBoardType CITY_HALL_ALDERMAN_OFFICE
public static final ENoticeBoardType CITY_HALL_MEETINGROOM
public static final ENoticeBoardType GUILD
private final boolean tiedToScene
private final boolean dynamic
public static ENoticeBoardType[] values()
for (ENoticeBoardType c : ENoticeBoardType.values()) System.out.println(c);
public static ENoticeBoardType 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 © 2011-2017 Sahits GmbH. All Rights Reserved.