Class ContentFactoryImpl

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

      • ContentFactoryImpl

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

      • init

        public static ContentFactory 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
      • createCellLineStyleFromString

        public CellLineStyle createCellLineStyleFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertCellLineStyleToString

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

        public DrawingLineStyle createDrawingLineStyleFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                 String initialValue)
      • convertDrawingLineStyleToString

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

        public HorizontalAlignment createHorizontalAlignmentFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                       String initialValue)
      • convertHorizontalAlignmentToString

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

        public VerticalAlignment createVerticalAlignmentFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                   String initialValue)
      • convertVerticalAlignmentToString

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

        public Pattern createPatternFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                               String initialValue)
      • convertPatternToString

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

        public TextPlacement createTextPlacementFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                           String initialValue)
      • convertTextPlacementToString

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

        public FillType createFillTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                 String initialValue)
      • convertFillTypeToString

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

        public DetailUse createDetailUseFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                   String initialValue)
      • convertDetailUseToString

        public String convertDetailUseToString​(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)
      • createSpreadsheetDocumentStepDirectionTypeFromString

        public SpreadsheetDocumentStepDirectionType createSpreadsheetDocumentStepDirectionTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                         String initialValue)
      • convertSpreadsheetDocumentStepDirectionTypeToString

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

        public SpreadsheetDocumentTextDirectionType createSpreadsheetDocumentTextDirectionTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                                         String initialValue)
      • convertSpreadsheetDocumentTextDirectionTypeToString

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

        public AreaType createAreaTypeFromString​(org.eclipse.emf.ecore.EDataType eDataType,
                                                 String initialValue)
      • convertAreaTypeToString

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