Interface PCMFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
PCMFactoryImpl
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
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Business Operation Reference'.Returns a new object of class 'Component Parameter Reference'.Returns a new object of class 'Component Reference'.Returns a new object of class 'Infrastructure Operation Reference'.Returns a new object of class 'Operation Parameter Reference'.Returns a new object of class 'Parameter Value'.Returns a new object of class ' Required Business Operation Return Parameter 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
-
createPCMParameterValue
PCMParameterValue createPCMParameterValue()Returns a new object of class 'Parameter Value'.- Returns:
- a new object of class 'Parameter Value'.
- Generated class or method.
-
createPCMInfrastructureOperationReference
PCMInfrastructureOperationReference createPCMInfrastructureOperationReference()Returns a new object of class 'Infrastructure Operation Reference'.- Returns:
- a new object of class 'Infrastructure Operation Reference'.
- Generated class or method.
-
createPCMBusinessOperationReference
PCMBusinessOperationReference createPCMBusinessOperationReference()Returns a new object of class 'Business Operation Reference'.- Returns:
- a new object of class 'Business Operation Reference'.
- Generated class or method.
-
createPCMComponentReference
PCMComponentReference createPCMComponentReference()Returns a new object of class 'Component Reference'.- Returns:
- a new object of class 'Component Reference'.
- Generated class or method.
-
createPCMComponentParameterReference
PCMComponentParameterReference createPCMComponentParameterReference()Returns a new object of class 'Component Parameter Reference'.- Returns:
- a new object of class 'Component Parameter Reference'.
- Generated class or method.
-
createPCMOperationParameterReference
PCMOperationParameterReference createPCMOperationParameterReference()Returns a new object of class 'Operation Parameter Reference'.- Returns:
- a new object of class 'Operation Parameter Reference'.
- Generated class or method.
-
createPCMRequiredBusinessOperationReturnParameterReference
PCMRequiredBusinessOperationReturnParameterReference createPCMRequiredBusinessOperationReturnParameterReference()Returns a new object of class ' Required Business Operation Return Parameter Reference'.- Returns:
- a new object of class ' Required Business Operation Return Parameter Reference'.
- Generated class or method.
-
getPCMPackage
PCMPackage getPCMPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-