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) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html