
public abstract class AbstractCDOID extends Object implements CDOID
CDOID.ObjectType, CDOID.Type| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCDOID() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CDOID o) |
protected abstract int |
doCompareTo(CDOID o) |
boolean |
equals(Object obj) |
abstract int |
hashCode() |
boolean |
isDangling()
Deprecated.
|
boolean |
isNull() |
void |
read(ExtendedDataInput in)
Deprecated.
As of 4.2 not called anymore.
|
void |
read(String fragmentPart)
Deprecated.
As of 4.2 not called anymore.
|
String |
toString() |
abstract void |
write(CDODataOutput out) |
void |
write(ExtendedDataOutput out)
Deprecated.
As of 4.2
write(CDODataOutput) is called. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetType, isExternal, isObject, isTemporary, toURIFragment@Deprecated public final boolean isDangling()
isDangling in interface CDOID@Deprecated public final void read(String fragmentPart)
@Deprecated public final void read(ExtendedDataInput in) throws IOException
IOException@Deprecated public void write(ExtendedDataOutput out) throws IOException
write(CDODataOutput) is called.IOExceptionpublic abstract void write(CDODataOutput out) throws IOException
IOExceptionpublic final int compareTo(CDOID o)
compareTo in interface Comparable<CDOID>protected abstract int doCompareTo(CDOID o) throws ClassCastException
ClassCastExceptionCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.