org.eclipse.emf.cdo.spi.common
Class CDOIDLongImpl

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.common.AbstractCDOID
      extended by org.eclipse.emf.cdo.spi.common.AbstractCDOIDLong
          extended by org.eclipse.emf.cdo.spi.common.CDOIDLongImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AbstractCDOIDLong>, CDOID, CDOIDObject
Direct Known Subclasses:
CDOIDLongImpl.Legacy

public class CDOIDLongImpl
extends AbstractCDOIDLong
implements CDOIDObject

See Also:
Serialized Form

Nested Class Summary
static class CDOIDLongImpl.Legacy
           
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.id.CDOID
CDOID.Type
 
Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.common.id.CDOID
NULL
 
Constructor Summary
CDOIDLongImpl()
           
CDOIDLongImpl(long value)
           
 
Method Summary
 CDOIDLongImpl.Legacy asLegacy(CDOClassRef classRef)
           
 CDOClassRef getClassRef()
           
 CDOID.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.cdo.spi.common.AbstractCDOIDLong
compareTo, equals, getLongValue, hashCode, read, write
 
Methods inherited from class org.eclipse.emf.cdo.spi.common.AbstractCDOID
isLegacy, isMeta, isNull, isObject, isTemporary
 
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
isLegacy, isMeta, isNull, isObject, isTemporary
 

Constructor Detail

CDOIDLongImpl

public CDOIDLongImpl()

CDOIDLongImpl

public CDOIDLongImpl(long value)
Method Detail

getType

public CDOID.Type getType()
Specified by:
getType in interface CDOID

getClassRef

public CDOClassRef getClassRef()
Specified by:
getClassRef in interface CDOIDObject

asLegacy

public CDOIDLongImpl.Legacy asLegacy(CDOClassRef classRef)
Specified by:
asLegacy in interface CDOIDObject

toString

public java.lang.String toString()
Overrides:
toString in class AbstractCDOIDLong

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.