Interface ClassifiersFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
ClassifiersFactoryImpl
public interface ClassifiersFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ClassifiersPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ClassifiersFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationcreateAnnotation()Returns a new object of class 'Annotation'.AnonymousClasscreateAnonymousClass()Returns a new object of class 'Anonymous Class'.ClasscreateClass()Returns a new object of class 'Class'.EnumerationcreateEnumeration()Returns a new object of class 'Enumeration'.InterfacecreateInterface()Returns a new object of class 'Interface'.ClassifiersPackagegetClassifiersPackage()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
-
eINSTANCE
static final ClassifiersFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
-