|
|||||||||||
| 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.NegotiationState
Abstract class which contains constant int values to identify any possible negotiation state of an order
| Field Summary | |
static int |
AVAILABLE
Constant which identifies orders that are newly available |
static int |
DONE
Constant which identifies orders which are done |
static int |
ERROR
Constant which identifies erroneous negotiation states |
static int |
MAXVALUE
Constant which holds the maximal int value of all allowed negotiation states |
static int |
MINVALUE
Constant which holds the minimal int value of all allowed negotiation states |
static int |
OFFERSENT
Constant which identifies orders for which an offer was sent |
static int |
UNKNOWN
Constant which identifies orders with an unknown negotiation state |
| Constructor Summary | |
OrderState.NegotiationState()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MINVALUE
public static final int MAXVALUE
public static final int UNKNOWN
public static final int ERROR
public static final int AVAILABLE
public static final int OFFERSENT
public static final int DONE
| Constructor Detail |
public OrderState.NegotiationState()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||