Uses of Interface
org.eclipse.emf.ecp.test.university.Address

Packages that use Address
org.eclipse.emf.ecp.test.university   
org.eclipse.emf.ecp.test.university.impl   
org.eclipse.emf.ecp.test.university.util   
 

Uses of Address in org.eclipse.emf.ecp.test.university
 

Methods in org.eclipse.emf.ecp.test.university that return Address
 Address UniversityFactory.createAddress()
          Returns a new object of class 'Address'.
 

Methods in org.eclipse.emf.ecp.test.university that return types with arguments of type Address
 org.eclipse.emf.common.util.EList<Address> Person.getAddresses()
          Returns the value of the 'Addresses' containment reference list.
 

Uses of Address in org.eclipse.emf.ecp.test.university.impl
 

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

Methods in org.eclipse.emf.ecp.test.university.impl that return Address
 Address UniversityFactoryImpl.createAddress()
           
 

Methods in org.eclipse.emf.ecp.test.university.impl that return types with arguments of type Address
 org.eclipse.emf.common.util.EList<Address> ProfessorImpl.getAddresses()
           
 org.eclipse.emf.common.util.EList<Address> AssistantImpl.getAddresses()
           
 

Uses of Address in org.eclipse.emf.ecp.test.university.util
 

Methods in org.eclipse.emf.ecp.test.university.util with parameters of type Address
 T UniversitySwitch.caseAddress(Address object)
          Returns the result of interpreting the object as an instance of 'Address'.
 boolean UniversityValidator.validateAddress(Address address, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.