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

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

Subinterfaces of TableContent in org.eclipse.emf.ecp.view.validation.test.model
 interface TableContentWithoutValidation
          A representation of the model object 'Table Content Without Validation'.
 interface TableContentWithValidation
          A representation of the model object 'Table Content With Validation'.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return types with arguments of type TableContent
 org.eclipse.emf.common.util.EList<TableContent> TableWithUnique.getContent()
          Returns the value of the 'Content' containment reference list.
 org.eclipse.emf.common.util.EList<TableContent> TableWithoutMultiplicity.getContent()
          Returns the value of the 'Content' containment reference list.
 org.eclipse.emf.common.util.EList<TableContent> TableWithMultiplicity.getContent()
          Returns the value of the 'Content' containment reference list.
 

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

Classes in org.eclipse.emf.ecp.view.validation.test.model.impl that implement TableContent
 class TableContentImpl
          An implementation of the model object 'Table Content'.
 class TableContentWithoutValidationImpl
          An implementation of the model object 'Table Content Without Validation'.
 class TableContentWithValidationImpl
          An implementation of the model object 'Table Content With Validation'.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return types with arguments of type TableContent
 org.eclipse.emf.common.util.EList<TableContent> TableWithoutMultiplicityImpl.getContent()
           
 org.eclipse.emf.common.util.EList<TableContent> TableWithMultiplicityImpl.getContent()
           
 org.eclipse.emf.common.util.EList<TableContent> TableWithUniqueImpl.getContent()
           
 

Uses of TableContent 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 TableContent
 T TestSwitch.caseTableContent(TableContent object)
          Returns the result of interpreting the object as an instance of 'Table Content'.
 boolean TestValidator.validateTableContent(TableContent tableContent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.