org.eclipse.emf.ecp.view.validation.test.model
Interface TestFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestFactoryImpl

public interface TestFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
TestPackage

Field Summary
static TestFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Book createBook()
          Returns a new object of class 'Book'.
 Computer createComputer()
          Returns a new object of class 'Computer'.
 Container createContainer()
          Returns a new object of class 'Container'.
 Content createContent()
          Returns a new object of class 'Content'.
 Librarian createLibrarian()
          Returns a new object of class 'Librarian'.
 Library createLibrary()
          Returns a new object of class 'Library'.
 Mainboard createMainboard()
          Returns a new object of class 'Mainboard'.
 PowerBlock createPowerBlock()
          Returns a new object of class 'Power Block'.
 TableContentWithoutValidation createTableContentWithoutValidation()
          Returns a new object of class 'Table Content Without Validation'.
 TableContentWithValidation createTableContentWithValidation()
          Returns a new object of class 'Table Content With Validation'.
 TableWithMultiplicity createTableWithMultiplicity()
          Returns a new object of class 'Table With Multiplicity'.
 TableWithoutMultiplicity createTableWithoutMultiplicity()
          Returns a new object of class 'Table Without Multiplicity'.
 TableWithUnique createTableWithUnique()
          Returns a new object of class 'Table With Unique'.
 Writer createWriter()
          Returns a new object of class 'Writer'.
 TestPackage getTestPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final TestFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createLibrary

Library createLibrary()
Returns a new object of class 'Library'.

Returns:
a new object of class 'Library'.

createWriter

Writer createWriter()
Returns a new object of class 'Writer'.

Returns:
a new object of class 'Writer'.

createBook

Book createBook()
Returns a new object of class 'Book'.

Returns:
a new object of class 'Book'.

createLibrarian

Librarian createLibrarian()
Returns a new object of class 'Librarian'.

Returns:
a new object of class 'Librarian'.

createComputer

Computer createComputer()
Returns a new object of class 'Computer'.

Returns:
a new object of class 'Computer'.

createMainboard

Mainboard createMainboard()
Returns a new object of class 'Mainboard'.

Returns:
a new object of class 'Mainboard'.

createPowerBlock

PowerBlock createPowerBlock()
Returns a new object of class 'Power Block'.

Returns:
a new object of class 'Power Block'.

createContainer

Container createContainer()
Returns a new object of class 'Container'.

Returns:
a new object of class 'Container'.

createContent

Content createContent()
Returns a new object of class 'Content'.

Returns:
a new object of class 'Content'.

createTableWithMultiplicity

TableWithMultiplicity createTableWithMultiplicity()
Returns a new object of class 'Table With Multiplicity'.

Returns:
a new object of class 'Table With Multiplicity'.

createTableContentWithoutValidation

TableContentWithoutValidation createTableContentWithoutValidation()
Returns a new object of class 'Table Content Without Validation'.

Returns:
a new object of class 'Table Content Without Validation'.

createTableContentWithValidation

TableContentWithValidation createTableContentWithValidation()
Returns a new object of class 'Table Content With Validation'.

Returns:
a new object of class 'Table Content With Validation'.

createTableWithoutMultiplicity

TableWithoutMultiplicity createTableWithoutMultiplicity()
Returns a new object of class 'Table Without Multiplicity'.

Returns:
a new object of class 'Table Without Multiplicity'.

createTableWithUnique

TableWithUnique createTableWithUnique()
Returns a new object of class 'Table With Unique'.

Returns:
a new object of class 'Table With Unique'.

getTestPackage

TestPackage getTestPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.


Copyright © 2014. All Rights Reserved.