|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ENoticeItem>
ch.sahits.game.graphic.display.notice.ENoticeItem
public enum ENoticeItem
Enumeration of notice items that are not widely used outside this package.
| Enum Constant Summary | |
|---|---|
MB_CONSUMPTION_PRODUCTION
Market booth consumtion and production |
|
MB_STOCK_PRICES
Market booth stock and prices |
|
TO_BALANCE
Trading office balance sheet |
|
TO_CONSUMPTION_PRODUCTION
Trading office consumtion and production |
|
TO_OFFICE_TRADING
Trading office automatic trading |
|
TO_PERSONAL
Trading office personal data |
|
TO_WAREHOUSES
Trading office ware houses |
|
TO_WEAPONS
Trading office weapons |
|
| Method Summary | |
|---|---|
static ENoticeItem |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ENoticeItem[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ENoticeItem MB_STOCK_PRICES
public static final ENoticeItem MB_CONSUMPTION_PRODUCTION
public static final ENoticeItem TO_BALANCE
public static final ENoticeItem TO_PERSONAL
public static final ENoticeItem TO_CONSUMPTION_PRODUCTION
public static final ENoticeItem TO_WAREHOUSES
public static final ENoticeItem TO_OFFICE_TRADING
public static final ENoticeItem TO_WEAPONS
| Method Detail |
|---|
public static ENoticeItem[] values()
for (ENoticeItem c : ENoticeItem.values()) System.out.println(c);
public static ENoticeItem valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||