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

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

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

Subinterfaces of AddressType in org.eclipse.emf.test.models.customer
 interface CanadaAddr
          A representation of the model object 'Canada Addr'
 interface USAddr
          A representation of the model object 'US Addr'
 

Methods in org.eclipse.emf.test.models.customer that return AddressType
 AddressType CustomerType.getAddress()
          Returns the value of the 'Address' containment reference
 

Methods in org.eclipse.emf.test.models.customer with parameters of type AddressType
 void CustomerType.setAddress(AddressType value)
          Sets the value of the 'Address' containment reference
 

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

Classes in org.eclipse.emf.test.models.customer.impl that implement AddressType
 class AddressTypeImpl
          An implementation of the model object 'Address Type'
 class CanadaAddrImpl
          An implementation of the model object 'Canada Addr'
 class USAddrImpl
          An implementation of the model object 'US Addr'
 

Fields in org.eclipse.emf.test.models.customer.impl declared as AddressType
protected  AddressType CustomerTypeImpl.address
          The cached value of the 'Address' containment reference
 

Methods in org.eclipse.emf.test.models.customer.impl that return AddressType
 AddressType CustomerTypeImpl.getAddress()
           
 

Methods in org.eclipse.emf.test.models.customer.impl with parameters of type AddressType
 NotificationChain CustomerTypeImpl.basicSetAddress(AddressType newAddress, NotificationChain msgs)
           
 void CustomerTypeImpl.setAddress(AddressType newAddress)
           
 

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

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


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