Interface SAttributeFactory

  • 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:
    SAttributeFactoryImpl

    public interface SAttributeFactory
    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:
    SAttributePackage
    • Field Detail

      • eINSTANCE

        static final SAttributeFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createStandardObjectProxy

        StandardObjectProxy createStandardObjectProxy()
        Returns a new object of class 'Standard Object Proxy'.
        Returns:
        a new object of class 'Standard Object Proxy'.
      • createStandardAttributeProxy

        StandardAttributeProxy createStandardAttributeProxy()
        Returns a new object of class 'Standard Attribute Proxy'.
        Returns:
        a new object of class 'Standard Attribute Proxy'.
      • createStandardTabularSectionDescriptionProxy

        StandardTabularSectionDescriptionProxy createStandardTabularSectionDescriptionProxy()
        Returns a new object of class 'Standard Tabular Section Description Proxy'.
        Returns:
        a new object of class 'Standard Tabular Section Description Proxy'.
      • getSAttributePackage

        SAttributePackage getSAttributePackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.