|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.cdo.spi.common.AbstractCDOID
public abstract class AbstractCDOID
Nested Class Summary |
---|
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 | |
---|---|
AbstractCDOID()
|
Method Summary | |
---|---|
boolean |
isLegacy()
|
boolean |
isMeta()
|
boolean |
isNull()
|
boolean |
isObject()
|
boolean |
isTemporary()
|
abstract void |
read(org.eclipse.net4j.util.io.ExtendedDataInput in)
|
abstract void |
write(org.eclipse.net4j.util.io.ExtendedDataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.cdo.common.id.CDOID |
---|
getType |
Constructor Detail |
---|
public AbstractCDOID()
Method Detail |
---|
public boolean isNull()
isNull
in interface CDOID
public boolean isObject()
isObject
in interface CDOID
public boolean isLegacy()
isLegacy
in interface CDOID
public boolean isMeta()
isMeta
in interface CDOID
public boolean isTemporary()
isTemporary
in interface CDOID
public abstract void read(org.eclipse.net4j.util.io.ExtendedDataInput in) throws java.io.IOException
java.io.IOException
public abstract void write(org.eclipse.net4j.util.io.ExtendedDataOutput out) throws java.io.IOException
java.io.IOException
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |