Class AbstractCDOID
java.lang.Object
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID
- All Implemented Interfaces:
Serializable
,Comparable<CDOID>
,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:
- 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.CDOID
CDOID.ObjectType, CDOID.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
protected abstract int
doCompareTo
(CDOID o) boolean
abstract int
hashCode()
final boolean
Deprecated.boolean
isNil()
boolean
isNull()
final void
Deprecated.As of 4.2 not called anymore.final void
read
(org.eclipse.net4j.util.io.ExtendedDataInput in) Deprecated.As of 4.2 not called anymore.toString()
abstract void
write
(CDODataOutput out) void
write
(org.eclipse.net4j.util.io.ExtendedDataOutput out) Deprecated.As of 4.2write(CDODataOutput)
is called.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.cdo.common.id.CDOID
getType, isExternal, isObject, isTemporary, toURIFragment
-
Constructor Details
-
AbstractCDOID
protected AbstractCDOID()
-
-
Method Details
-
isNull
public boolean isNull() -
isNil
public boolean isNil() -
isDangling
Deprecated.- Specified by:
isDangling
in interfaceCDOID
- Since:
- 4.2
-
read
Deprecated.As of 4.2 not called anymore. -
read
@Deprecated public final void read(org.eclipse.net4j.util.io.ExtendedDataInput in) throws IOException Deprecated.As of 4.2 not called anymore.- Throws:
IOException
-
write
Deprecated.As of 4.2write(CDODataOutput)
is called.- Throws:
IOException
-
write
- Throws:
IOException
- Since:
- 4.2
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CDOID>
-
equals
-
hashCode
public abstract int hashCode() -
doCompareTo
- Throws:
ClassCastException
-