org.eclipse.emf.cdo.spi.common
Interface InternalCDOModelElement
- All Superinterfaces:
- CDOModelElement
- All Known Subinterfaces:
- InternalCDOClass, InternalCDOFeature, InternalCDOPackage
public interface InternalCDOModelElement
- extends CDOModelElement
Method Summary |
void |
initialize()
|
void |
read(org.eclipse.net4j.util.io.ExtendedDataInput in)
|
void |
setClientInfo(java.lang.Object clientInfo)
|
void |
setName(java.lang.String name)
|
void |
setServerInfo(java.lang.Object serverInfo)
|
void |
write(org.eclipse.net4j.util.io.ExtendedDataOutput out)
|
setName
void setName(java.lang.String name)
setClientInfo
void setClientInfo(java.lang.Object clientInfo)
setServerInfo
void setServerInfo(java.lang.Object serverInfo)
initialize
void initialize()
read
void read(org.eclipse.net4j.util.io.ExtendedDataInput in)
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(org.eclipse.net4j.util.io.ExtendedDataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException