Klasse AbstractCDOID
java.lang.Object
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID
- Alle implementierten Schnittstellen:
Serializable
,Comparable<CDOID>
,CDOID
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 2.0
- Autor:
- Eike Stepper
- Siehe auch:
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.id.CDOID
CDOID.ObjectType, CDOID.Type
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal int
protected abstract int
doCompareTo
(CDOID o) boolean
abstract int
hashCode()
final boolean
Veraltet.boolean
isNil()
boolean
isNull()
final void
Veraltet.As of 4.2 not called anymore.final void
read
(org.eclipse.net4j.util.io.ExtendedDataInput in) Veraltet.As of 4.2 not called anymore.toString()
abstract void
write
(CDODataOutput out) void
write
(org.eclipse.net4j.util.io.ExtendedDataOutput out) Veraltet.As of 4.2write(CDODataOutput)
is called.Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.id.CDOID
getType, isExternal, isObject, isTemporary, toURIFragment
-
Konstruktordetails
-
AbstractCDOID
protected AbstractCDOID()
-
-
Methodendetails
-
isNull
public boolean isNull() -
isNil
public boolean isNil() -
isDangling
Veraltet.- Angegeben von:
isDangling
in SchnittstelleCDOID
- Seit:
- 4.2
-
read
Veraltet.As of 4.2 not called anymore. -
read
@Deprecated public final void read(org.eclipse.net4j.util.io.ExtendedDataInput in) throws IOException Veraltet.As of 4.2 not called anymore.- Löst aus:
IOException
-
write
Veraltet.As of 4.2write(CDODataOutput)
is called.- Löst aus:
IOException
-
write
- Löst aus:
IOException
- Seit:
- 4.2
-
toString
-
compareTo
- Angegeben von:
compareTo
in SchnittstelleComparable<CDOID>
-
equals
-
hashCode
public abstract int hashCode() -
doCompareTo
- Löst aus:
ClassCastException
-