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

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

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

Methods in org.eclipse.emf.test.models.customer that return CanadaAddr
 CanadaAddr CustomerFactory.createCanadaAddr()
          Returns a new object of class 'Canada Addr'
 

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

Classes in org.eclipse.emf.test.models.customer.impl that implement CanadaAddr
 class CanadaAddrImpl
          An implementation of the model object 'Canada Addr'
 

Methods in org.eclipse.emf.test.models.customer.impl that return CanadaAddr
 CanadaAddr CustomerFactoryImpl.createCanadaAddr()
           
 

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

Methods in org.eclipse.emf.test.models.customer.util with parameters of type CanadaAddr
 T CustomerSwitch.caseCanadaAddr(CanadaAddr object)
          Returns the result of interpreting the object as an instance of 'Canada Addr'
 boolean CustomerValidator.validateCanadaAddr(CanadaAddr canadaAddr, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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