Interface ClassifiersFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ClassifiersFactoryImpl
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ClassifiersFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Annotation'.Returns a new object of class 'Anonymous Class'.Returns a new object of class 'Class'.Returns a new object of class 'Enumeration'.Returns a new object of class 'Interface'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
createClass
Class createClass()Returns a new object of class 'Class'.- Returns:
- a new object of class 'Class'.
- Generated class or method.
-
createInterface
Interface createInterface()Returns a new object of class 'Interface'.- Returns:
- a new object of class 'Interface'.
- Generated class or method.
-
createEnumeration
Enumeration createEnumeration()Returns a new object of class 'Enumeration'.- Returns:
- a new object of class 'Enumeration'.
- Generated class or method.
-
createAnnotation
Annotation createAnnotation()Returns a new object of class 'Annotation'.- Returns:
- a new object of class 'Annotation'.
- Generated class or method.
-
createAnonymousClass
AnonymousClass createAnonymousClass()Returns a new object of class 'Anonymous Class'.- Returns:
- a new object of class 'Anonymous Class'.
- Generated class or method.
-
getClassifiersPackage
ClassifiersPackage getClassifiersPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-