|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ConfigPackage| Field Summary | |
|---|---|
static ConfigFactory |
eINSTANCE
The singleton instance of the factory. |
| Method Summary | |
|---|---|
Collection |
createCollection()
Returns a new object of class 'Collection'. |
Constructor |
createConstructor()
Returns a new object of class 'Constructor'. |
Map |
createMap()
Returns a new object of class 'Map'. |
MapEntry |
createMapEntry()
Returns a new object of class 'Map Entry'. |
MethodCall |
createMethodCall()
Returns a new object of class 'Method Call'. |
NamedCollection |
createNamedCollection()
Returns a new object of class 'Named Collection'. |
NamedMap |
createNamedMap()
Returns a new object of class 'Named Map'. |
NamedObjectDefinition |
createNamedObjectDefinition()
Returns a new object of class 'Named Object Definition'. |
NamedReference |
createNamedReference()
Returns a new object of class 'Named Reference'. |
NamedScript |
createNamedScript()
Returns a new object of class 'Named Script'. |
Null |
createNull()
Returns a new object of class 'Null'. |
ObjectDefinition |
createObjectDefinition()
Returns a new object of class 'Object Definition'. |
Path |
createPath()
Returns a new object of class 'Path'. |
Profile |
createProfile()
Returns a new object of class 'Profile'. |
Reference |
createReference()
Returns a new object of class 'Reference'. |
Script |
createScript()
Returns a new object of class 'Script'. |
Source |
createSource()
Returns a new object of class 'Source'. |
ConfigPackage |
getConfigPackage()
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 |
|---|
static final ConfigFactory eINSTANCE
| Method Detail |
|---|
Path createPath()
Profile createProfile()
ObjectDefinition createObjectDefinition()
Collection createCollection()
Constructor createConstructor()
Map createMap()
MapEntry createMapEntry()
Reference createReference()
Null createNull()
Script createScript()
NamedReference createNamedReference()
NamedObjectDefinition createNamedObjectDefinition()
NamedCollection createNamedCollection()
NamedMap createNamedMap()
MethodCall createMethodCall()
NamedScript createNamedScript()
Source createSource()
ConfigPackage getConfigPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||