Uses of Interface
org.eclipse.emf.examples.extlibrary.VideoCassette

Packages that use VideoCassette
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of VideoCassette in org.eclipse.emf.examples.extlibrary
 

Methods in org.eclipse.emf.examples.extlibrary that return VideoCassette
 VideoCassette EXTLibraryFactory.createVideoCassette()
          Returns a new object of class 'Video Cassette'
 

Uses of VideoCassette in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement VideoCassette
 class VideoCassetteImpl
          An implementation of the model object 'Video Cassette'
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return VideoCassette
 VideoCassette EXTLibraryFactoryImpl.createVideoCassette()
           
 

Uses of VideoCassette in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type VideoCassette
 T EXTLibrarySwitch.caseVideoCassette(VideoCassette object)
          Returns the result of interpreting the object as an instance of 'Video Cassette'
 


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