Class CommonFactoryImpl

  • All Implemented Interfaces:
    CommonFactory, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter.Factory

    public class CommonFactoryImpl
    extends org.eclipse.emf.ecore.impl.EFactoryImpl
    implements CommonFactory
    An implementation of the model Factory.
    • Constructor Detail

      • CommonFactoryImpl

        public CommonFactoryImpl()
        Creates an instance of the factory.
    • Method Detail

      • init

        public static CommonFactory init()
        Creates the default factory implementation.
      • create

        public org.eclipse.emf.ecore.EObject create​(org.eclipse.emf.ecore.EClass eClass)
        Specified by:
        create in interface org.eclipse.emf.ecore.EFactory
        Overrides:
        create in class org.eclipse.emf.ecore.impl.EFactoryImpl
      • createFromString

        public Object createFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                       String initialValue)
        Specified by:
        createFromString in interface org.eclipse.emf.ecore.EFactory
        Overrides:
        createFromString in class org.eclipse.emf.ecore.impl.EFactoryImpl
      • convertToString

        public String convertToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                      Object instanceValue)
        Specified by:
        convertToString in interface org.eclipse.emf.ecore.EFactory
        Overrides:
        convertToString in class org.eclipse.emf.ecore.impl.EFactoryImpl
      • createApplicationUsePurposeFromString

        public ApplicationUsePurpose createApplicationUsePurposeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertApplicationUsePurposeToString

        public String convertApplicationUsePurposeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           Object instanceValue)
      • createClientRunModeFromString

        public ClientRunMode createClientRunModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertClientRunModeToString

        public String convertClientRunModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   Object instanceValue)
      • createAutoTimeModeFromString

        public AutoTimeMode createAutoTimeModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                         String initialValue)
      • convertAutoTimeModeToString

        public String convertAutoTimeModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                  Object instanceValue)
      • createPostingModeUseFromString

        public PostingModeUse createPostingModeUseFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertPostingModeUseToString

        public String convertPostingModeUseToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                    Object instanceValue)
      • createAutoShowStateModeFromString

        public AutoShowStateMode createAutoShowStateModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                   String initialValue)
      • convertAutoShowStateModeToString

        public String convertAutoShowStateModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                       Object instanceValue)
      • createFillCheckingFromString

        public FillChecking createFillCheckingFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                         String initialValue)
      • convertFillCheckingToString

        public String convertFillCheckingToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                  Object instanceValue)
      • createFoldersAndItemsUseFromString

        public FoldersAndItemsUse createFoldersAndItemsUseFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     String initialValue)
      • convertFoldersAndItemsUseToString

        public String convertFoldersAndItemsUseToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                        Object instanceValue)
      • createAllowedLengthFromString

        public AllowedLength createAllowedLengthFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertAllowedLengthToString

        public String convertAllowedLengthToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   Object instanceValue)
      • createMainClientApplicationWindowModeFromString

        public MainClientApplicationWindowMode createMainClientApplicationWindowModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                               String initialValue)
      • convertMainClientApplicationWindowModeToString

        public String convertMainClientApplicationWindowModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     Object instanceValue)
      • createSearchStringModeOnInputByStringFromString

        public SearchStringModeOnInputByString createSearchStringModeOnInputByStringFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                               String initialValue)
      • convertSearchStringModeOnInputByStringToString

        public String convertSearchStringModeOnInputByStringToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     Object instanceValue)
      • createFullTextSearchOnInputByStringFromString

        public FullTextSearchOnInputByString createFullTextSearchOnInputByStringFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                           String initialValue)
      • convertFullTextSearchOnInputByStringToString

        public String convertFullTextSearchOnInputByStringToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                   Object instanceValue)
      • createChoiceDataGetModeOnInputByStringFromString

        public ChoiceDataGetModeOnInputByString createChoiceDataGetModeOnInputByStringFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                 String initialValue)
      • convertChoiceDataGetModeOnInputByStringToString

        public String convertChoiceDataGetModeOnInputByStringToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                      Object instanceValue)
      • createLinkedValueChangeModeFromString

        public LinkedValueChangeMode createLinkedValueChangeModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertLinkedValueChangeModeToString

        public String convertLinkedValueChangeModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           Object instanceValue)
      • createChoiceHistoryOnInputFromString

        public ChoiceHistoryOnInput createChoiceHistoryOnInputFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                         String initialValue)
      • convertChoiceHistoryOnInputToString

        public String convertChoiceHistoryOnInputToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                          Object instanceValue)
      • createAccumulationRecordTypeFromString

        public AccumulationRecordType createAccumulationRecordTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                             String initialValue)
      • convertAccumulationRecordTypeToString

        public String convertAccumulationRecordTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                            Object instanceValue)
      • createAccountingRecordTypeFromString

        public AccountingRecordType createAccountingRecordTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                         String initialValue)
      • convertAccountingRecordTypeToString

        public String convertAccountingRecordTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                          Object instanceValue)
      • createAccountTypeFromString

        public AccountType createAccountTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                       String initialValue)
      • convertAccountTypeToString

        public String convertAccountTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                 Object instanceValue)
      • createAccumulationRegisterAggregateUseFromString

        public AccumulationRegisterAggregateUse createAccumulationRegisterAggregateUseFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                 String initialValue)
      • convertAccumulationRegisterAggregateUseToString

        public String convertAccumulationRegisterAggregateUseToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                      Object instanceValue)
      • createAccumulationRegisterAggregatePeriodicityFromString

        public AccumulationRegisterAggregatePeriodicity createAccumulationRegisterAggregatePeriodicityFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                                 String initialValue)
      • convertAccumulationRegisterAggregatePeriodicityToString

        public String convertAccumulationRegisterAggregatePeriodicityToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                              Object instanceValue)
      • createOnMainServerUnavalableBehaviorFromString

        public OnMainServerUnavalableBehavior createOnMainServerUnavalableBehaviorFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                             String initialValue)
      • convertOnMainServerUnavalableBehaviorToString

        public String convertOnMainServerUnavalableBehaviorToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                    Object instanceValue)
      • createHorizontalAlignFromString

        public HorizontalAlign createHorizontalAlignFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               String initialValue)
      • convertHorizontalAlignToString

        public String convertHorizontalAlignToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                     Object instanceValue)
      • createVerticalAlignFromString

        public VerticalAlign createVerticalAlignFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertVerticalAlignToString

        public String convertVerticalAlignToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   Object instanceValue)
      • createSizeChangeModeFromString

        public SizeChangeMode createSizeChangeModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertSizeChangeModeToString

        public String convertSizeChangeModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                    Object instanceValue)
      • createChartTypeFromString

        public ChartType createChartTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   String initialValue)
      • convertChartTypeToString

        public String convertChartTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                               Object instanceValue)
      • createChartLabelTypeFromString

        public ChartLabelType createChartLabelTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertChartLabelTypeToString

        public String convertChartLabelTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                    Object instanceValue)
      • createAutoSeriesSeparationFromString

        public AutoSeriesSeparation createAutoSeriesSeparationFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                         String initialValue)
      • convertAutoSeriesSeparationToString

        public String convertAutoSeriesSeparationToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                          Object instanceValue)
      • createSpreadsheetDocumentDrawingLineTypeFromString

        public SpreadsheetDocumentDrawingLineType createSpreadsheetDocumentDrawingLineTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                     String initialValue)
      • convertSpreadsheetDocumentDrawingLineTypeToString

        public String convertSpreadsheetDocumentDrawingLineTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                        Object instanceValue)
      • createChartLineTypeFromString

        public ChartLineType createChartLineTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertChartLineTypeToString

        public String convertChartLineTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   Object instanceValue)
      • createSpreadsheetDocumentCellLineTypeFromString

        public SpreadsheetDocumentCellLineType createSpreadsheetDocumentCellLineTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                               String initialValue)
      • convertSpreadsheetDocumentCellLineTypeToString

        public String convertSpreadsheetDocumentCellLineTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     Object instanceValue)
      • createGeographicalSchemeLineTypeFromString

        public GeographicalSchemeLineType createGeographicalSchemeLineTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                     String initialValue)
      • convertGeographicalSchemeLineTypeToString

        public String convertGeographicalSchemeLineTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                Object instanceValue)
      • createChartValuesBySeriesConnectionTypeFromString

        public ChartValuesBySeriesConnectionType createChartValuesBySeriesConnectionTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                   String initialValue)
      • convertChartValuesBySeriesConnectionTypeToString

        public String convertChartValuesBySeriesConnectionTypeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                       Object instanceValue)
      • createChartSplineModeFromString

        public ChartSplineMode createChartSplineModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               String initialValue)
      • convertChartSplineModeToString

        public String convertChartSplineModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                     Object instanceValue)
      • createChartSemitransparencyModeFromString

        public ChartSemitransparencyMode createChartSemitransparencyModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                   String initialValue)
      • convertChartSemitransparencyModeToString

        public String convertChartSemitransparencyModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               Object instanceValue)
      • createRequiredMobileApplicationPermissionsFromString

        public RequiredMobileApplicationPermissions createRequiredMobileApplicationPermissionsFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                         String initialValue)
      • convertRequiredMobileApplicationPermissionsToString

        public String convertRequiredMobileApplicationPermissionsToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                          Object instanceValue)
      • createTransactionsIsolationLevelFromString

        public TransactionsIsolationLevel createTransactionsIsolationLevelFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                     String initialValue)
      • convertTransactionsIsolationLevelToString

        public String convertTransactionsIsolationLevelToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                Object instanceValue)
      • createReportResultViewModeFromString

        public ReportResultViewMode createReportResultViewModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                         String initialValue)
      • convertReportResultViewModeToString

        public String convertReportResultViewModeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                          Object instanceValue)
      • createRequiredDataRelevanceFromString

        public RequiredDataRelevance createRequiredDataRelevanceFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertRequiredDataRelevanceToString

        public String convertRequiredDataRelevanceToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           Object instanceValue)
      • createPictureSizeFromString

        public PictureSize createPictureSizeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                       String initialValue)
      • convertPictureSizeToString

        public String convertPictureSizeToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                 Object instanceValue)
      • createCellTextPositionFromString

        public CellTextPosition createCellTextPositionFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertCellTextPositionToString

        public String convertCellTextPositionToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                      Object instanceValue)
      • createMobileApplicationFunctionalitiesFromString

        public MobileApplicationFunctionalities createMobileApplicationFunctionalitiesFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                 String initialValue)
      • convertMobileApplicationFunctionalitiesToString

        public String convertMobileApplicationFunctionalitiesToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                      Object instanceValue)
      • convertRequiredMobileApplicationPermissionMessagesToString

        public String convertRequiredMobileApplicationPermissionMessagesToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                 Object instanceValue)
      • createShortcutFromString

        public String createShortcutFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                               String initialValue)
      • convertShortcutToString

        public String convertShortcutToString​(org.eclipse.emf.ecore.EDataType eDataType,
                                              Object instanceValue)