|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
---|
static final TestFactory eINSTANCE
Method Detail |
---|
Library createLibrary()
Writer createWriter()
Book createBook()
Librarian createLibrarian()
Computer createComputer()
Mainboard createMainboard()
PowerBlock createPowerBlock()
Container createContainer()
Content createContent()
TableWithMultiplicity createTableWithMultiplicity()
TableContentWithoutValidation createTableContentWithoutValidation()
TableContentWithValidation createTableContentWithValidation()
TableWithoutMultiplicity createTableWithoutMultiplicity()
TableWithUnique createTableWithUnique()
TestPackage getTestPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |