Class MoxelAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com._1c.g5.v8.dt.moxel.util.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:
  • Field Details

    • 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 Details

    • MoxelAdapterFactory

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

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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.