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

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

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

Methods in org.eclipse.emf.test.models.customer that return USAddr
 USAddr CustomerFactory.createUSAddr()
          Returns a new object of class 'US Addr'
 

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

Classes in org.eclipse.emf.test.models.customer.impl that implement USAddr
 class USAddrImpl
          An implementation of the model object 'US Addr'
 

Methods in org.eclipse.emf.test.models.customer.impl that return USAddr
 USAddr CustomerFactoryImpl.createUSAddr()
           
 

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

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


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