Uses of Interface
org.eclipse.emf.test.models.movie.db.MovieType

Packages that use MovieType
org.eclipse.emf.test.models.movie.db   
org.eclipse.emf.test.models.movie.db.impl   
org.eclipse.emf.test.models.movie.db.util   
 

Uses of MovieType in org.eclipse.emf.test.models.movie.db
 

Methods in org.eclipse.emf.test.models.movie.db that return MovieType
 MovieType DBFactory.createMovieType()
          Returns a new object of class 'Movie Type'
 

Methods in org.eclipse.emf.test.models.movie.db that return types with arguments of type MovieType
 EList<MovieType> MovieDBType.getMovie()
          Returns the value of the 'Movie' containment reference list.
 

Uses of MovieType in org.eclipse.emf.test.models.movie.db.impl
 

Classes in org.eclipse.emf.test.models.movie.db.impl that implement MovieType
 class MovieTypeImpl
          An implementation of the model object 'Movie Type'
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return MovieType
 MovieType DBFactoryImpl.createMovieType()
           
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return types with arguments of type MovieType
 EList<MovieType> MovieDBTypeImpl.getMovie()
           
 

Uses of MovieType in org.eclipse.emf.test.models.movie.db.util
 

Methods in org.eclipse.emf.test.models.movie.db.util with parameters of type MovieType
 T DBSwitch.caseMovieType(MovieType object)
          Returns the result of interpreting the object as an instance of 'Movie Type'
 boolean DBValidator.validateMovieType(MovieType movieType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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