Uses of Interface
org.eclipse.emf.ecp.view.validation.test.model.Writer

Packages that use Writer
org.eclipse.emf.ecp.view.validation.test.model   
org.eclipse.emf.ecp.view.validation.test.model.impl   
org.eclipse.emf.ecp.view.validation.test.model.util   
 

Uses of Writer in org.eclipse.emf.ecp.view.validation.test.model
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return Writer
 Writer TestFactory.createWriter()
          Returns a new object of class 'Writer'.
 Writer Book.getWriters()
          Returns the value of the 'Writers' reference.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return types with arguments of type Writer
 org.eclipse.emf.common.util.EList<Writer> Library.getWriters()
          Returns the value of the 'Writers' containment reference list.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model with parameters of type Writer
 void Book.setWriters(Writer value)
          Sets the value of the 'Writers' reference.
 

Uses of Writer in org.eclipse.emf.ecp.view.validation.test.model.impl
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return Writer
 Writer BookImpl.basicGetWriters()
           
 Writer TestFactoryImpl.createWriter()
           
 Writer BookImpl.getWriters()
           
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return types with arguments of type Writer
 org.eclipse.emf.common.util.EList<Writer> LibraryImpl.getWriters()
           
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl with parameters of type Writer
 org.eclipse.emf.common.notify.NotificationChain BookImpl.basicSetWriters(Writer newWriters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BookImpl.setWriters(Writer newWriters)
           
 

Uses of Writer in org.eclipse.emf.ecp.view.validation.test.model.util
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.util with parameters of type Writer
 T TestSwitch.caseWriter(Writer object)
          Returns the result of interpreting the object as an instance of 'Writer'.
 boolean TestValidator.validateWriter_validate(Writer writer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
          Validates the validate constraint of 'Writer'.
 boolean TestValidator.validateWriter(Writer writer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.