|
|||||||||
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 | |
---|---|
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'. |
D |
createD()
Returns a new object of class 'D'. |
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 |
---|
A createA()
B createB()
C createC()
D createD()
TestPackage getTestPackage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |