Class MoxelAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class MoxelAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    MoxelPackage
    • Field Detail

      • modelPackage

        protected static MoxelPackage modelPackage
        The cached model package.
      • modelSwitch

        protected MoxelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • MoxelAdapterFactory

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

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createSpreadsheetDocumentAdapter

        public org.eclipse.emf.common.notify.Adapter createSpreadsheetDocumentAdapter()
        Creates a new adapter for an object of class 'Spreadsheet Document'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SpreadsheetDocument
      • createLanguageSettingsAdapter

        public org.eclipse.emf.common.notify.Adapter createLanguageSettingsAdapter()
        Creates a new adapter for an object of class 'Language Settings'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LanguageSettings
      • createLanguageInfoAdapter

        public org.eclipse.emf.common.notify.Adapter createLanguageInfoAdapter()
        Creates a new adapter for an object of class 'Language Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LanguageInfo
      • createColumnsAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnsAdapter()
        Creates a new adapter for an object of class 'Columns'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Columns
      • createColumnAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnAdapter()
        Creates a new adapter for an object of class 'Column'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Column
      • createColumnMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnMapEntryAdapter()
        Creates a new adapter for an object of class 'Column Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createRowAdapter

        public org.eclipse.emf.common.notify.Adapter createRowAdapter()
        Creates a new adapter for an object of class 'Row'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Row
      • createRowMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createRowMapEntryAdapter()
        Creates a new adapter for an object of class 'Row Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createRectAdapter

        public org.eclipse.emf.common.notify.Adapter createRectAdapter()
        Creates a new adapter for an object of class 'Rect'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Rect
      • createSpreadsheetPointAdapter

        public org.eclipse.emf.common.notify.Adapter createSpreadsheetPointAdapter()
        Creates a new adapter for an object of class 'Spreadsheet Point'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SpreadsheetPoint
      • createSpreadsheetRectAdapter

        public org.eclipse.emf.common.notify.Adapter createSpreadsheetRectAdapter()
        Creates a new adapter for an object of class 'Spreadsheet Rect'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SpreadsheetRect
      • createDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createDrawingAdapter()
        Creates a new adapter for an object of class 'Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Drawing
      • createLineDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createLineDrawingAdapter()
        Creates a new adapter for an object of class 'Line Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        LineDrawing
      • createRectangleDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createRectangleDrawingAdapter()
        Creates a new adapter for an object of class 'Rectangle Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RectangleDrawing
      • createEllipseDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createEllipseDrawingAdapter()
        Creates a new adapter for an object of class 'Ellipse Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        EllipseDrawing
      • createTextDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createTextDrawingAdapter()
        Creates a new adapter for an object of class 'Text Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        TextDrawing
      • createCommentDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createCommentDrawingAdapter()
        Creates a new adapter for an object of class 'Comment Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        CommentDrawing
      • createPictureDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDrawingAdapter()
        Creates a new adapter for an object of class 'Picture Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PictureDrawing
      • createObjectDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createObjectDrawingAdapter()
        Creates a new adapter for an object of class 'Object Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ObjectDrawing
      • createChartDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createChartDrawingAdapter()
        Creates a new adapter for an object of class 'Chart Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChartDrawing
      • createGanttChartDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createGanttChartDrawingAdapter()
        Creates a new adapter for an object of class 'Gantt Chart Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GanttChartDrawing
      • createPivotChartDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createPivotChartDrawingAdapter()
        Creates a new adapter for an object of class 'Pivot Chart Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PivotChartDrawing
      • createDendrogramDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createDendrogramDrawingAdapter()
        Creates a new adapter for an object of class 'Dendrogram Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DendrogramDrawing
      • createGeographicalSchemaDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createGeographicalSchemaDrawingAdapter()
        Creates a new adapter for an object of class 'Geographical Schema Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GeographicalSchemaDrawing
      • createControlDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createControlDrawingAdapter()
        Creates a new adapter for an object of class 'Control Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ControlDrawing
      • createUnsupportedObjectContentAdapter

        public org.eclipse.emf.common.notify.Adapter createUnsupportedObjectContentAdapter()
        Creates a new adapter for an object of class 'Unsupported Object Content'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UnsupportedObjectContent
      • createGroupDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupDrawingAdapter()
        Creates a new adapter for an object of class 'Group Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GroupDrawing
      • createCellMapEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createCellMapEntryAdapter()
        Creates a new adapter for an object of class 'Cell Map Entry'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createCellAdapter

        public org.eclipse.emf.common.notify.Adapter createCellAdapter()
        Creates a new adapter for an object of class 'Cell'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Cell
      • createGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createGroupAdapter()
        Creates a new adapter for an object of class 'Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Group
      • createRowGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createRowGroupAdapter()
        Creates a new adapter for an object of class 'Row Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RowGroup
      • createColumnGroupAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnGroupAdapter()
        Creates a new adapter for an object of class 'Column Group'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ColumnGroup
      • createMergeAdapter

        public org.eclipse.emf.common.notify.Adapter createMergeAdapter()
        Creates a new adapter for an object of class 'Merge'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Merge
      • createColumnMergeAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnMergeAdapter()
        Creates a new adapter for an object of class 'Column Merge'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ColumnMerge
      • createRowMergeAdapter

        public org.eclipse.emf.common.notify.Adapter createRowMergeAdapter()
        Creates a new adapter for an object of class 'Row Merge'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RowMerge
      • createNamedItemMapItemAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemMapItemAdapter()
        Creates a new adapter for an object of class 'Named Item Map Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Map.Entry
      • createNamedItemAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemAdapter()
        Creates a new adapter for an object of class 'Named Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedItem
      • createNamedItemDrawingAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemDrawingAdapter()
        Creates a new adapter for an object of class 'Named Item Drawing'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedItemDrawing
      • createNamedItemCellsAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemCellsAdapter()
        Creates a new adapter for an object of class 'Named Item Cells'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedItemCells
      • createNamedItemEmbeddedTableAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemEmbeddedTableAdapter()
        Creates a new adapter for an object of class 'Named Item Embedded Table'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedItemEmbeddedTable
      • createNamedItemDataSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedItemDataSourceAdapter()
        Creates a new adapter for an object of class 'Named Item Data Source'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        NamedItemDataSource
      • createPrintSettingsAdapter

        public org.eclipse.emf.common.notify.Adapter createPrintSettingsAdapter()
        Creates a new adapter for an object of class 'Print Settings'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PrintSettings
      • createRectAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createRectAreaAdapter()
        Creates a new adapter for an object of class 'Rect Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RectArea
      • createRowsAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createRowsAreaAdapter()
        Creates a new adapter for an object of class 'Rows Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RowsArea
      • createColumnsAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnsAreaAdapter()
        Creates a new adapter for an object of class 'Columns Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ColumnsArea
      • createTableAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createTableAreaAdapter()
        Creates a new adapter for an object of class 'Table Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        TableArea
      • createDrawingsDataSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createDrawingsDataSourceAdapter()
        Creates a new adapter for an object of class 'Drawings Data Source'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DrawingsDataSource
      • createViewSettingsAdapter

        public org.eclipse.emf.common.notify.Adapter createViewSettingsAdapter()
        Creates a new adapter for an object of class 'View Settings'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ViewSettings
      • createEmbeddedTableItemAdapter

        public org.eclipse.emf.common.notify.Adapter createEmbeddedTableItemAdapter()
        Creates a new adapter for an object of class 'Embedded Table Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        EmbeddedTableItem
      • createPivotTableAdapter

        public org.eclipse.emf.common.notify.Adapter createPivotTableAdapter()
        Creates a new adapter for an object of class 'Pivot Table'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PivotTable
      • createFormatAdapter

        public org.eclipse.emf.common.notify.Adapter createFormatAdapter()
        Creates a new adapter for an object of class 'Format'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Format
      • createValueAdapter

        public org.eclipse.emf.common.notify.Adapter createValueAdapter()
        Creates a new adapter for an object of class 'Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Value
      • createRuntimeValueAdapter

        public org.eclipse.emf.common.notify.Adapter createRuntimeValueAdapter()
        Creates a new adapter for an object of class 'Runtime Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RuntimeValue
      • createAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createAreaAdapter()
        Creates a new adapter for an object of class 'Area'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Area
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.