Uses of Interface
com.ibm.db.models.db2.DB2Source

Packages that use DB2Source
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.util   
 

Uses of DB2Source in com.ibm.db.models.db2
 

Methods in com.ibm.db.models.db2 that return DB2Source
 DB2Source DB2ModelFactory.createDB2Source()
          Returns a new object of class 'DB2 Source'.
 DB2Source DB2Source.getPrimary()
          Returns the value of the 'Primary' container reference.
 

Methods in com.ibm.db.models.db2 with parameters of type DB2Source
 void DB2Source.setPrimary(DB2Source value)
          Sets the value of the 'Primary' container reference.
 

Uses of DB2Source in com.ibm.db.models.db2.impl
 

Classes in com.ibm.db.models.db2.impl that implement DB2Source
 class DB2SourceImpl
          An implementation of the model object 'DB2 Source'.
 

Methods in com.ibm.db.models.db2.impl that return DB2Source
 DB2Source DB2ModelFactoryImpl.createDB2Source()
           
 DB2Source DB2SourceImpl.getPrimary()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2Source
 org.eclipse.emf.common.notify.NotificationChain DB2SourceImpl.basicSetPrimary(DB2Source newPrimary, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DB2SourceImpl.setPrimary(DB2Source newPrimary)
           
 

Uses of DB2Source in com.ibm.db.models.db2.util
 

Methods in com.ibm.db.models.db2.util with parameters of type DB2Source
 java.lang.Object DB2ModelSwitch.caseDB2Source(DB2Source object)
          Returns the result of interpretting the object as an instance of 'DB2 Source'.