org.eclipse.emf.cdo.spi.common.id
Class AbstractCDOIDLong
java.lang.Object
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID
org.eclipse.emf.cdo.spi.common.id.AbstractCDOIDLong
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CDOID>, CDOID
- Direct Known Subclasses:
- CDOIDLongImpl
public abstract class AbstractCDOIDLong
- extends AbstractCDOID
- Since:
- 2.0
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.id.CDOID |
CDOID.Type |
| Fields inherited from interface org.eclipse.emf.cdo.common.id.CDOID |
NULL |
| 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 |
getType |
NULL_VALUE
public static final long NULL_VALUE
- See Also:
- Constant Field Values
AbstractCDOIDLong
public AbstractCDOIDLong()
AbstractCDOIDLong
public AbstractCDOIDLong(long value)
getLongValue
public long getLongValue()
toURIFragment
public java.lang.String toURIFragment()
read
public void read(java.lang.String fragmentPart)
- Description copied from class:
AbstractCDOID
- Note:
CDOID.toURIFragment() and AbstractCDOID.read(String) need to match.
- Specified by:
read in class AbstractCDOID
read
public void read(org.eclipse.net4j.util.io.ExtendedDataInput in)
throws java.io.IOException
- Specified by:
read in class AbstractCDOID
- Throws:
java.io.IOException
write
public void write(org.eclipse.net4j.util.io.ExtendedDataOutput out)
throws java.io.IOException
- Specified by:
write in class AbstractCDOID
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object