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

Packages that use CustomerReviewType
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 CustomerReviewType in org.eclipse.emf.test.models.movie.db
 

Methods in org.eclipse.emf.test.models.movie.db that return CustomerReviewType
 CustomerReviewType DBFactory.createCustomerReviewType()
          Returns a new object of class 'Customer Review Type'
 CustomerReviewType DocumentRoot.getCustomerReview()
          Returns the value of the 'Customer Review' containment reference
 

Methods in org.eclipse.emf.test.models.movie.db with parameters of type CustomerReviewType
 void DocumentRoot.setCustomerReview(CustomerReviewType value)
          Sets the value of the 'Customer Review' containment reference
 

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

Classes in org.eclipse.emf.test.models.movie.db.impl that implement CustomerReviewType
 class CustomerReviewTypeImpl
          An implementation of the model object 'Customer Review Type'
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return CustomerReviewType
 CustomerReviewType DBFactoryImpl.createCustomerReviewType()
           
 CustomerReviewType DocumentRootImpl.getCustomerReview()
           
 

Methods in org.eclipse.emf.test.models.movie.db.impl with parameters of type CustomerReviewType
 NotificationChain DocumentRootImpl.basicSetCustomerReview(CustomerReviewType newCustomerReview, NotificationChain msgs)
           
 void DocumentRootImpl.setCustomerReview(CustomerReviewType newCustomerReview)
           
 

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

Methods in org.eclipse.emf.test.models.movie.db.util with parameters of type CustomerReviewType
 T DBSwitch.caseCustomerReviewType(CustomerReviewType object)
          Returns the result of interpreting the object as an instance of 'Customer Review Type'
 boolean DBValidator.validateCustomerReviewType(CustomerReviewType customerReviewType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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