Interface WsDefinitionsFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    WsDefinitionsFactoryImpl

    public interface WsDefinitionsFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    WsDefinitionsPackage
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Endpoint createEndpoint()
      Returns a new object of class 'Endpoint'.
      Operation createOperation()
      Returns a new object of class 'Operation'.
      Parameter createParameter()
      Returns a new object of class 'Parameter'.
      Service createService()
      Returns a new object of class 'Service'.
      WSDefinitions createWSDefinitions()
      Returns a new object of class 'WS Definitions'.
      WsDefinitionsPackage getWsDefinitionsPackage()
      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
    • Method Detail

      • createWSDefinitions

        WSDefinitions createWSDefinitions()
        Returns a new object of class 'WS Definitions'.
        Returns:
        a new object of class 'WS Definitions'.
      • createService

        Service createService()
        Returns a new object of class 'Service'.
        Returns:
        a new object of class 'Service'.
      • createEndpoint

        Endpoint createEndpoint()
        Returns a new object of class 'Endpoint'.
        Returns:
        a new object of class 'Endpoint'.
      • createOperation

        Operation createOperation()
        Returns a new object of class 'Operation'.
        Returns:
        a new object of class 'Operation'.
      • createParameter

        Parameter createParameter()
        Returns a new object of class 'Parameter'.
        Returns:
        a new object of class 'Parameter'.
      • getWsDefinitionsPackage

        WsDefinitionsPackage getWsDefinitionsPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.