org.eclipse.emf.test.models.ref
Interface RefFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
RefFactoryImpl

public interface RefFactory
extends EFactory

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

See Also:
RefPackage

Field Summary
static RefFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 A createA()
          Returns a new object of class 'A'
 B createB()
          Returns a new object of class 'B'
 C createC()
          Returns a new object of class 'C'
 C1 createC1()
          Returns a new object of class 'C1'
 C2 createC2()
          Returns a new object of class 'C2'
 C3 createC3()
          Returns a new object of class 'C3'
 C4 createC4()
          Returns a new object of class 'C4'
 D createD()
          Returns a new object of class 'D'
 E createE()
          Returns a new object of class 'E'
 RefPackage getRefPackage()
          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 RefFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createA

A createA()
Returns a new object of class 'A'.

Returns:
a new object of class 'A'.

createB

B createB()
Returns a new object of class 'B'.

Returns:
a new object of class 'B'.

createC1

C1 createC1()
Returns a new object of class 'C1'.

Returns:
a new object of class 'C1'.

createC2

C2 createC2()
Returns a new object of class 'C2'.

Returns:
a new object of class 'C2'.

createC

C createC()
Returns a new object of class 'C'.

Returns:
a new object of class 'C'.

createD

D createD()
Returns a new object of class 'D'.

Returns:
a new object of class 'D'.

createE

E createE()
Returns a new object of class 'E'.

Returns:
a new object of class 'E'.

createC4

C4 createC4()
Returns a new object of class 'C4'.

Returns:
a new object of class 'C4'.

createC3

C3 createC3()
Returns a new object of class 'C3'.

Returns:
a new object of class 'C3'.

getRefPackage

RefPackage getRefPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.