Class ModelFactoryImpl

  • All Implemented Interfaces:
    ModelFactory, 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 ModelFactoryImpl
    extends org.eclipse.emf.ecore.impl.EFactoryImpl
    implements ModelFactory
    An implementation of the model Factory.
    • Constructor Detail

      • ModelFactoryImpl

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

      • init

        public static ModelFactory 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
      • createPool

        public Pool createPool()
        Specified by:
        createPool in interface ModelFactory
        Returns:
        a new object of class 'Pool'.
      • createArchFromString

        public Arch createArchFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                         String initialValue)
      • convertArchToString

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

        public ClientType createClientTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                     String initialValue)
      • convertClientTypeToString

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

        public AppArch createAppArchFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                               String initialValue)
      • convertAppArchToString

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

        public UseProxy createUseProxyFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                 String initialValue)
      • convertUseProxyToString

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

        public Authentication createAuthenticationFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertAuthenticationToString

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

        public ClientLaunchMode createClientLaunchModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertClientLaunchModeToString

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

        public ClientConnectionSpeed createClientConnectionSpeedFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertClientConnectionSpeedToString

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

        public CertificateSourceType createCertificateSourceTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertCertificateSourceTypeToString

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

        public CertificateSelectType createCertificateSelectTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                           String initialValue)
      • convertCertificateSelectTypeToString

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

        public InfobaseType createInfobaseTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                         String initialValue)
      • convertInfobaseTypeToString

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

        public SecureConnection createSecureConnectionFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertSecureConnectionToString

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

        public DatabaseType createDatabaseTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                         String initialValue)
      • convertDatabaseTypeToString

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

        public DateShift createDateShiftFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   String initialValue)
      • convertDateShiftToString

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

        public InfobaseAccess createInfobaseAccessFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertInfobaseAccessToString

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

        public PublicationType createPublicationTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               String initialValue)
      • convertPublicationTypeToString

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

        public DebugProtocol createDebugProtocolFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertDebugProtocolToString

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

        public JobExecution createJobExecutionFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                         String initialValue)
      • convertJobExecutionToString

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

        public SessionReuseMode createSessionReuseModeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertSessionReuseModeToString

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

        public Locale createLocaleFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                             String initialValue)
      • convertLocale

        public String convertLocale​(Locale it)
      • convertLocaleToString

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

        public Version createVersionFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                               String initialValue)
      • convertVersionToString

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

        public Path createPath​(String it)
      • createPathFromString

        public Path createPathFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                         String initialValue)
      • convertPath

        public String convertPath​(Path it)
      • convertPathToString

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

        public URI createURI​(String it)
      • createURIFromString

        public URI createURIFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                       String initialValue)
      • convertURI

        public String convertURI​(URI it)
      • convertURIToString

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

        public org.eclipse.core.resources.IProject createIProjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                            String initialValue)
      • convertIProjectToString

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