|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generates IDs
.
Field Summary | |
---|---|
static CDOIDGenerator |
NULL
Generates NULL values. |
static CDOIDGenerator |
UUID
Generates UUID values. |
Method Summary | |
---|---|
CDOID |
generateCDOID(EObject object)
Generates a CDOID . |
void |
reset()
Called at the end of a commit operation to give this ID generator a chance to reset its sequence of IDs. |
Field Detail |
---|
static final CDOIDGenerator NULL
NULL
values.
static final CDOIDGenerator UUID
UUID
values.
Method Detail |
---|
CDOID generateCDOID(EObject object)
CDOID
.
object
- the object to generate a new CDOID for if available, null
otherwise.void reset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |