Class DataFactoryImpl

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

      • DataFactoryImpl

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

      • init

        public static DataFactory 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
      • createAttachDebugUIResultFromString

        public AttachDebugUIResult createAttachDebugUIResultFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                       String initialValue)
      • convertAttachDebugUIResultToString

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

        public BSLModuleType createBSLModuleTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertBSLModuleTypeToString

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

        public DbgTargetState createDbgTargetStateFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertDbgTargetStateToString

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

        public DebugStepAction createDebugStepActionFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               String initialValue)
      • convertDebugStepActionToString

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

        public DebugTargetType createDebugTargetTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                               String initialValue)
      • convertDebugTargetTypeToString

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

        public IsServerInfoBase createIsServerInfoBaseFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertIsServerInfoBaseToString

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

        public AttachDebugUIResult createAttachDebugUIResultObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                             String initialValue)
      • convertAttachDebugUIResultObjectToString

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

        public byte[] createBSLModuleIdInternalStrFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                             String initialValue)
      • convertBSLModuleIdInternalStrToString

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

        public BSLModuleType createBSLModuleTypeObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertBSLModuleTypeObjectToString

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

        public DbgTargetState createDbgTargetStateObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                   String initialValue)
      • convertDbgTargetStateObjectToString

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

        public DebugStepAction createDebugStepActionObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     String initialValue)
      • convertDebugStepActionObjectToString

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

        public byte[] createDebugTargetIdStrFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                       String initialValue)
      • convertDebugTargetIdStrToString

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

        public DebugTargetType createDebugTargetTypeObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                     String initialValue)
      • convertDebugTargetTypeObjectToString

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

        public IsServerInfoBase createIsServerInfoBaseObjectFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                       String initialValue)
      • convertIsServerInfoBaseObjectToString

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