Interface ModifiersFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ModifiersFactoryImpl
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 ModifiersFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Abstract'.Returns a new object of class 'Default'.Returns a new object of class 'Final'.Returns a new object of class 'Native'.Returns a new object of class 'Open'.Returns a new object of class 'Private'.Returns a new object of class 'Protected'.Returns a new object of class 'Public'.Returns a new object of class 'Static'.Returns a new object of class 'Strictfp'.Returns a new object of class 'Synchronized'.Returns a new object of class 'Transient'.Returns a new object of class 'Transitive'.Returns a new object of class 'Volatile'.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
-
createAbstract
Abstract createAbstract()Returns a new object of class 'Abstract'.- Returns:
- a new object of class 'Abstract'.
- Generated class or method.
-
createFinal
Final createFinal()Returns a new object of class 'Final'.- Returns:
- a new object of class 'Final'.
- Generated class or method.
-
createNative
Native createNative()Returns a new object of class 'Native'.- Returns:
- a new object of class 'Native'.
- Generated class or method.
-
createProtected
Protected createProtected()Returns a new object of class 'Protected'.- Returns:
- a new object of class 'Protected'.
- Generated class or method.
-
createPublic
Public createPublic()Returns a new object of class 'Public'.- Returns:
- a new object of class 'Public'.
- Generated class or method.
-
createPrivate
Private createPrivate()Returns a new object of class 'Private'.- Returns:
- a new object of class 'Private'.
- Generated class or method.
-
createStatic
Static createStatic()Returns a new object of class 'Static'.- Returns:
- a new object of class 'Static'.
- Generated class or method.
-
createStrictfp
Strictfp createStrictfp()Returns a new object of class 'Strictfp'.- Returns:
- a new object of class 'Strictfp'.
- Generated class or method.
-
createSynchronized
Synchronized createSynchronized()Returns a new object of class 'Synchronized'.- Returns:
- a new object of class 'Synchronized'.
- Generated class or method.
-
createTransient
Transient createTransient()Returns a new object of class 'Transient'.- Returns:
- a new object of class 'Transient'.
- Generated class or method.
-
createVolatile
Volatile createVolatile()Returns a new object of class 'Volatile'.- Returns:
- a new object of class 'Volatile'.
- Generated class or method.
-
createDefault
Default createDefault()Returns a new object of class 'Default'.- Returns:
- a new object of class 'Default'.
- Generated class or method.
-
createTransitive
Transitive createTransitive()Returns a new object of class 'Transitive'.- Returns:
- a new object of class 'Transitive'.
- Generated class or method.
-
createOpen
Open createOpen()Returns a new object of class 'Open'.- Returns:
- a new object of class 'Open'.
- Generated class or method.
-
getModifiersPackage
ModifiersPackage getModifiersPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-