com.fatdog.xmlEngine
Class Sizes

java.lang.Object
  extended bycom.fatdog.xmlEngine.Sizes

public class Sizes
extends java.lang.Object


Field Summary
static int SBOOL
           
static int SCHAR
           
static int SINT
           
static int SLONG
           
static int SSHORT
           
 
Constructor Summary
Sizes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SBOOL

public static final int SBOOL
See Also:
Constant Field Values

SCHAR

public static final int SCHAR
See Also:
Constant Field Values

SSHORT

public static final int SSHORT
See Also:
Constant Field Values

SINT

public static final int SINT
See Also:
Constant Field Values

SLONG

public static final int SLONG
See Also:
Constant Field Values
Constructor Detail

Sizes

public Sizes()