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

Packages that use AU
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 AU in org.eclipse.emf.test.models.ref.unsettable
 

Methods in org.eclipse.emf.test.models.ref.unsettable that return AU
 AU URefFactory.createAU()
          Returns a new object of class 'AU'
 AU BU.getAu()
          Returns the value of the 'Au' reference.
 AU C2U.getAu()
          Returns the value of the 'Au' containment reference.
 AU C1U.getAu()
          Returns the value of the 'Au' containment reference
 

Methods in org.eclipse.emf.test.models.ref.unsettable with parameters of type AU
 void BU.setAu(AU value)
          Sets the value of the 'Au' reference
 void C2U.setAu(AU value)
          Sets the value of the 'Au' containment reference
 void C1U.setAu(AU value)
          Sets the value of the 'Au' containment reference
 

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

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

Fields in org.eclipse.emf.test.models.ref.unsettable.impl declared as AU
protected  AU C2UImpl.au
          The cached value of the 'Au' containment reference
protected  AU BUImpl.au
          The cached value of the 'Au' reference
protected  AU C1UImpl.au
          The cached value of the 'Au' containment reference
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl that return AU
 AU BUImpl.basicGetAu()
           
 AU URefFactoryImpl.createAU()
           
 AU C2UImpl.getAu()
           
 AU BUImpl.getAu()
           
 AU C1UImpl.getAu()
           
 

Methods in org.eclipse.emf.test.models.ref.unsettable.impl with parameters of type AU
 NotificationChain C2UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain BUImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 NotificationChain C1UImpl.basicSetAu(AU newAu, NotificationChain msgs)
           
 void C2UImpl.setAu(AU newAu)
           
 void BUImpl.setAu(AU newAu)
           
 void C1UImpl.setAu(AU newAu)
           
 

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

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


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