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

Packages that use CustomersType
org.eclipse.emf.test.models.customer   
org.eclipse.emf.test.models.customer.impl   
org.eclipse.emf.test.models.customer.util   
 

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

Methods in org.eclipse.emf.test.models.customer that return CustomersType
 CustomersType CustomerFactory.createCustomersType()
          Returns a new object of class 'Customers Type'
 CustomersType DocumentRoot.getCustomers()
          Returns the value of the 'Customers' containment reference
 

Methods in org.eclipse.emf.test.models.customer with parameters of type CustomersType
 void DocumentRoot.setCustomers(CustomersType value)
          Sets the value of the 'Customers' containment reference
 

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

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

Methods in org.eclipse.emf.test.models.customer.impl that return CustomersType
 CustomersType CustomerFactoryImpl.createCustomersType()
           
 CustomersType DocumentRootImpl.getCustomers()
           
 

Methods in org.eclipse.emf.test.models.customer.impl with parameters of type CustomersType
 NotificationChain DocumentRootImpl.basicSetCustomers(CustomersType newCustomers, NotificationChain msgs)
           
 void DocumentRootImpl.setCustomers(CustomersType newCustomers)
           
 

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

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


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