Package org.eclipse.emf.cdo.common.id
Interface CDOID
- All Superinterfaces:
Comparable<CDOID>
,Serializable
- All Known Subinterfaces:
CDOIDExternal
,CDOIDObject
,CDOIDString
,CDOIDTemp
,InternalCDOIDObject
- All Known Implementing Classes:
AbstractCDOID
Identifies CDO objects uniquely in a CDO
repository
.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static enum
Enumerates the possible types of CDOIDs
. -
Field Summary
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
NULL
-
NIL
- Since:
- 4.7
-
-
Method Details
-
getType
CDOID.Type getType() -
isNull
boolean isNull() -
isNil
boolean isNil()- Since:
- 4.7
-
isObject
boolean isObject() -
isTemporary
boolean isTemporary() -
isDangling
Deprecated.- Since:
- 3.0
-
isExternal
boolean isExternal()- Since:
- 2.0
-
toURIFragment
String toURIFragment()- Since:
- 2.0
-