tomp.ext
Class ActionResult

java.lang.Object
  |
  +--tomp.ext.ActionResult

public class ActionResult
extends java.lang.Object


Field Summary
protected  int codeCONTINUE
           
protected  int codeOK
           
protected  int codePUSH
           
static int CONTINUE
           
static int ERROR
           
static int FINISH
           
static int NONE
           
static int NOPUSH
           
static int OK
           
static int PUSH
           
static int REPEAT
           
 
Constructor Summary
ActionResult()
           
ActionResult(ActionResult r)
           
ActionResult(int c1, int c2, int c3)
           
 
Method Summary
 java.lang.String getMessage()
           
 boolean isERROR()
           
 boolean isOK()
           
 boolean isUNKNOWN()
           
 boolean shouldCONTINUE()
           
 boolean shouldFINISH()
           
 boolean shouldNOTPUSH()
           
 boolean shouldPUSH()
           
 boolean shouldREPEAT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

CONTINUE

public static final int CONTINUE
See Also:
Constant Field Values

FINISH

public static final int FINISH
See Also:
Constant Field Values

REPEAT

public static final int REPEAT
See Also:
Constant Field Values

PUSH

public static final int PUSH
See Also:
Constant Field Values

NOPUSH

public static final int NOPUSH
See Also:
Constant Field Values

codeOK

protected int codeOK

codeCONTINUE

protected int codeCONTINUE

codePUSH

protected int codePUSH
Constructor Detail

ActionResult

public ActionResult()

ActionResult

public ActionResult(int c1,
                    int c2,
                    int c3)

ActionResult

public ActionResult(ActionResult r)
Method Detail

isOK

public boolean isOK()

isERROR

public boolean isERROR()

isUNKNOWN

public boolean isUNKNOWN()

shouldPUSH

public boolean shouldPUSH()

shouldNOTPUSH

public boolean shouldNOTPUSH()

shouldCONTINUE

public boolean shouldCONTINUE()

shouldFINISH

public boolean shouldFINISH()

shouldREPEAT

public boolean shouldREPEAT()

getMessage

public java.lang.String getMessage()