org.eclipse.emf.cdo.spi.common.id
Class AbstractCDOIDInteger
java.lang.Object
org.eclipse.emf.cdo.spi.common.id.AbstractCDOID
org.eclipse.emf.cdo.spi.common.id.AbstractCDOIDInteger
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CDOID>, CDOID
public abstract class AbstractCDOIDInteger
- 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 |
AbstractCDOIDInteger
public AbstractCDOIDInteger()
AbstractCDOIDInteger
public AbstractCDOIDInteger(int value)
getIntValue
public int getIntValue()
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
compareTo
public int compareTo(AbstractCDOIDInteger that)
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