Package com.db4o.internal.marshall
Class MarshallerFamily.FamilyVersion
- java.lang.Object
-
- com.db4o.internal.marshall.MarshallerFamily.FamilyVersion
-
- Enclosing class:
- MarshallerFamily
public static class MarshallerFamily.FamilyVersion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BTREE_FIELD_INDEXES
static int
CLASS_ASPECTS
static int
MARSHALLER
static int
PRE_MARSHALLER
-
Constructor Summary
Constructors Constructor Description FamilyVersion()
-
-
-
Field Detail
-
PRE_MARSHALLER
public static final int PRE_MARSHALLER
- See Also:
- Constant Field Values
-
MARSHALLER
public static final int MARSHALLER
- See Also:
- Constant Field Values
-
BTREE_FIELD_INDEXES
public static final int BTREE_FIELD_INDEXES
- See Also:
- Constant Field Values
-
CLASS_ASPECTS
public static final int CLASS_ASPECTS
- See Also:
- Constant Field Values
-
-