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 intprotected abstract intdoCompareTo(CDOID o) booleanabstract inthashCode()final booleanVeraltet.booleanisNil()booleanisNull()final voidVeraltet.As of 4.2 not called anymore.final voidread(org.eclipse.net4j.util.io.ExtendedDataInput in) Veraltet.As of 4.2 not called anymore.toString()abstract voidwrite(CDODataOutput out) voidwrite(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, waitVon 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:
isDanglingin 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:
compareToin SchnittstelleComparable<CDOID>
-
equals
-
hashCode
public abstract int hashCode() -
doCompareTo
- Löst aus:
ClassCastException
-