Uses of Interface
org.eclipse.emf.test.models.customer.CustomerType

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

Uses of CustomerType in org.eclipse.emf.test.models.customer
 

Methods in org.eclipse.emf.test.models.customer that return CustomerType
 CustomerType CustomerFactory.createCustomerType()
          Returns a new object of class 'Type'
 

Methods in org.eclipse.emf.test.models.customer that return types with arguments of type CustomerType
 EList<CustomerType> CustomersType.getCustomer()
          Returns the value of the 'Customer' containment reference list.
 

Uses of CustomerType in org.eclipse.emf.test.models.customer.impl
 

Classes in org.eclipse.emf.test.models.customer.impl that implement CustomerType
 class CustomerTypeImpl
          An implementation of the model object 'Type'
 

Methods in org.eclipse.emf.test.models.customer.impl that return CustomerType
 CustomerType CustomerFactoryImpl.createCustomerType()
           
 

Methods in org.eclipse.emf.test.models.customer.impl that return types with arguments of type CustomerType
 EList<CustomerType> CustomersTypeImpl.getCustomer()
           
 

Uses of CustomerType in org.eclipse.emf.test.models.customer.util
 

Methods in org.eclipse.emf.test.models.customer.util with parameters of type CustomerType
 T CustomerSwitch.caseCustomerType(CustomerType object)
          Returns the result of interpreting the object as an instance of 'Type'
 boolean CustomerValidator.validateCustomerType(CustomerType customerType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.emf.test.models.movie.db that return CustomerType
 CustomerType DocumentRoot.getCheckedOutBy()
          Returns the value of the 'Checked Out By' reference
 CustomerType MovieType.getCheckedOutBy()
          Returns the value of the 'Checked Out By' reference
 

Methods in org.eclipse.emf.test.models.movie.db with parameters of type CustomerType
 void DocumentRoot.setCheckedOutBy(CustomerType value)
          Sets the value of the 'Checked Out By' reference
 void MovieType.setCheckedOutBy(CustomerType value)
          Sets the value of the 'Checked Out By' reference
 

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

Fields in org.eclipse.emf.test.models.movie.db.impl declared as CustomerType
protected  CustomerType MovieTypeImpl.checkedOutBy
          The cached value of the 'Checked Out By' reference
 

Methods in org.eclipse.emf.test.models.movie.db.impl that return CustomerType
 CustomerType MovieTypeImpl.basicGetCheckedOutBy()
           
 CustomerType DocumentRootImpl.basicGetCheckedOutBy()
           
 CustomerType MovieTypeImpl.getCheckedOutBy()
           
 CustomerType DocumentRootImpl.getCheckedOutBy()
           
 

Methods in org.eclipse.emf.test.models.movie.db.impl with parameters of type CustomerType
 void MovieTypeImpl.setCheckedOutBy(CustomerType newCheckedOutBy)
           
 void DocumentRootImpl.setCheckedOutBy(CustomerType newCheckedOutBy)
           
 


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