org.oreodata
Interface OreoConstants

All Known Implementing Classes:
AbstractRecord

public interface OreoConstants


Field Summary
static java.lang.String RECORD_STATUS_KEY
          The special reserved name of the status pseudo-key.
static java.lang.String RECORD_TYPE_KEY
          The special reserved name of the type pseudo-key.
 

Field Detail

RECORD_TYPE_KEY

public static final java.lang.String RECORD_TYPE_KEY
The special reserved name of the type pseudo-key.

See Also:
Constant Field Values

RECORD_STATUS_KEY

public static final java.lang.String RECORD_STATUS_KEY
The special reserved name of the status pseudo-key.

See Also:
Constant Field Values