A B C D E F G H I J K L M N O P Q R S T U V W X

T

TABLE - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage.Literals
The meta object literal for the 'Table' class
TABLE - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The meta object id for the 'Table' class
Table - Interface in org.eclipse.emf.cdo.dbgen
A representation of the model object 'Table'
TABLE__COLUMNS - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage.Literals
The meta object literal for the 'Columns' containment reference list feature
TABLE__COLUMNS - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The feature id for the 'Columns' containment reference list
TABLE__DATABASE - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage.Literals
The meta object literal for the 'Database' container reference feature
TABLE__DATABASE - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The feature id for the 'Database' container reference
TABLE__INDICES - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage.Literals
The meta object literal for the 'Indices' containment reference list feature
TABLE__INDICES - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The feature id for the 'Indices' containment reference list
TABLE__NAME - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage.Literals
The meta object literal for the 'Name' attribute feature
TABLE__NAME - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The feature id for the 'Name' attribute
TABLE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.cdo.dbgen.DBGenPackage
The number of structural features of the 'Table' class
TABLE_NAME_EDEFAULT - Static variable in class org.eclipse.emf.cdo.mapping.impl.ClassMappingImpl
The default value of the 'Table Name' attribute
TableCreationException - Exception in org.eclipse.emf.cdo.dbgen
 
TableCreationException() - Constructor for exception org.eclipse.emf.cdo.dbgen.TableCreationException
 
TableCreationException(String) - Constructor for exception org.eclipse.emf.cdo.dbgen.TableCreationException
 
TableCreationException(Throwable) - Constructor for exception org.eclipse.emf.cdo.dbgen.TableCreationException
 
TableCreationException(String, Throwable) - Constructor for exception org.eclipse.emf.cdo.dbgen.TableCreationException
 
TableImpl - Class in org.eclipse.emf.cdo.dbgen.impl
An implementation of the model object 'Table'
TableImpl() - Constructor for class org.eclipse.emf.cdo.dbgen.impl.TableImpl
 
tableItemProvider - Variable in class org.eclipse.emf.cdo.dbgen.provider.DBGenItemProviderAdapterFactory
This keeps track of the one adapter used for all Table instances
TableItemProvider - Class in org.eclipse.emf.cdo.dbgen.provider
This is the item provider adapter for a Table object
TableItemProvider(AdapterFactory) - Constructor for class org.eclipse.emf.cdo.dbgen.provider.TableItemProvider
This constructs an instance from a factory and a notifier
tableName(EClass) - Static method in class org.eclipse.emf.cdo.client.impl.AnnotationMappingProviderImpl
 
tableName - Variable in class org.eclipse.emf.cdo.mapping.impl.ClassMappingImpl
The cached value of the 'Table Name' attribute
tableName - Variable in class org.eclipse.emf.cdo.server.impl.ClassInfoImpl
 
tables - Variable in class org.eclipse.emf.cdo.dbgen.impl.DatabaseImpl
The cached value of the 'Tables' containment reference list
tableViewer - Variable in class org.eclipse.emf.cdo.dbgen.presentation.DBGenEditor
This shows how a table view works.
tableViewer - Variable in class org.eclipse.emf.cdo.mapping.presentation.MappingEditor
This shows how a table view works.
testmodel1 - package testmodel1
 
testmodel1.impl - package testmodel1.impl
 
testmodel1.util - package testmodel1.util
 
TestModel1AdapterFactory - Class in testmodel1.util
The Adapter Factory for the model.
TestModel1AdapterFactory() - Constructor for class testmodel1.util.TestModel1AdapterFactory
Creates an instance of the adapter factory
TestModel1Factory - Interface in testmodel1
The Factory for the model.
TestModel1FactoryImpl - Class in testmodel1.impl
An implementation of the model Factory
TestModel1FactoryImpl() - Constructor for class testmodel1.impl.TestModel1FactoryImpl
Creates an instance of the factory
TestModel1Package - Interface in testmodel1
The Package for the model.
TestModel1Package.Literals - Interface in testmodel1
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type TestModel1PackageImpl - Class in testmodel1.impl
An implementation of the model Package
TestModel1Switch - Class in testmodel1.util
The Switch for the model's inheritance hierarchy.
TestModel1Switch() - Constructor for class testmodel1.util.TestModel1Switch
Creates an instance of the switch
TIME - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TIME' literal value
TIME_LITERAL - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TIME' literal object
TIMESTAMP - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TIMESTAMP' literal value
TIMESTAMP_LITERAL - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TIMESTAMP' literal object
TINYINT - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TINYINT' literal value
TINYINT_LITERAL - Static variable in class org.eclipse.emf.cdo.dbgen.ColumnType
The 'TINYINT' literal object
toArray() - Method in class org.eclipse.emf.cdo.client.impl.CDOCrossReferenceList
 
toArray(Object[]) - Method in class org.eclipse.emf.cdo.client.impl.CDOCrossReferenceList
 
toChannel(EObject, EAttribute, Channel) - Method in interface org.eclipse.emf.cdo.client.AttributeConverter
Reads a value from an object attribute and writes it to the given Channel .
toChannel(EObject, EAttribute, Channel) - Method in class org.eclipse.emf.cdo.client.impl.AttributeConverterImpl
 
toChannel(Channel, int, Object) - Method in interface org.eclipse.emf.cdo.server.ColumnConverter
 
toChannel(Channel, int, Object) - Method in class org.eclipse.emf.cdo.server.impl.ColumnConverterImpl
 
toChannelBoolean(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelByte(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelChar(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelDouble(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelFloat(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelInteger(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelLong(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelShort(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelString(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toChannelUserDefined(Channel, EAttribute, Object) - Method in class org.eclipse.emf.cdo.client.impl.AttributeConverterImpl
 
toChannelUserDefined(Channel, Object) - Method in class org.eclipse.emf.cdo.core.impl.AbstractConverter
 
toDBType(int) - Method in class org.eclipse.emf.cdo.dbgen.impl.SQLDialectImpl
 
toDBType(int) - Method in interface org.eclipse.emf.cdo.dbgen.SQLDialect
 
toString() - Method in class org.eclipse.emf.cdo.client.impl.AttributeInfoImpl
 
toString() - Method in class org.eclipse.emf.cdo.client.impl.CDOResourceImpl
 
toString() - Method in class org.eclipse.emf.cdo.client.impl.ClassInfoImpl
 
toString() - Method in class org.eclipse.emf.cdo.client.impl.PackageInfoImpl
 
toString() - Method in class org.eclipse.emf.cdo.client.impl.ResourceInfoImpl
 
toString(int, long) - Method in class org.eclipse.emf.cdo.core.impl.OIDEncoderImpl
 
toString(long) - Method in class org.eclipse.emf.cdo.core.impl.OIDEncoderImpl
 
toString(int, long) - Method in interface org.eclipse.emf.cdo.core.OIDEncoder
Computes the string representation of an OID.
toString(long) - Method in interface org.eclipse.emf.cdo.core.OIDEncoder
Computes the string representation of an OID.
toString() - Method in class org.eclipse.emf.cdo.dbgen.impl.ColumnImpl
 
toString() - Method in class org.eclipse.emf.cdo.dbgen.impl.DatabaseImpl
 
toString() - Method in class org.eclipse.emf.cdo.dbgen.impl.IndexImpl
 
toString() - Method in class org.eclipse.emf.cdo.dbgen.impl.TableImpl
 
toString() - Method in class org.eclipse.emf.cdo.jdbc.JDBCPlugin.DriverElement
 
toString() - Method in class org.eclipse.emf.cdo.jdbc.JDBCPlugin.LibraryElement
 
toString() - Method in class org.eclipse.emf.cdo.jdbc.JDBCPlugin.SupportedDialectElement
 
toString() - Method in class org.eclipse.emf.cdo.mapping.impl.AttributeMappingImpl
 
toString() - Method in class org.eclipse.emf.cdo.mapping.impl.ClassMappingImpl
 
toString() - Method in class org.eclipse.emf.cdo.mapping.impl.PackageMappingImpl
 
toString() - Method in class org.eclipse.emf.cdo.server.impl.ResourceInfoImpl
 
toString() - Method in class testmodel1.impl.ExtendedNodeImpl
 
toString() - Method in class testmodel1.impl.TreeNodeImpl
 
transactionTemplate - Variable in class org.eclipse.emf.cdo.server.protocol.ServerCDOProtocolImpl
 
transactionTemplate - Variable in class org.eclipse.emf.cdo.server.protocol.ServerCDOResProtocolImpl
 
transmit(Channel) - Method in class org.eclipse.emf.cdo.core.protocol.ResourceChangeInfo
 
TRANSMIT_CONTENT - Static variable in interface org.eclipse.emf.cdo.server.impl.SQLConstants
 
TRANSMIT_OBJECT - Static variable in interface org.eclipse.emf.cdo.server.impl.SQLConstants
 
TRANSMIT_REFERENCES - Static variable in interface org.eclipse.emf.cdo.server.impl.SQLConstants
 
transmitAllResources(Channel) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitAllResources(Channel) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitAttributes(Channel, long, ClassInfo) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitAttributes(Channel, long, ClassInfo) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitContainers(Channel, long) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitContent(Channel, ResourceInfo) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitContent(Channel, ResourceInfo) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitExtent(Channel, int, boolean, int) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitExtent(Channel, int, boolean, int) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitObject(Channel, long) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitObject(Channel, long) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitReferences(Channel, long) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitReferences(Channel, long) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
transmitXRefs(Channel, long, int) - Method in class org.eclipse.emf.cdo.server.impl.MapperImpl
 
transmitXRefs(Channel, long, int) - Method in interface org.eclipse.emf.cdo.server.Mapper
 
TREE_NODE - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'Tree Node' class
TREE_NODE - Static variable in interface testmodel1.TestModel1Package
The meta object id for the 'Tree Node' class
TREE_NODE__BOOLEAN_FEATURE - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'Boolean Feature' attribute feature
TREE_NODE__BOOLEAN_FEATURE - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'Boolean Feature' attribute
TREE_NODE__CHILDREN - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'Children' containment reference list feature
TREE_NODE__CHILDREN - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'Children' containment reference list
TREE_NODE__INT_FEATURE - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'Int Feature' attribute feature
TREE_NODE__INT_FEATURE - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'Int Feature' attribute
TREE_NODE__PARENT - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'Parent' container reference feature
TREE_NODE__PARENT - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'Parent' container reference
TREE_NODE__REFERENCES - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'References' reference list feature
TREE_NODE__REFERENCES - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'References' reference list
TREE_NODE__STRING_FEATURE - Static variable in interface testmodel1.TestModel1Package.Literals
The meta object literal for the 'String Feature' attribute feature
TREE_NODE__STRING_FEATURE - Static variable in interface testmodel1.TestModel1Package
The feature id for the 'String Feature' attribute
TREE_NODE_FEATURE_COUNT - Static variable in interface testmodel1.TestModel1Package
The number of structural features of the 'Tree Node' class
TreeNode - Interface in testmodel1
A representation of the model object 'Tree Node'
TreeNodeImpl - Class in testmodel1.impl
An implementation of the model object 'Tree Node'
TreeNodeImpl() - Constructor for class testmodel1.impl.TreeNodeImpl
 
treeViewer - Variable in class org.eclipse.emf.cdo.dbgen.presentation.DBGenEditor
This shows how a tree view works
treeViewer - Variable in class org.eclipse.emf.cdo.mapping.presentation.MappingEditor
This shows how a tree view works
treeViewerWithColumns - Variable in class org.eclipse.emf.cdo.dbgen.presentation.DBGenEditor
This shows how a tree view with columns works
treeViewerWithColumns - Variable in class org.eclipse.emf.cdo.mapping.presentation.MappingEditor
This shows how a tree view with columns works
type - Variable in class org.eclipse.emf.cdo.dbgen.impl.ColumnImpl
The cached value of the 'Type' attribute
type - Variable in class org.eclipse.emf.cdo.dbgen.impl.IndexImpl
The cached value of the 'Type' attribute
TYPE_EDEFAULT - Static variable in class org.eclipse.emf.cdo.dbgen.impl.ColumnImpl
The default value of the 'Type' attribute
TYPE_EDEFAULT - Static variable in class org.eclipse.emf.cdo.dbgen.impl.IndexImpl
The default value of the 'Type' attribute

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.
A B C D E F G H I J K L M N O P Q R S T U V W X