com.jstatcom.engine.rstat
Class RStatLoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.rstat.RStatLoadTypes

public final class RStatLoadTypes
extends LoadTypes

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

Author:
Markus Kraetzig

Field Summary
static RStatLoadTypes RPACKAGE
           
static RStatLoadTypes USERCODE
          A user file that is in the subdirectory jrstat.
 
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

USERCODE

public static final RStatLoadTypes USERCODE
A user file that is in the subdirectory jrstat.


RPACKAGE

public static final RStatLoadTypes RPACKAGE