Interface ReferencesFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ReferencesFactoryImpl
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 ReferencesFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Identifier Reference'.Returns a new object of class 'Method Call'.Returns a new object of class 'Package Reference'.Returns a new object of class 'Primitive Type Reference'.Returns a new object of class 'Reflective Class Reference'.Returns a new object of class 'Self Reference'.Returns a new object of class 'String Reference'.Returns a new object of class 'Text Block Reference'.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
-
createIdentifierReference
IdentifierReference createIdentifierReference()Returns a new object of class 'Identifier Reference'.- Returns:
- a new object of class 'Identifier Reference'.
- Generated class or method.
-
createMethodCall
MethodCall createMethodCall()Returns a new object of class 'Method Call'.- Returns:
- a new object of class 'Method Call'.
- Generated class or method.
-
createReflectiveClassReference
ReflectiveClassReference createReflectiveClassReference()Returns a new object of class 'Reflective Class Reference'.- Returns:
- a new object of class 'Reflective Class Reference'.
- Generated class or method.
-
createPrimitiveTypeReference
PrimitiveTypeReference createPrimitiveTypeReference()Returns a new object of class 'Primitive Type Reference'.- Returns:
- a new object of class 'Primitive Type Reference'.
- Generated class or method.
-
createStringReference
StringReference createStringReference()Returns a new object of class 'String Reference'.- Returns:
- a new object of class 'String Reference'.
- Generated class or method.
-
createSelfReference
SelfReference createSelfReference()Returns a new object of class 'Self Reference'.- Returns:
- a new object of class 'Self Reference'.
- Generated class or method.
-
createTextBlockReference
TextBlockReference createTextBlockReference()Returns a new object of class 'Text Block Reference'.- Returns:
- a new object of class 'Text Block Reference'.
- Generated class or method.
-
createPackageReference
PackageReference createPackageReference()Returns a new object of class 'Package Reference'.- Returns:
- a new object of class 'Package Reference'.
- Generated class or method.
-
getReferencesPackage
ReferencesPackage getReferencesPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-