Class JsPool.PoolLimit

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

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

Determine the file architecture and file type of most SPICE kernel files

See Also:
Serialized Form

Field Summary
static JsPool.PoolLimit MAXAGT
           
static JsPool.PoolLimit MAXCHR
           
static JsPool.PoolLimit MAXLEN
           
static JsPool.PoolLimit MAXLIN
           
static JsPool.PoolLimit MAXVAL
           
static JsPool.PoolLimit MAXVAR
           
static JsPool.PoolLimit MXNOTE
           
 
Method Summary
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXVAR

public static final JsPool.PoolLimit MAXVAR

MAXLEN

public static final JsPool.PoolLimit MAXLEN

MAXVAL

public static final JsPool.PoolLimit MAXVAL

MXNOTE

public static final JsPool.PoolLimit MXNOTE

MAXAGT

public static final JsPool.PoolLimit MAXAGT

MAXCHR

public static final JsPool.PoolLimit MAXCHR

MAXLIN

public static final JsPool.PoolLimit MAXLIN
Method Detail

getValue

public byte[] getValue()