dawncodegen
Interface DawncodegenFactory

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:
DawncodegenFactoryImpl

public interface DawncodegenFactory
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:
DawncodegenPackage

Field Summary
static DawncodegenFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Admin createAdmin()
          Returns a new object of class 'Admin'
 DataBase createDataBase()
          Returns a new object of class 'Data Base'
 DawnServer createDawnServer()
          Returns a new object of class 'Dawn Server'
 DawncodegenPackage getDawncodegenPackage()
          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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final DawncodegenFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAdmin

Admin createAdmin()
Returns a new object of class 'Admin'.

Returns:
a new object of class 'Admin'.

createDawnServer

DawnServer createDawnServer()
Returns a new object of class 'Dawn Server'.

Returns:
a new object of class 'Dawn Server'.

createDataBase

DataBase createDataBase()
Returns a new object of class 'Data Base'.

Returns:
a new object of class 'Data Base'.

getDawncodegenPackage

DawncodegenPackage getDawncodegenPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.