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

Packages that use TableWithUnique
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 TableWithUnique in org.eclipse.emf.ecp.view.validation.test.model
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return TableWithUnique
 TableWithUnique TestFactory.createTableWithUnique()
          Returns a new object of class 'Table With Unique'.
 

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

Classes in org.eclipse.emf.ecp.view.validation.test.model.impl that implement TableWithUnique
 class TableWithUniqueImpl
          An implementation of the model object 'Table With Unique'.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return TableWithUnique
 TableWithUnique TestFactoryImpl.createTableWithUnique()
           
 

Uses of TableWithUnique 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 TableWithUnique
 T TestSwitch.caseTableWithUnique(TableWithUnique object)
          Returns the result of interpreting the object as an instance of 'Table With Unique'.
 boolean TestValidator.validateTableWithUnique(TableWithUnique tableWithUnique, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.