Uses of Interface
org.eclipse.emf.test.models.lib.Cafeteria

Packages that use Cafeteria
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.lib.util   
 

Uses of Cafeteria in org.eclipse.emf.test.models.lib
 

Methods in org.eclipse.emf.test.models.lib that return Cafeteria
 Cafeteria LibFactory.createCafeteria()
          Returns a new object of class 'Cafeteria'
 Cafeteria Library.getCafeteria()
          Returns the value of the 'Cafeteria' containment reference.
 

Methods in org.eclipse.emf.test.models.lib with parameters of type Cafeteria
 void Library.setCafeteria(Cafeteria value)
          Sets the value of the 'Cafeteria' containment reference
 

Uses of Cafeteria in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement Cafeteria
 class CafeteriaImpl
          An implementation of the model object 'Cafeteria'
 

Fields in org.eclipse.emf.test.models.lib.impl declared as Cafeteria
protected  Cafeteria LibraryImpl.cafeteria
          The cached value of the 'Cafeteria' containment reference
 

Methods in org.eclipse.emf.test.models.lib.impl that return Cafeteria
 Cafeteria LibraryImpl.basicGetCafeteria()
           
 Cafeteria LibFactoryImpl.createCafeteria()
           
 Cafeteria LibraryImpl.getCafeteria()
           
 

Methods in org.eclipse.emf.test.models.lib.impl with parameters of type Cafeteria
 NotificationChain LibraryImpl.basicSetCafeteria(Cafeteria newCafeteria, NotificationChain msgs)
           
 void LibraryImpl.setCafeteria(Cafeteria newCafeteria)
           
 

Uses of Cafeteria in org.eclipse.emf.test.models.lib.util
 

Methods in org.eclipse.emf.test.models.lib.util with parameters of type Cafeteria
 T LibSwitch.caseCafeteria(Cafeteria object)
          Returns the result of interpreting the object as an instance of 'Cafeteria'
 


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