|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ETransferDialogType>
ch.sahits.game.graphic.display.dialog.ETransferDialogType
public enum ETransferDialogType
Indicating the type of the trading dialog type.
| Enum Constant Summary | |
|---|---|
CITY_TO_SHIP
Transfer between city and a ship |
|
CITY_TO_STORAGE
Transfer between city and the trading office |
|
STORAGE_TO_SHIP
Transfer between the trading office and a ship |
|
WEAPON
Transfer weapons from storage to the ship |
|
| Method Summary | |
|---|---|
static ETransferDialogType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ETransferDialogType[] |
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 ETransferDialogType CITY_TO_SHIP
public static final ETransferDialogType CITY_TO_STORAGE
public static final ETransferDialogType STORAGE_TO_SHIP
public static final ETransferDialogType WEAPON
| Method Detail |
|---|
public static ETransferDialogType[] values()
for (ETransferDialogType c : ETransferDialogType.values()) System.out.println(c);
public static ETransferDialogType 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 | ||||||||