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

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

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

Methods in com.ibm.db.models.db2 that return DB2Jar
 DB2Jar DB2ModelFactory.createDB2Jar()
          Returns a new object of class 'DB2 Jar'.
 DB2Jar DB2JavaOptions.getJar()
          Returns the value of the 'Jar' reference.
 

Methods in com.ibm.db.models.db2 with parameters of type DB2Jar
 void DB2JavaOptions.setJar(DB2Jar value)
          Sets the value of the 'Jar' reference.
 

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

Classes in com.ibm.db.models.db2.impl that implement DB2Jar
 class DB2JarImpl
          An implementation of the model object 'DB2 Jar'.
 

Methods in com.ibm.db.models.db2.impl that return DB2Jar
 DB2Jar DB2JavaOptionsImpl.basicGetJar()
           
 DB2Jar DB2ModelFactoryImpl.createDB2Jar()
           
 DB2Jar DB2JavaOptionsImpl.getJar()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2Jar
 org.eclipse.emf.common.notify.NotificationChain DB2JavaOptionsImpl.basicSetJar(DB2Jar newJar, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DB2JavaOptionsImpl.setJar(DB2Jar newJar)
           
 

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

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