Uses of Interface
org.eclipse.emf.test.models.ref.unsettable.BU

Packages that use BU
org.eclipse.emf.test.models.ref.unsettable   
org.eclipse.emf.test.models.ref.unsettable.impl   
org.eclipse.emf.test.models.ref.unsettable.util   
 

Uses of BU in org.eclipse.emf.test.models.ref.unsettable
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return BU
 BU URefFactory.createBU()
          Returns a new object of class 'BU'
 BU AU.getBu()
          Returns the value of the 'Bu' reference.
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return types with arguments of type BU
 EList<BU> C2U.getBu()
          Returns the value of the 'Bu' containment reference list.
 EList<BU> C1U.getBu()
          Returns the value of the 'Bu' containment reference list.
 

Methods in org.eclipse.emf.test.models.ref.unsettable with parameters of type BU
 void AU.setBu(BU value)
          Sets the value of the 'Bu' reference
 

Uses of BU in org.eclipse.emf.test.models.ref.unsettable.impl
 

Classes in org.eclipse.emf.test.models.ref.unsettable.impl that implement BU
 class BUImpl
          An implementation of the model object 'BU'
 

Fields in org.eclipse.emf.test.models.ref.unsettable.impl declared as BU
protected  BU AUImpl.bu
          The cached value of the 'Bu' reference
 

Fields in org.eclipse.emf.test.models.ref.unsettable.impl with type parameters of type BU
protected  EList<BU> C2UImpl.bu
          The cached value of the 'Bu' containment reference list
protected  EList<BU> C1UImpl.bu
          The cached value of the 'Bu' containment reference list
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return BU
 BU AUImpl.basicGetBu()
           
 BU URefFactoryImpl.createBU()
           
 BU AUImpl.getBu()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return types with arguments of type BU
 EList<BU> C2UImpl.getBu()
           
 EList<BU> C1UImpl.getBu()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type BU
 NotificationChain AUImpl.basicSetBu(BU newBu, NotificationChain msgs)
           
 void AUImpl.setBu(BU newBu)
           
 

Uses of BU in org.eclipse.emf.test.models.ref.unsettable.util
 

Methods in org.eclipse.emf.test.models.ref.unsettable.util with parameters of type BU
 T URefSwitch.caseBU(BU object)
          Returns the result of interpreting the object as an instance of 'BU'
 


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