com.j_spaces.core.client
Interface ObjectFormat


public interface ObjectFormat

Each Object in the space represents one of the applicable supported formats. These formats describe the objects' type, and are accessible by IGSEntry.getFormat(). The default format is accessible by DEFAULT.

Since:
5.1

Field Summary
static short DEFAULT
          The object format which is defined as default, i.e.
static short ENTRY
          Object represents an Entry.
static short POJO
          Object represents a Plain Old Java Object.
 

Field Detail

ENTRY

static final short ENTRY
Object represents an Entry.

See Also:
#getDefault(), Constant Field Values

POJO

static final short POJO
Object represents a Plain Old Java Object.

See Also:
Constant Field Values

DEFAULT

static final short DEFAULT
The object format which is defined as default, i.e. 0

See Also:
Constant Field Values