|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TransportServiceEvent.TYPE>
org.openwms.tms.util.event.TransportServiceEvent.TYPE
public static enum TransportServiceEvent.TYPE
All possible types of this event.
Enum Constant Summary | |
---|---|
TRANSPORT_CANCELED
A TransportOrder was canceled. |
|
TRANSPORT_CREATED
A TransportOrder was created. |
|
TRANSPORT_FINISHED
A TransportOrder was finished. |
|
TRANSPORT_INTERRUPTED
A TransportOrder was interrupted. |
|
TRANSPORT_ONFAILURE
A TransportOrder was set on failure. |
Method Summary | |
---|---|
static TransportServiceEvent.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportServiceEvent.TYPE[] |
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 TransportServiceEvent.TYPE TRANSPORT_CREATED
public static final TransportServiceEvent.TYPE TRANSPORT_INTERRUPTED
public static final TransportServiceEvent.TYPE TRANSPORT_ONFAILURE
public static final TransportServiceEvent.TYPE TRANSPORT_CANCELED
public static final TransportServiceEvent.TYPE TRANSPORT_FINISHED
Method Detail |
---|
public static TransportServiceEvent.TYPE[] values()
for (TransportServiceEvent.TYPE c : TransportServiceEvent.TYPE.values()) System.out.println(c);
public static TransportServiceEvent.TYPE 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 |