Class AbstractCDOID
- java.lang.Object
- 
- org.eclipse.emf.cdo.spi.common.id.AbstractCDOID
 
- 
 public abstract class AbstractCDOID extends java.lang.Object implements CDOID If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.id.CDOIDCDOID.ObjectType, CDOID.Type
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractCDOID()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(CDOID o)protected abstract intdoCompareTo(CDOID o)booleanequals(java.lang.Object obj)abstract inthashCode()booleanisDangling()Deprecated.booleanisNil()booleanisNull()voidread(java.lang.String fragmentPart)Deprecated.As of 4.2 not called anymore.voidread(org.eclipse.net4j.util.io.ExtendedDataInput in)Deprecated.As of 4.2 not called anymore.java.lang.StringtoString()abstract voidwrite(CDODataOutput out)voidwrite(org.eclipse.net4j.util.io.ExtendedDataOutput out)Deprecated.As of 4.2write(CDODataOutput)is called.- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.id.CDOIDgetType, isExternal, isObject, isTemporary, toURIFragment
 
- 
 
- 
- 
- 
Method Detail- 
isDangling@Deprecated public final boolean isDangling() Deprecated.- Specified by:
- isDanglingin interface- CDOID
- Since:
- 4.2
 
 - 
read@Deprecated public final void read(java.lang.String fragmentPart) Deprecated.As of 4.2 not called anymore.
 - 
read@Deprecated public final void read(org.eclipse.net4j.util.io.ExtendedDataInput in) throws java.io.IOExceptionDeprecated.As of 4.2 not called anymore.- Throws:
- java.io.IOException
 
 - 
write@Deprecated public void write(org.eclipse.net4j.util.io.ExtendedDataOutput out) throws java.io.IOExceptionDeprecated.As of 4.2write(CDODataOutput)is called.- Throws:
- java.io.IOException
 
 - 
writepublic abstract void write(CDODataOutput out) throws java.io.IOException - Throws:
- java.io.IOException
- Since:
- 4.2
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
compareTopublic final int compareTo(CDOID o) - Specified by:
- compareToin interface- java.lang.Comparable<CDOID>
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic abstract int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
doCompareToprotected abstract int doCompareTo(CDOID o) throws java.lang.ClassCastException - Throws:
- java.lang.ClassCastException
 
 
- 
 
-