|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.shared.OrderState
Abstract superclass which contains thre abstract classes containing constant values to indentify the possible states an order is in
| Nested Class Summary | |
class |
OrderState.BillingState
Abstract class which contains constant int values to identify any possible billing state of an order |
class |
OrderState.ExecutionState
Abstract class which contains constant int values to identify any possible execution state of an order |
class |
OrderState.NegotiationState
Abstract class which contains constant int values to identify any possible negotiation state of an order |
| Constructor Summary | |
OrderState()
|
|
| Method Summary | |
static java.lang.String |
getStateString(int state)
Gets a string containing the name of the state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OrderState()
| Method Detail |
public static java.lang.String getStateString(int state)
state - No description provided
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||