Class MoxelFactoryImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
com._1c.g5.v8.dt.moxel.impl.MoxelFactoryImpl
All Implemented Interfaces:
MoxelFactory, 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 MoxelFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements MoxelFactory
An implementation of the model Factory.
  • Constructor Details

    • MoxelFactoryImpl

      public MoxelFactoryImpl()
      Creates an instance of the factory.
  • Method Details

    • init

      public static MoxelFactory 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
    • createSpreadsheetDocument

      public SpreadsheetDocument createSpreadsheetDocument()
      Specified by:
      createSpreadsheetDocument in interface MoxelFactory
      Returns:
      a new object of class 'Spreadsheet Document'.
    • createLanguageSettings

      public LanguageSettings createLanguageSettings()
      Specified by:
      createLanguageSettings in interface MoxelFactory
      Returns:
      a new object of class 'Language Settings'.
    • createLanguageInfo

      public LanguageInfo createLanguageInfo()
      Specified by:
      createLanguageInfo in interface MoxelFactory
      Returns:
      a new object of class 'Language Info'.
    • createColumns

      public Columns createColumns()
      Specified by:
      createColumns in interface MoxelFactory
      Returns:
      a new object of class 'Columns'.
    • createColumn

      public Column createColumn()
      Specified by:
      createColumn in interface MoxelFactory
      Returns:
      a new object of class 'Column'.
    • createColumnMapEntry

      public Map.Entry<Integer,Column> createColumnMapEntry()
    • createRow

      public Row createRow()
      Specified by:
      createRow in interface MoxelFactory
      Returns:
      a new object of class 'Row'.
    • createRowMapEntry

      public Map.Entry<Integer,Row> createRowMapEntry()
    • createRect

      public Rect createRect()
      Specified by:
      createRect in interface MoxelFactory
      Returns:
      a new object of class 'Rect'.
    • createSpreadsheetPoint

      public SpreadsheetPoint createSpreadsheetPoint()
      Specified by:
      createSpreadsheetPoint in interface MoxelFactory
      Returns:
      a new object of class 'Spreadsheet Point'.
    • createSpreadsheetRect

      public SpreadsheetRect createSpreadsheetRect()
      Specified by:
      createSpreadsheetRect in interface MoxelFactory
      Returns:
      a new object of class 'Spreadsheet Rect'.
    • createDrawing

      public Drawing createDrawing()
      Specified by:
      createDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Drawing'.
    • createLineDrawing

      public LineDrawing createLineDrawing()
      Specified by:
      createLineDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Line Drawing'.
    • createRectangleDrawing

      public RectangleDrawing createRectangleDrawing()
      Specified by:
      createRectangleDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Rectangle Drawing'.
    • createEllipseDrawing

      public EllipseDrawing createEllipseDrawing()
      Specified by:
      createEllipseDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Ellipse Drawing'.
    • createTextDrawing

      public TextDrawing createTextDrawing()
      Specified by:
      createTextDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Text Drawing'.
    • createCommentDrawing

      public CommentDrawing createCommentDrawing()
      Specified by:
      createCommentDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Comment Drawing'.
    • createPictureDrawing

      public PictureDrawing createPictureDrawing()
      Specified by:
      createPictureDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Picture Drawing'.
    • createObjectDrawing

      public ObjectDrawing createObjectDrawing()
      Specified by:
      createObjectDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Object Drawing'.
    • createChartDrawing

      public ChartDrawing createChartDrawing()
      Specified by:
      createChartDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Chart Drawing'.
    • createGanttChartDrawing

      public GanttChartDrawing createGanttChartDrawing()
      Specified by:
      createGanttChartDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Gantt Chart Drawing'.
    • createPivotChartDrawing

      public PivotChartDrawing createPivotChartDrawing()
      Specified by:
      createPivotChartDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Pivot Chart Drawing'.
    • createDendrogramDrawing

      public DendrogramDrawing createDendrogramDrawing()
      Specified by:
      createDendrogramDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Dendrogram Drawing'.
    • createGeographicalSchemaDrawing

      public GeographicalSchemaDrawing createGeographicalSchemaDrawing()
      Specified by:
      createGeographicalSchemaDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Geographical Schema Drawing'.
    • createControlDrawing

      public ControlDrawing createControlDrawing()
      Specified by:
      createControlDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Control Drawing'.
    • createUnsupportedObjectContent

      public UnsupportedObjectContent createUnsupportedObjectContent()
      Specified by:
      createUnsupportedObjectContent in interface MoxelFactory
      Returns:
      a new object of class 'Unsupported Object Content'.
    • createGroupDrawing

      public GroupDrawing createGroupDrawing()
      Specified by:
      createGroupDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Group Drawing'.
    • createCellMapEntry

      public Map.Entry<Integer,Cell> createCellMapEntry()
    • createCell

      public Cell createCell()
      Specified by:
      createCell in interface MoxelFactory
      Returns:
      a new object of class 'Cell'.
    • createGroup

      public Group createGroup()
      Specified by:
      createGroup in interface MoxelFactory
      Returns:
      a new object of class 'Group'.
    • createRowGroup

      public RowGroup createRowGroup()
      Specified by:
      createRowGroup in interface MoxelFactory
      Returns:
      a new object of class 'Row Group'.
    • createColumnGroup

      public ColumnGroup createColumnGroup()
      Specified by:
      createColumnGroup in interface MoxelFactory
      Returns:
      a new object of class 'Column Group'.
    • createMerge

      public Merge createMerge()
      Specified by:
      createMerge in interface MoxelFactory
      Returns:
      a new object of class 'Merge'.
    • createColumnMerge

      public ColumnMerge createColumnMerge()
      Specified by:
      createColumnMerge in interface MoxelFactory
      Returns:
      a new object of class 'Column Merge'.
    • createRowMerge

      public RowMerge createRowMerge()
      Specified by:
      createRowMerge in interface MoxelFactory
      Returns:
      a new object of class 'Row Merge'.
    • createNamedItemMapItem

      public Map.Entry<String,NamedItem> createNamedItemMapItem()
    • createNamedItemDrawing

      public NamedItemDrawing createNamedItemDrawing()
      Specified by:
      createNamedItemDrawing in interface MoxelFactory
      Returns:
      a new object of class 'Named Item Drawing'.
    • createNamedItemCells

      public NamedItemCells createNamedItemCells()
      Specified by:
      createNamedItemCells in interface MoxelFactory
      Returns:
      a new object of class 'Named Item Cells'.
    • createNamedItemEmbeddedTable

      public NamedItemEmbeddedTable createNamedItemEmbeddedTable()
      Specified by:
      createNamedItemEmbeddedTable in interface MoxelFactory
      Returns:
      a new object of class 'Named Item Embedded Table'.
    • createNamedItemDataSource

      public NamedItemDataSource createNamedItemDataSource()
      Specified by:
      createNamedItemDataSource in interface MoxelFactory
      Returns:
      a new object of class 'Named Item Data Source'.
    • createPrintSettings

      public PrintSettings createPrintSettings()
      Specified by:
      createPrintSettings in interface MoxelFactory
      Returns:
      a new object of class 'Print Settings'.
    • createRectArea

      public RectArea createRectArea()
      Specified by:
      createRectArea in interface MoxelFactory
      Returns:
      a new object of class 'Rect Area'.
    • createRowsArea

      public RowsArea createRowsArea()
      Specified by:
      createRowsArea in interface MoxelFactory
      Returns:
      a new object of class 'Rows Area'.
    • createColumnsArea

      public ColumnsArea createColumnsArea()
      Specified by:
      createColumnsArea in interface MoxelFactory
      Returns:
      a new object of class 'Columns Area'.
    • createTableArea

      public TableArea createTableArea()
      Specified by:
      createTableArea in interface MoxelFactory
      Returns:
      a new object of class 'Table Area'.
    • createDrawingsDataSource

      public DrawingsDataSource createDrawingsDataSource()
      Specified by:
      createDrawingsDataSource in interface MoxelFactory
      Returns:
      a new object of class 'Drawings Data Source'.
    • createViewSettings

      public ViewSettings createViewSettings()
      Specified by:
      createViewSettings in interface MoxelFactory
      Returns:
      a new object of class 'View Settings'.
    • createEmbeddedTableItem

      public EmbeddedTableItem createEmbeddedTableItem()
      Specified by:
      createEmbeddedTableItem in interface MoxelFactory
      Returns:
      a new object of class 'Embedded Table Item'.
    • createPivotTable

      public PivotTable createPivotTable()
      Specified by:
      createPivotTable in interface MoxelFactory
      Returns:
      a new object of class 'Pivot Table'.
    • createFormat

      public Format createFormat()
      Specified by:
      createFormat in interface MoxelFactory
      Returns:
      a new object of class 'Format'.
    • createDrawingTypeFromString

      public DrawingType createDrawingTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertDrawingTypeToString

      public String convertDrawingTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createGroupHeaderPlacementFromString

      public GroupHeaderPlacement createGroupHeaderPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertGroupHeaderPlacementToString

      public String convertGroupHeaderPlacementToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createPageOrientationFromString

      public PageOrientation createPageOrientationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertPageOrientationToString

      public String convertPageOrientationToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createPrintAccuracyFromString

      public PrintAccuracy createPrintAccuracyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertPrintAccuracyToString

      public String convertPrintAccuracyToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createDuplexPrintingTypeFromString

      public DuplexPrintingType createDuplexPrintingTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertDuplexPrintingTypeToString

      public String convertDuplexPrintingTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createPagePlacementAlternationFromString

      public PagePlacementAlternation createPagePlacementAlternationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertPagePlacementAlternationToString

      public String convertPagePlacementAlternationToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createDimensionPlacementTypeFromString

      public DimensionPlacementType createDimensionPlacementTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertDimensionPlacementTypeToString

      public String convertDimensionPlacementTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createDimensionAttributePlacementTypeFromString

      public DimensionAttributePlacementType createDimensionAttributePlacementTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertDimensionAttributePlacementTypeToString

      public String convertDimensionAttributePlacementTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createStandardAppearanceFromString

      public StandardAppearance createStandardAppearanceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertStandardAppearanceToString

      public String convertStandardAppearanceToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createPivotTableLinesShowTypeFromString

      public PivotTableLinesShowType createPivotTableLinesShowTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertPivotTableLinesShowTypeToString

      public String convertPivotTableLinesShowTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createExtensionAlgorithmFromString

      public ExtensionAlgorithm createExtensionAlgorithmFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertExtensionAlgorithmToString

      public String convertExtensionAlgorithmToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • createAntimergeFromString

      public Antimerge createAntimergeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
    • convertAntimergeToString

      public String convertAntimergeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
    • getMoxelPackage

      public MoxelPackage getMoxelPackage()
      Specified by:
      getMoxelPackage in interface MoxelFactory
      Returns:
      the package supported by this factory.
    • getPackage

      @Deprecated public static MoxelPackage getPackage()
      Deprecated.