Uses of Interface
org.eclipse.emf.examples.extlibrary.Writer

Packages that use Writer
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of Writer in org.eclipse.emf.examples.extlibrary
 

Methods in org.eclipse.emf.examples.extlibrary that return Writer
 Writer EXTLibraryFactory.createWriter()
          Returns a new object of class 'Writer'
 Writer BookOnTape.getAuthor()
          Returns the value of the 'Author' reference
 Writer Book.getAuthor()
          Returns the value of the 'Author' reference.
 

Methods in org.eclipse.emf.examples.extlibrary 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.examples.extlibrary with parameters of type Writer
 void BookOnTape.setAuthor(Writer value)
          Sets the value of the 'Author' reference
 void Book.setAuthor(Writer value)
          Sets the value of the 'Author' reference
 

Uses of Writer in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Writer
 class WriterImpl
          An implementation of the model object 'Writer'
 

Fields in org.eclipse.emf.examples.extlibrary.impl declared as Writer
protected  Writer BookImpl.author
          The cached value of the 'Author' reference
protected  Writer BookOnTapeImpl.author
          The cached value of the 'Author' reference
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return Writer
 Writer BookImpl.basicGetAuthor()
           
 Writer BookOnTapeImpl.basicGetAuthor()
           
 Writer EXTLibraryFactoryImpl.createWriter()
           
 Writer BookImpl.getAuthor()
           
 Writer BookOnTapeImpl.getAuthor()
           
 

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

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type Writer
 NotificationChain BookImpl.basicSetAuthor(Writer newAuthor, NotificationChain msgs)
           
 void BookImpl.setAuthor(Writer newAuthor)
           
 void BookOnTapeImpl.setAuthor(Writer newAuthor)
           
 

Uses of Writer in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Writer
 T EXTLibrarySwitch.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.