|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BaseMessageType>
jp.ac.nagoyau.is.ss.kishii.suntori.message.BaseMessageType
public enum BaseMessageType
The BaseMessageType represents the basic message types that are provided.
There are three kinds of definitions.
Enum Constant Summary | |
---|---|
AMBULANCE_TEAM
ambulance team |
|
BLOCKADE
blockade |
|
BLOCKADE_WITH_COORDINATE
blockade with coordinate |
|
BUILDING
building |
|
CLEAR_ROUTE
clear route(ex. |
|
DONE
report message that task was done |
|
EXCEPTION
report message that task cannot be execute |
|
EXTINGUISH_AREA
extinguish area task |
|
FIRE_BRIGADE
fire brigade |
|
MOVE_TASK
move task |
|
MOVE_WITH_STAGING_POST_TASK
move with staging post task |
|
POLICE_FORCE
police force |
|
POSITION
position |
|
RESCUE_AREA
rescue area task(area : collection of entity.Area) |
|
REST_AT_REFUGE_TASK
|
|
REST_TASK
rest task |
|
TRANSFER_PATHWAY
transfer pathway |
|
UNPASSABLE
|
|
VICTIM
victim |
|
VICTIM_WITH_COORDINATE
victime with coordinate |
Method Summary | |
---|---|
DataType[] |
getDataType()
|
int |
getTypeLength()
|
static BaseMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BaseMessageType[] |
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 BaseMessageType UNPASSABLE
public static final BaseMessageType BUILDING
public static final BaseMessageType BLOCKADE
public static final BaseMessageType BLOCKADE_WITH_COORDINATE
public static final BaseMessageType VICTIM
public static final BaseMessageType VICTIM_WITH_COORDINATE
public static final BaseMessageType POSITION
public static final BaseMessageType TRANSFER_PATHWAY
public static final BaseMessageType FIRE_BRIGADE
public static final BaseMessageType POLICE_FORCE
public static final BaseMessageType AMBULANCE_TEAM
public static final BaseMessageType REST_TASK
public static final BaseMessageType REST_AT_REFUGE_TASK
public static final BaseMessageType MOVE_TASK
public static final BaseMessageType MOVE_WITH_STAGING_POST_TASK
public static final BaseMessageType CLEAR_ROUTE
public static final BaseMessageType RESCUE_AREA
public static final BaseMessageType EXTINGUISH_AREA
public static final BaseMessageType DONE
public static final BaseMessageType EXCEPTION
Method Detail |
---|
public static BaseMessageType[] values()
for (BaseMessageType c : BaseMessageType.values()) System.out.println(c);
public static BaseMessageType 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 name
java.lang.NullPointerException
- if the argument is nullpublic DataType[] getDataType()
public int getTypeLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |