Interface ReferencesFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
ReferencesFactoryImpl
public interface ReferencesFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ReferencesPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static ReferencesFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierReference
createIdentifierReference()
Returns a new object of class 'Identifier Reference'.MethodCall
createMethodCall()
Returns a new object of class 'Method Call'.PrimitiveTypeReference
createPrimitiveTypeReference()
Returns a new object of class 'Primitive Type Reference'.ReflectiveClassReference
createReflectiveClassReference()
Returns a new object of class 'Reflective Class Reference'.SelfReference
createSelfReference()
Returns a new object of class 'Self Reference'.StringReference
createStringReference()
Returns a new object of class 'String Reference'.TextBlockReference
createTextBlockReference()
Returns a new object of class 'Text Block Reference'.ReferencesPackage
getReferencesPackage()
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 ReferencesFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
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.
-
getReferencesPackage
ReferencesPackage getReferencesPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-