Uses of Interface
org.eclipse.emf.test.models.library.Writer

Packages that use Writer
org.eclipse.emf.test.models.library   
org.eclipse.emf.test.models.library.impl   
org.eclipse.emf.test.models.library.util   
 

Uses of Writer in org.eclipse.emf.test.models.library
 

Methods in org.eclipse.emf.test.models.library that return Writer
 Writer LibraryFactory.createWriter()
          Returns a new object of class 'Writer'
 Writer Book.getAuthor()
          Returns the value of the 'Author' reference.
 

Methods in org.eclipse.emf.test.models.library that return types with arguments of type Writer
 EList<Writer> Library.getWriters()
          Returns the value of the 'Writers' containment reference list.
 

Methods in org.eclipse.emf.test.models.library with parameters of type Writer
 void Book.setAuthor(Writer value)
          Sets the value of the 'Author' reference
 

Uses of Writer in org.eclipse.emf.test.models.library.impl
 

Classes in org.eclipse.emf.test.models.library.impl that implement Writer
 class WriterImpl
          An implementation of the model object 'Writer'
 

Fields in org.eclipse.emf.test.models.library.impl declared as Writer
protected  Writer BookImpl.author
          The cached value of the 'Author' reference
 

Fields in org.eclipse.emf.test.models.library.impl with type parameters of type Writer
protected  EList<Writer> LibraryImpl.writers
          The cached value of the 'Writers' containment reference list
 

Methods in org.eclipse.emf.test.models.library.impl that return Writer
 Writer BookImpl.basicGetAuthor()
           
 Writer LibraryFactoryImpl.createWriter()
           
 Writer BookImpl.getAuthor()
           
 

Methods in org.eclipse.emf.test.models.library.impl that return types with arguments of type Writer
 EList<Writer> LibraryImpl.getWriters()
           
 

Methods in org.eclipse.emf.test.models.library.impl with parameters of type Writer
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 void BookImpl.setAuthor(Writer newAuthor)
           
 

Uses of Writer in org.eclipse.emf.test.models.library.util
 

Methods in org.eclipse.emf.test.models.library.util with parameters of type Writer
 T LibrarySwitch.caseWriter(Writer object)
          Returns the result of interpreting the object as an instance of 'Writer'
 


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