Package org.eclipse.emf.cdo.common.id
Interface CDOID
- 
- All Superinterfaces:
- java.lang.Comparable<CDOID>,- java.io.Serializable
 - All Known Subinterfaces:
- CDOIDExternal,- CDOIDObject,- CDOIDString,- CDOIDTemp,- InternalCDOIDObject
 - All Known Implementing Classes:
- AbstractCDOID
 
 public interface CDOID extends java.lang.Comparable<CDOID>, java.io.Serializable Identifies CDO objects uniquely in a CDOrepository.- 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 SummaryNested Classes Modifier and Type Interface Description static classCDOID.ObjectTypestatic classCDOID.TypeEnumerates the possible types of CDOIDs.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CDOID.TypegetType()booleanisDangling()Deprecated.booleanisExternal()booleanisNil()booleanisNull()booleanisObject()booleanisTemporary()java.lang.StringtoURIFragment()
 
- 
- 
- 
Method Detail- 
getTypeCDOID.Type getType() 
 - 
isNullboolean isNull() 
 - 
isNilboolean isNil() - Since:
- 4.7
 
 - 
isObjectboolean isObject() 
 - 
isTemporaryboolean isTemporary() 
 - 
isDangling@Deprecated boolean isDangling() Deprecated.- Since:
- 3.0
 
 - 
isExternalboolean isExternal() - Since:
- 2.0
 
 - 
toURIFragmentjava.lang.String toURIFragment() - Since:
- 2.0
 
 
- 
 
-