org.onemind.jxp
Class Control

java.lang.Object
  extended by org.onemind.jxp.Control

public class Control
extends java.lang.Object

Represent a control object in the script language

Author:
TiongHiang Lee (thlee@onemindsoft.org)

Field Summary
private  java.lang.Object _obj
          reference to an object *
static Control BREAK
          the break control *
static Control CONTINUE
          the continue control *
static Control EXIT
          the exit
static Control RETURN
          the return control *
 
Constructor Summary
private Control()
          
  Control(java.lang.Object obj)
          
 
Method Summary
 java.lang.Object getObject()
          Get the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_obj

private java.lang.Object _obj
reference to an object *


BREAK

public static final Control BREAK
the break control *


CONTINUE

public static final Control CONTINUE
the continue control *


RETURN

public static final Control RETURN
the return control *


EXIT

public static final Control EXIT
the exit

Constructor Detail

Control

private Control()


Control

public Control(java.lang.Object obj)

Parameters:
obj - an object
Method Detail

getObject

public java.lang.Object getObject()
Get the object

Returns:
the object