|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thing.tools.StockResult
public class StockResult
Static, stock results.
Version History
EPG - Initial - 7 MAY 07
Constructor Summary | |
---|---|
StockResult()
|
Method Summary | |
---|---|
static RESULT |
getAbort()
Get a stock abort. |
static RESULT |
getException()
Get a stock exception. |
static RESULT |
getFail()
Get a stock fail. |
static RESULT |
getInconclusive()
Get a stock inconclusive. |
static RESULT |
getPass()
Get a stock pass. |
static RESULT |
getWaiting()
Get a stock waiting. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StockResult()
Method Detail |
---|
public static RESULT getWaiting()
RESULT
,
Data
public static RESULT getPass()
RESULT
,
Data
public static RESULT getFail()
RESULT
,
Data
public static RESULT getException()
RESULT
,
Data
public static RESULT getInconclusive()
RESULT
,
Data
public static RESULT getAbort()
RESULT
,
Data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |