com.jstatcom.engine.ox
Class OxLoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.ox.OxLoadTypes

public final class OxLoadTypes
extends LoadTypes

The types that can be loaded by the OxEngine. OxLoadTypes are parameters that define the behaviour of the OxEngine.load method.

Author:
Markus Kraetzig

Field Summary
static OxLoadTypes CLASS
          Creates a new instance of an Ox class.
static OxLoadTypes OXO
          Loads an .ox or .oxo file.
static OxLoadTypes VIEWER
          Spawns a viewer with a file argument.
 
Constructor Summary
OxLoadTypes(java.lang.String name)
          OxLoadTypes constructor.
 
Method Summary
 
Methods inherited from class com.jstatcom.engine.LoadTypes
equals, hashCode, name, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OXO

public static final OxLoadTypes OXO
Loads an .ox or .oxo file. It must contain the Ox classes to be used.


CLASS

public static final OxLoadTypes CLASS
Creates a new instance of an Ox class.


VIEWER

public static final OxLoadTypes VIEWER
Spawns a viewer with a file argument.

Constructor Detail

OxLoadTypes

public OxLoadTypes(java.lang.String name)
OxLoadTypes constructor.

Parameters:
name - the name of the new constant