ch.interlis.iom
Interface IomConstants


public interface IomConstants

defines enumerations used by IOX.

Author:
ceis

Field Summary
static int IOM_ADAPTED
          The object or basket contains data that was modified by a merger tool to ensure consistency rules, while it was automatically merged from seperate sources.
static int IOM_COMPLETE
          The object or basket is complete and unmodified.
static int IOM_FULL
          This is a complete basket without persistent identifiers.
static int IOM_INCOMPLETE
          The object or basket was stripped-down, because it's an extract.
static int IOM_INCONSISTENT
          The object or basket contains data that violates consistency rules, because it was automatically merged from seperate sources.
static int IOM_INITIAL
          This is a complete basket with persistent identifiers.
static int IOM_OP_DELETE
          This is an object that no longer exists.
static int IOM_OP_INSERT
          This is a new object.
static int IOM_OP_UPDATE
          This is a modifed object.
static int IOM_UPDATE
          This is an update basket.
 

Field Detail

IOM_COMPLETE

static final int IOM_COMPLETE
The object or basket is complete and unmodified.

See Also:
Constant Field Values

IOM_INCOMPLETE

static final int IOM_INCOMPLETE
The object or basket was stripped-down, because it's an extract.

See Also:
Constant Field Values

IOM_INCONSISTENT

static final int IOM_INCONSISTENT
The object or basket contains data that violates consistency rules, because it was automatically merged from seperate sources.

See Also:
Constant Field Values

IOM_ADAPTED

static final int IOM_ADAPTED
The object or basket contains data that was modified by a merger tool to ensure consistency rules, while it was automatically merged from seperate sources.

See Also:
Constant Field Values

IOM_OP_INSERT

static final int IOM_OP_INSERT
This is a new object.

See Also:
Constant Field Values

IOM_OP_UPDATE

static final int IOM_OP_UPDATE
This is a modifed object.

See Also:
Constant Field Values

IOM_OP_DELETE

static final int IOM_OP_DELETE
This is an object that no longer exists.

See Also:
Constant Field Values

IOM_FULL

static final int IOM_FULL
This is a complete basket without persistent identifiers. Only IOM_OP_INSERT allowed.

See Also:
Constant Field Values

IOM_UPDATE

static final int IOM_UPDATE
This is an update basket. This is only useful after an IOM_INITIAL basket.

See Also:
Constant Field Values

IOM_INITIAL

static final int IOM_INITIAL
This is a complete basket with persistent identifiers. Only IOM_OP_INSERT allowed.

See Also:
Constant Field Values