com.jme.util.export.binary
Class BinaryClassField

java.lang.Object
  extended by com.jme.util.export.binary.BinaryClassField

public class BinaryClassField
extends java.lang.Object


Field Summary
 byte alias
           
static byte BITSET
           
static byte BOOLEAN
           
static byte BOOLEAN_1D
           
static byte BOOLEAN_2D
           
static byte BYTE
           
static byte BYTE_1D
           
static byte BYTE_2D
           
static byte BYTEBUFFER
           
static byte BYTEBUFFER_ARRAYLIST
           
static byte DOUBLE
           
static byte DOUBLE_1D
           
static byte DOUBLE_2D
           
static byte FLOAT
           
static byte FLOAT_1D
           
static byte FLOAT_2D
           
static byte FLOATBUFFER
           
static byte FLOATBUFFER_ARRAYLIST
           
static byte INT
           
static byte INT_1D
           
static byte INT_2D
           
static byte INTBUFFER
           
static byte LONG
           
static byte LONG_1D
           
static byte LONG_2D
           
 java.lang.String name
           
static byte SAVABLE
           
static byte SAVABLE_1D
           
static byte SAVABLE_2D
           
static byte SAVABLE_ARRAYLIST
           
static byte SAVABLE_ARRAYLIST_1D
           
static byte SAVABLE_ARRAYLIST_2D
           
static byte SAVABLE_MAP
           
static byte SHORT
           
static byte SHORT_1D
           
static byte SHORT_2D
           
static byte SHORTBUFFER
           
static byte STRING
           
static byte STRING_1D
           
static byte STRING_2D
           
static byte STRING_SAVABLE_MAP
           
 byte type
           
 
Constructor Summary
BinaryClassField(java.lang.String name, byte alias, byte type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTE

public static final byte BYTE
See Also:
Constant Field Values

BYTE_1D

public static final byte BYTE_1D
See Also:
Constant Field Values

BYTE_2D

public static final byte BYTE_2D
See Also:
Constant Field Values

INT

public static final byte INT
See Also:
Constant Field Values

INT_1D

public static final byte INT_1D
See Also:
Constant Field Values

INT_2D

public static final byte INT_2D
See Also:
Constant Field Values

FLOAT

public static final byte FLOAT
See Also:
Constant Field Values

FLOAT_1D

public static final byte FLOAT_1D
See Also:
Constant Field Values

FLOAT_2D

public static final byte FLOAT_2D
See Also:
Constant Field Values

DOUBLE

public static final byte DOUBLE
See Also:
Constant Field Values

DOUBLE_1D

public static final byte DOUBLE_1D
See Also:
Constant Field Values

DOUBLE_2D

public static final byte DOUBLE_2D
See Also:
Constant Field Values

LONG

public static final byte LONG
See Also:
Constant Field Values

LONG_1D

public static final byte LONG_1D
See Also:
Constant Field Values

LONG_2D

public static final byte LONG_2D
See Also:
Constant Field Values

SHORT

public static final byte SHORT
See Also:
Constant Field Values

SHORT_1D

public static final byte SHORT_1D
See Also:
Constant Field Values

SHORT_2D

public static final byte SHORT_2D
See Also:
Constant Field Values

BOOLEAN

public static final byte BOOLEAN
See Also:
Constant Field Values

BOOLEAN_1D

public static final byte BOOLEAN_1D
See Also:
Constant Field Values

BOOLEAN_2D

public static final byte BOOLEAN_2D
See Also:
Constant Field Values

STRING

public static final byte STRING
See Also:
Constant Field Values

STRING_1D

public static final byte STRING_1D
See Also:
Constant Field Values

STRING_2D

public static final byte STRING_2D
See Also:
Constant Field Values

BITSET

public static final byte BITSET
See Also:
Constant Field Values

SAVABLE

public static final byte SAVABLE
See Also:
Constant Field Values

SAVABLE_1D

public static final byte SAVABLE_1D
See Also:
Constant Field Values

SAVABLE_2D

public static final byte SAVABLE_2D
See Also:
Constant Field Values

SAVABLE_ARRAYLIST

public static final byte SAVABLE_ARRAYLIST
See Also:
Constant Field Values

SAVABLE_ARRAYLIST_1D

public static final byte SAVABLE_ARRAYLIST_1D
See Also:
Constant Field Values

SAVABLE_ARRAYLIST_2D

public static final byte SAVABLE_ARRAYLIST_2D
See Also:
Constant Field Values

SAVABLE_MAP

public static final byte SAVABLE_MAP
See Also:
Constant Field Values

STRING_SAVABLE_MAP

public static final byte STRING_SAVABLE_MAP
See Also:
Constant Field Values

FLOATBUFFER_ARRAYLIST

public static final byte FLOATBUFFER_ARRAYLIST
See Also:
Constant Field Values

BYTEBUFFER_ARRAYLIST

public static final byte BYTEBUFFER_ARRAYLIST
See Also:
Constant Field Values

FLOATBUFFER

public static final byte FLOATBUFFER
See Also:
Constant Field Values

INTBUFFER

public static final byte INTBUFFER
See Also:
Constant Field Values

BYTEBUFFER

public static final byte BYTEBUFFER
See Also:
Constant Field Values

SHORTBUFFER

public static final byte SHORTBUFFER
See Also:
Constant Field Values

type

public byte type

name

public java.lang.String name

alias

public byte alias
Constructor Detail

BinaryClassField

public BinaryClassField(java.lang.String name,
                        byte alias,
                        byte type)