Uses of Interface
org.eclipse.emf.test.models.dbprice.PencilType

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

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

Methods in org.eclipse.emf.test.models.dbitem that return PencilType
 PencilType DbType.getBluePencil()
          Returns the value of the 'Blue Pencil' containment reference
 PencilType DbType.getRedPencil()
          Returns the value of the 'Red Pencil' containment reference
 

Methods in org.eclipse.emf.test.models.dbitem with parameters of type PencilType
 void DbType.setBluePencil(PencilType value)
          Sets the value of the 'Blue Pencil' containment reference
 void DbType.setRedPencil(PencilType value)
          Sets the value of the 'Red Pencil' containment reference
 

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

Fields in org.eclipse.emf.test.models.dbitem.impl declared as PencilType
protected  PencilType DbTypeImpl.bluePencil
          The cached value of the 'Blue Pencil' containment reference
protected  PencilType DbTypeImpl.redPencil
          The cached value of the 'Red Pencil' containment reference
 

Methods in org.eclipse.emf.test.models.dbitem.impl that return PencilType
 PencilType DbTypeImpl.getBluePencil()
           
 PencilType DbTypeImpl.getRedPencil()
           
 

Methods in org.eclipse.emf.test.models.dbitem.impl with parameters of type PencilType
 NotificationChain DbTypeImpl.basicSetBluePencil(PencilType newBluePencil, NotificationChain msgs)
           
 NotificationChain DbTypeImpl.basicSetRedPencil(PencilType newRedPencil, NotificationChain msgs)
           
 void DbTypeImpl.setBluePencil(PencilType newBluePencil)
           
 void DbTypeImpl.setRedPencil(PencilType newRedPencil)
           
 

Uses of PencilType in org.eclipse.emf.test.models.dbprice
 

Methods in org.eclipse.emf.test.models.dbprice that return PencilType
 PencilType DBPriceFactory.createPencilType()
          Returns a new object of class 'Pencil Type'
 

Uses of PencilType in org.eclipse.emf.test.models.dbprice.impl
 

Classes in org.eclipse.emf.test.models.dbprice.impl that implement PencilType
 class PencilTypeImpl
          An implementation of the model object 'Pencil Type'
 

Methods in org.eclipse.emf.test.models.dbprice.impl that return PencilType
 PencilType DBPriceFactoryImpl.createPencilType()
           
 

Uses of PencilType in org.eclipse.emf.test.models.dbprice.util
 

Methods in org.eclipse.emf.test.models.dbprice.util with parameters of type PencilType
 T DBPriceSwitch.casePencilType(PencilType object)
          Returns the result of interpreting the object as an instance of 'Pencil Type'
 


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