com.jme.util.export.binary
Class BinaryClassField
java.lang.Object
com.jme.util.export.binary.BinaryClassField
public class BinaryClassField
- extends java.lang.Object
Constructor Summary |
BinaryClassField(java.lang.String name,
byte alias,
byte type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BinaryClassField
public BinaryClassField(java.lang.String name,
byte alias,
byte type)