org.neodatis.odb.core.layers.layer3
Class IDTypes

java.lang.Object
  extended by org.neodatis.odb.core.layers.layer3.IDTypes

public class IDTypes
extends java.lang.Object

ID types are used for classes(class id) and objects(Object Id) to specify the type of the id in the ID blocks

Author:
osmadja

Field Summary
static byte CLASS
           
static byte OBJECT
           
static byte UNKNOWN
           
 
Constructor Summary
IDTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final byte UNKNOWN
See Also:
Constant Field Values

OBJECT

public static final byte OBJECT
See Also:
Constant Field Values

CLASS

public static final byte CLASS
See Also:
Constant Field Values
Constructor Detail

IDTypes

public IDTypes()