|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RefFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
|---|
static final RefFactory eINSTANCE
| Method Detail |
|---|
A createA()
B createB()
C1 createC1()
C2 createC2()
C createC()
D createD()
E createE()
C4 createC4()
C3 createC3()
RefPackage getRefPackage()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||