Class JsPool.KernelTypes

java.lang.Object
  extended byJsPool.KernelTypes
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JsPool

public static final class JsPool.KernelTypes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static JsPool.KernelTypes ALL
           
static JsPool.KernelTypes CK
           
static JsPool.KernelTypes EK
           
static JsPool.KernelTypes IK
           
static JsPool.KernelTypes LSCK
           
static JsPool.KernelTypes META
           
static JsPool.KernelTypes PCK
           
static JsPool.KernelTypes SCLK
           
static JsPool.KernelTypes SPK
           
static JsPool.KernelTypes TEXT
           
static JsPool.KernelTypes UNKNOW
           
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPK

public static final JsPool.KernelTypes SPK

CK

public static final JsPool.KernelTypes CK

PCK

public static final JsPool.KernelTypes PCK

LSCK

public static final JsPool.KernelTypes LSCK

SCLK

public static final JsPool.KernelTypes SCLK

IK

public static final JsPool.KernelTypes IK

EK

public static final JsPool.KernelTypes EK

TEXT

public static final JsPool.KernelTypes TEXT

META

public static final JsPool.KernelTypes META

ALL

public static final JsPool.KernelTypes ALL

UNKNOW

public static final JsPool.KernelTypes UNKNOW
Method Detail

getValue

public java.lang.String getValue()