Interface SystemcontextFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
SystemcontextFactoryImpl
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 SystemcontextFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Attributes'.Returns a new object of class 'Attribute Value'.Returns a new object of class 'External System Attribute'.Returns a new object of class 'Simple Attribute'.Returns a new object of class 'System Entity Attribute'.Returns a new object of class 'XML Attribute'.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
-
createAttributes
Attributes createAttributes()Returns a new object of class 'Attributes'.- Returns:
- a new object of class 'Attributes'.
- Generated class or method.
-
createAttributeValue
AttributeValue createAttributeValue()Returns a new object of class 'Attribute Value'.- Returns:
- a new object of class 'Attribute Value'.
- Generated class or method.
-
createSystemEntityAttribute
SystemEntityAttribute createSystemEntityAttribute()Returns a new object of class 'System Entity Attribute'.- Returns:
- a new object of class 'System Entity Attribute'.
- Generated class or method.
-
createExternalSystemAttribute
ExternalSystemAttribute createExternalSystemAttribute()Returns a new object of class 'External System Attribute'.- Returns:
- a new object of class 'External System Attribute'.
- Generated class or method.
-
createSimpleAttribute
SimpleAttribute createSimpleAttribute()Returns a new object of class 'Simple Attribute'.- Returns:
- a new object of class 'Simple Attribute'.
- Generated class or method.
-
createXMLAttribute
XMLAttribute createXMLAttribute()Returns a new object of class 'XML Attribute'.- Returns:
- a new object of class 'XML Attribute'.
- Generated class or method.
-
getSystemcontextPackage
SystemcontextPackage getSystemcontextPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-