com.ibm.commerce.subscription.facade.server.entity.datatypes

Interface SubscriptionEntityFactory

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


    public interface SubscriptionEntityFactory
    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:
    SubscriptionEntityPackage
    • Method Detail

      • createSubscriptionRoot

        SubscriptionRoot createSubscriptionRoot()
        Returns a new object of class 'Subscription Root'.
        Returns:
        a new object of class 'Subscription Root'.
      • createSubscptype

        Subscptype createSubscptype()
        Returns a new object of class 'Subscptype'.
        Returns:
        a new object of class 'Subscptype'.
      • createSubscription

        Subscription createSubscription()
        Returns a new object of class 'Subscription'.
        Returns:
        a new object of class 'Subscription'.
      • createSubscrrenew

        Subscrrenew createSubscrrenew()
        Returns a new object of class 'Subscrrenew'.
        Returns:
        a new object of class 'Subscrrenew'.
      • createSubscrschjobs

        Subscrschjobs createSubscrschjobs()
        Returns a new object of class 'Subscrschjobs'.
        Returns:
        a new object of class 'Subscrschjobs'.
      • createSubscrsuspend

        Subscrsuspend createSubscrsuspend()
        Returns a new object of class 'Subscrsuspend'.
        Returns:
        a new object of class 'Subscrsuspend'.
      • createSubscrtemplate

        Subscrtemplate createSubscrtemplate()
        Returns a new object of class 'Subscrtemplate'.
        Returns:
        a new object of class 'Subscrtemplate'.
      • createSubscrtmplitemlist

        Subscrtmplitemlist createSubscrtmplitemlist()
        Returns a new object of class 'Subscrtmplitemlist'.
        Returns:
        a new object of class 'Subscrtmplitemlist'.
      • getSubscriptionEntityPackage

        SubscriptionEntityPackage getSubscriptionEntityPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.