Uses of Interface
org.eclipse.emf.test.models.dbitem.DbType

Packages that use DbType
org.eclipse.emf.test.models.dbitem   
org.eclipse.emf.test.models.dbitem.impl   
org.eclipse.emf.test.models.dbitem.util   
 

Uses of DbType in org.eclipse.emf.test.models.dbitem
 

Methods in org.eclipse.emf.test.models.dbitem that return DbType
 DbType DBItemFactory.createDbType()
          Returns a new object of class 'Db Type'
 DbType DocumentRoot.getDbitem()
          Returns the value of the 'Dbitem' containment reference
 

Methods in org.eclipse.emf.test.models.dbitem with parameters of type DbType
 void DocumentRoot.setDbitem(DbType value)
          Sets the value of the 'Dbitem' containment reference
 

Uses of DbType in org.eclipse.emf.test.models.dbitem.impl
 

Classes in org.eclipse.emf.test.models.dbitem.impl that implement DbType
 class DbTypeImpl
          An implementation of the model object 'Db Type'
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return DbType
 DbType DBItemFactoryImpl.createDbType()
           
 DbType DocumentRootImpl.getDbitem()
           
 

Methods in org.eclipse.emf.test.models.dbitem.impl with parameters of type DbType
 NotificationChain DocumentRootImpl.basicSetDbitem(DbType newDbitem, NotificationChain msgs)
           
 void DocumentRootImpl.setDbitem(DbType newDbitem)
           
 

Uses of DbType in org.eclipse.emf.test.models.dbitem.util
 

Methods in org.eclipse.emf.test.models.dbitem.util with parameters of type DbType
 T DBItemSwitch.caseDbType(DbType object)
          Returns the result of interpreting the object as an instance of 'Db Type'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.