Package com._1c.g5.v8.dt.moxel.content
Interface ContentFactory
-
- All Superinterfaces:
org.eclipse.emf.ecore.EFactory,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ContentFactoryImpl
public interface ContentFactory extends org.eclipse.emf.ecore.EFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
ContentPackage
-
-
Field Summary
Fields Modifier and Type Field Description static ContentFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseDrawingPropertiescreateBaseDrawingProperties()Returns a new object of class 'Base Drawing Properties'.BaseDrawingWithBackgroundPropertiescreateBaseDrawingWithBackgroundProperties()Returns a new object of class 'Base Drawing With Background Properties'.BaseFormattingCellPropertiescreateBaseFormattingCellProperties()Returns a new object of class 'Base Formatting Cell Properties'.CellLinecreateCellLine()Returns a new object of class 'Cell Line'.CellReferencecreateCellReference()Returns a new object of class 'Cell Reference'.CellsPropertiescreateCellsProperties()Returns a new object of class 'Cells Properties'.ColumnsPropertiescreateColumnsProperties()Returns a new object of class 'Columns Properties'.ColumnsRowsPropertiescreateColumnsRowsProperties()Returns a new object of class 'Columns Rows Properties'.DcsDetailIdcreateDcsDetailId()Returns a new object of class 'Dcs Detail Id'.DrawingLinecreateDrawingLine()Returns a new object of class 'Drawing Line'.EllipseDrawingPropertiescreateEllipseDrawingProperties()Returns a new object of class 'Ellipse Drawing Properties'.GroupDrawingPropertiescreateGroupDrawingProperties()Returns a new object of class 'Group Drawing Properties'.LineDrawingPropertiescreateLineDrawingProperties()Returns a new object of class 'Line Drawing Properties'.LocalStringcreateLocalString()Returns a new object of class 'Local String'.PictureDrawingPropertiescreatePictureDrawingProperties()Returns a new object of class 'Picture Drawing Properties'.RectangleDrawingPropertiescreateRectangleDrawingProperties()Returns a new object of class 'Rectangle Drawing Properties'.RowsPropertiescreateRowsProperties()Returns a new object of class 'Rows Properties'.SpreadsheetLinecreateSpreadsheetLine()Returns a new object of class 'Spreadsheet Line'.SpreadsheetPropertiescreateSpreadsheetProperties()Returns a new object of class 'Spreadsheet Properties'.TablePropertiescreateTableProperties()Returns a new object of class 'Table Properties'.TextDrawingPropertiescreateTextDrawingProperties()Returns a new object of class 'Text Drawing Properties'.ContentPackagegetContentPackage()Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Field Detail
-
eINSTANCE
static final ContentFactory eINSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createSpreadsheetLine
SpreadsheetLine createSpreadsheetLine()
Returns a new object of class 'Spreadsheet Line'.- Returns:
- a new object of class 'Spreadsheet Line'.
-
createCellLine
CellLine createCellLine()
Returns a new object of class 'Cell Line'.- Returns:
- a new object of class 'Cell Line'.
-
createDrawingLine
DrawingLine createDrawingLine()
Returns a new object of class 'Drawing Line'.- Returns:
- a new object of class 'Drawing Line'.
-
createLocalString
LocalString createLocalString()
Returns a new object of class 'Local String'.- Returns:
- a new object of class 'Local String'.
-
createSpreadsheetProperties
SpreadsheetProperties createSpreadsheetProperties()
Returns a new object of class 'Spreadsheet Properties'.- Returns:
- a new object of class 'Spreadsheet Properties'.
-
createCellReference
CellReference createCellReference()
Returns a new object of class 'Cell Reference'.- Returns:
- a new object of class 'Cell Reference'.
-
createBaseFormattingCellProperties
BaseFormattingCellProperties createBaseFormattingCellProperties()
Returns a new object of class 'Base Formatting Cell Properties'.- Returns:
- a new object of class 'Base Formatting Cell Properties'.
-
createCellsProperties
CellsProperties createCellsProperties()
Returns a new object of class 'Cells Properties'.- Returns:
- a new object of class 'Cells Properties'.
-
createColumnsRowsProperties
ColumnsRowsProperties createColumnsRowsProperties()
Returns a new object of class 'Columns Rows Properties'.- Returns:
- a new object of class 'Columns Rows Properties'.
-
createColumnsProperties
ColumnsProperties createColumnsProperties()
Returns a new object of class 'Columns Properties'.- Returns:
- a new object of class 'Columns Properties'.
-
createRowsProperties
RowsProperties createRowsProperties()
Returns a new object of class 'Rows Properties'.- Returns:
- a new object of class 'Rows Properties'.
-
createTableProperties
TableProperties createTableProperties()
Returns a new object of class 'Table Properties'.- Returns:
- a new object of class 'Table Properties'.
-
createBaseDrawingProperties
BaseDrawingProperties createBaseDrawingProperties()
Returns a new object of class 'Base Drawing Properties'.- Returns:
- a new object of class 'Base Drawing Properties'.
-
createLineDrawingProperties
LineDrawingProperties createLineDrawingProperties()
Returns a new object of class 'Line Drawing Properties'.- Returns:
- a new object of class 'Line Drawing Properties'.
-
createBaseDrawingWithBackgroundProperties
BaseDrawingWithBackgroundProperties createBaseDrawingWithBackgroundProperties()
Returns a new object of class 'Base Drawing With Background Properties'.- Returns:
- a new object of class 'Base Drawing With Background Properties'.
-
createRectangleDrawingProperties
RectangleDrawingProperties createRectangleDrawingProperties()
Returns a new object of class 'Rectangle Drawing Properties'.- Returns:
- a new object of class 'Rectangle Drawing Properties'.
-
createTextDrawingProperties
TextDrawingProperties createTextDrawingProperties()
Returns a new object of class 'Text Drawing Properties'.- Returns:
- a new object of class 'Text Drawing Properties'.
-
createEllipseDrawingProperties
EllipseDrawingProperties createEllipseDrawingProperties()
Returns a new object of class 'Ellipse Drawing Properties'.- Returns:
- a new object of class 'Ellipse Drawing Properties'.
-
createGroupDrawingProperties
GroupDrawingProperties createGroupDrawingProperties()
Returns a new object of class 'Group Drawing Properties'.- Returns:
- a new object of class 'Group Drawing Properties'.
-
createPictureDrawingProperties
PictureDrawingProperties createPictureDrawingProperties()
Returns a new object of class 'Picture Drawing Properties'.- Returns:
- a new object of class 'Picture Drawing Properties'.
-
createDcsDetailId
DcsDetailId createDcsDetailId()
Returns a new object of class 'Dcs Detail Id'.- Returns:
- a new object of class 'Dcs Detail Id'.
-
getContentPackage
ContentPackage getContentPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
-
-