com.jstatcom.engine.ox
Class OxLoadTypes
- java.lang.Object
-
- com.jstatcom.engine.LoadTypes
-
- com.jstatcom.engine.ox.OxLoadTypes
-
public final class OxLoadTypes extends LoadTypes
The types that can be loaded by theOxEngine.OxLoadTypesare parameters that define the behaviour of theOxEngine.loadmethod.
-
-
Field Summary
Fields Modifier and Type Field and Description static OxLoadTypesCLASSCreates a new instance of an Ox class.static OxLoadTypesOXOLoads an .ox or .oxo file.static OxLoadTypesVIEWERSpawns a viewer with a file argument.
-
Constructor Summary
Constructors Constructor and Description OxLoadTypes(java.lang.String name)OxLoadTypes constructor.
-
-
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG