com.jstatcom.engine.mlab
Class StubMlabLoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.mlab.StubMlabLoadTypes

public final class StubMlabLoadTypes
extends LoadTypes

This class contains all module types that can be loaded by a MLab engine.

Author:
Markus Kraetzig

Field Summary
static StubMlabLoadTypes EXE
          An executable file that is in the subdirectory jmlab.
static StubMlabLoadTypes SYSLIB
          A system library name that must be in the library path.
static StubMlabLoadTypes USERLIB
          A user library name that is in the subdirectory jmlab.
 
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

SYSLIB

public static final StubMlabLoadTypes SYSLIB
A system library name that must be in the library path.


USERLIB

public static final StubMlabLoadTypes USERLIB
A user library name that is in the subdirectory jmlab.


EXE

public static final StubMlabLoadTypes EXE
An executable file that is in the subdirectory jmlab.