com.j_spaces.core
Interface ObjectTypes


public interface ObjectTypes

Specifies object types.


Field Summary
static int CHILD
          CHILD - child table - used in extended mapping.
static int ENTRY
          ENTRY - space entry.
static int LINK
          LINK - Link table - used in extended mapping.
static int N_NULL_TEMPLATE
          N_NULL_TEMPLATE - a private case of template, notify null template.
static int N_TEMPLATE
          N_TEMPLATE - a private case of template, notify template.
static int NULL_TEMPLATE
          NULL_TEMPLATE - a private case of template, null template.
static int TEMPLATE
          TEMPLATE - space template.
 

Field Detail

ENTRY

static final int ENTRY
ENTRY - space entry.

See Also:
Constant Field Values

TEMPLATE

static final int TEMPLATE
TEMPLATE - space template.

See Also:
Constant Field Values

N_TEMPLATE

static final int N_TEMPLATE
N_TEMPLATE - a private case of template, notify template.

See Also:
Constant Field Values

NULL_TEMPLATE

static final int NULL_TEMPLATE
NULL_TEMPLATE - a private case of template, null template.

See Also:
Constant Field Values

N_NULL_TEMPLATE

static final int N_NULL_TEMPLATE
N_NULL_TEMPLATE - a private case of template, notify null template.

See Also:
Constant Field Values

CHILD

static final int CHILD
CHILD - child table - used in extended mapping.

See Also:
Constant Field Values

LINK

static final int LINK
LINK - Link table - used in extended mapping.

See Also:
Constant Field Values