Interface CommonFactory

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

    public interface CommonFactory
    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:
    CommonPackage
    • Field Detail

      • eINSTANCE

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

      • createChoiceParameterLink

        ChoiceParameterLink createChoiceParameterLink()
        Returns a new object of class 'Choice Parameter Link'.
        Returns:
        a new object of class 'Choice Parameter Link'.
      • createChoiceParameter

        ChoiceParameter createChoiceParameter()
        Returns a new object of class 'Choice Parameter'.
        Returns:
        a new object of class 'Choice Parameter'.
      • createTypeLink

        TypeLink createTypeLink()
        Returns a new object of class 'Type Link'.
        Returns:
        a new object of class 'Type Link'.
      • createGaugeChartQualityBand

        GaugeChartQualityBand createGaugeChartQualityBand()
        Returns a new object of class 'Gauge Chart Quality Band'.
        Returns:
        a new object of class 'Gauge Chart Quality Band'.
      • createGaugeChartQualityBands

        GaugeChartQualityBands createGaugeChartQualityBands()
        Returns a new object of class 'Gauge Chart Quality Bands'.
        Returns:
        a new object of class 'Gauge Chart Quality Bands'.
      • createGaugeChartQualityBandsValue

        GaugeChartQualityBandsValue createGaugeChartQualityBandsValue()
        Returns a new object of class 'Gauge Chart Quality Bands Value'.
        Returns:
        a new object of class 'Gauge Chart Quality Bands Value'.
      • createChartLineTypeValue

        ChartLineTypeValue createChartLineTypeValue()
        Returns a new object of class 'Chart Line Type Value'.
        Returns:
        a new object of class 'Chart Line Type Value'.
      • createUrlPicture

        UrlPicture createUrlPicture()
        Returns a new object of class 'Url Picture'.
        Returns:
        a new object of class 'Url Picture'.
      • createAbsPicture

        AbsPicture createAbsPicture()
        Returns a new object of class 'Abs Picture'.
        Returns:
        a new object of class 'Abs Picture'.
      • createRequiredPermission

        RequiredPermission createRequiredPermission()
        Returns a new object of class 'Required Permission'.
        Returns:
        a new object of class 'Required Permission'.
      • createUsedFunctionality

        UsedFunctionality createUsedFunctionality()
        Returns a new object of class 'Used Functionality'.
        Returns:
        a new object of class 'Used Functionality'.
      • createUsedFunctionalityFlag

        UsedFunctionalityFlag createUsedFunctionalityFlag()
        Returns a new object of class 'Used Functionality Flag'.
        Returns:
        a new object of class 'Used Functionality Flag'.
      • createRequiredPermissionMessage

        RequiredPermissionMessage createRequiredPermissionMessage()
        Returns a new object of class 'Required Permission Message'.
        Returns:
        a new object of class 'Required Permission Message'.
      • createAbstractMobileApplicationUrl

        AbstractMobileApplicationUrl createAbstractMobileApplicationUrl()
        Returns a new object of class 'Abstract Mobile Application Url'.
        Returns:
        a new object of class 'Abstract Mobile Application Url'.
      • createMobileApplicationUrl

        MobileApplicationUrl createMobileApplicationUrl()
        Returns a new object of class 'Mobile Application Url'.
        Returns:
        a new object of class 'Mobile Application Url'.
      • getCommonPackage

        CommonPackage getCommonPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.