Interface StandaloneContentAefFactory

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

    public interface StandaloneContentAefFactory
    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:
    StandaloneContentAefPackage
    • Method Detail

      • createConfigurationStandaloneContentViewModel

        ConfigurationStandaloneContentViewModel createConfigurationStandaloneContentViewModel()
        Returns a new object of class 'Configuration Standalone Content View Model'.
        Returns:
        a new object of class 'Configuration Standalone Content View Model'.
      • createConfigurationStandaloneContentItemViewModel

        ConfigurationStandaloneContentItemViewModel createConfigurationStandaloneContentItemViewModel()
        Returns a new object of class 'Configuration Standalone Content Item View Model'.
        Returns:
        a new object of class 'Configuration Standalone Content Item View Model'.
      • getStandaloneContentAefPackage

        StandaloneContentAefPackage getStandaloneContentAefPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.