Uses of Interface
org.eclipse.emf.test.models.lib.Address

Packages that use Address
org.eclipse.emf.test.models.lib   
org.eclipse.emf.test.models.lib.impl   
org.eclipse.emf.test.models.lib.util   
 

Uses of Address in org.eclipse.emf.test.models.lib
 

Methods in org.eclipse.emf.test.models.lib that return Address
 Address LibFactory.createAddress()
          Returns a new object of class 'Address'
 Address Library.getAddress()
          Returns the value of the 'Address' containment reference
 

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

Uses of Address in org.eclipse.emf.test.models.lib.impl
 

Classes in org.eclipse.emf.test.models.lib.impl that implement Address
 class AddressImpl
          An implementation of the model object 'Address'
 

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

Methods in org.eclipse.emf.test.models.lib.impl that return Address
 Address LibraryImpl.basicGetAddress()
           
 Address LibFactoryImpl.createAddress()
           
 Address LibraryImpl.getAddress()
           
 

Methods in org.eclipse.emf.test.models.lib.impl with parameters of type Address
 NotificationChain LibraryImpl.basicSetAddress(Address newAddress, NotificationChain msgs)
           
 void LibraryImpl.setAddress(Address newAddress)
           
 

Uses of Address in org.eclipse.emf.test.models.lib.util
 

Methods in org.eclipse.emf.test.models.lib.util with parameters of type Address
 T LibSwitch.caseAddress(Address object)
          Returns the result of interpreting the object as an instance of 'Address'
 


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