Interface ExcelPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

    public interface ExcelPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    ExcelFactory
    • Field Detail

      • eINSTANCE

        static final ExcelPackage eINSTANCE
        The singleton instance of the package.
      • CELL

        static final int CELL
        The meta object id for the 'Cell' class.
        See Also:
        CellImpl, ExcelPackageImpl.getCell(), Constant Field Values
      • CELL__EANNOTATIONS

        static final int CELL__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • CELL__ROW

        static final int CELL__ROW
        The feature id for the 'Row' container reference.
        See Also:
        Constant Field Values
      • CELL__VALUE

        static final int CELL__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • CELL__COMMENT

        static final int CELL__COMMENT
        The feature id for the 'Comment' containment reference.
        See Also:
        Constant Field Values
      • CELL__STYLE

        static final int CELL__STYLE
        The feature id for the 'Style' reference.
        See Also:
        Constant Field Values
      • CELL__TYPE

        static final int CELL__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CELL__COLUMN

        static final int CELL__COLUMN
        The feature id for the 'Column' reference.
        See Also:
        Constant Field Values
      • CELL__FORMULA

        static final int CELL__FORMULA
        The feature id for the 'Formula' attribute.
        See Also:
        Constant Field Values
      • CELL__HYPERLINK

        static final int CELL__HYPERLINK
        The feature id for the 'Hyperlink' containment reference.
        See Also:
        Constant Field Values
      • CELL_FEATURE_COUNT

        static final int CELL_FEATURE_COUNT
        The number of structural features of the 'Cell' class.
        See Also:
        Constant Field Values
      • SHEET

        static final int SHEET
        The meta object id for the 'Sheet' class.
        See Also:
        SheetImpl, ExcelPackageImpl.getSheet(), Constant Field Values
      • SHEET__EANNOTATIONS

        static final int SHEET__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • SHEET__ROWS

        static final int SHEET__ROWS
        The feature id for the 'Rows' containment reference list.
        See Also:
        Constant Field Values
      • SHEET__NAME

        static final int SHEET__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • SHEET__MERGED_REGIONS

        static final int SHEET__MERGED_REGIONS
        The feature id for the 'Merged Regions' containment reference list.
        See Also:
        Constant Field Values
      • SHEET__DEFAULT_ROW_HEIGHT

        static final int SHEET__DEFAULT_ROW_HEIGHT
        The feature id for the 'Default Row Height' attribute.
        See Also:
        Constant Field Values
      • SHEET__DEFAULT_COLUMN_WIDTH

        static final int SHEET__DEFAULT_COLUMN_WIDTH
        The feature id for the 'Default Column Width' attribute.
        See Also:
        Constant Field Values
      • SHEET__COLUMNS

        static final int SHEET__COLUMNS
        The feature id for the 'Columns' containment reference list.
        See Also:
        Constant Field Values
      • SHEET__WORKBOOK

        static final int SHEET__WORKBOOK
        The feature id for the 'Workbook' container reference.
        See Also:
        Constant Field Values
      • SHEET_FEATURE_COUNT

        static final int SHEET_FEATURE_COUNT
        The number of structural features of the 'Sheet' class.
        See Also:
        Constant Field Values
      • ROW

        static final int ROW
        The meta object id for the 'Row' class.
        See Also:
        RowImpl, ExcelPackageImpl.getRow(), Constant Field Values
      • ROW__EANNOTATIONS

        static final int ROW__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • ROW__ROW_INDEX

        static final int ROW__ROW_INDEX
        The feature id for the 'Row Index' attribute.
        See Also:
        Constant Field Values
      • ROW__CELLS

        static final int ROW__CELLS
        The feature id for the 'Cells' containment reference list.
        See Also:
        Constant Field Values
      • ROW__SHEET

        static final int ROW__SHEET
        The feature id for the 'Sheet' container reference.
        See Also:
        Constant Field Values
      • ROW__HEIGHT

        static final int ROW__HEIGHT
        The feature id for the 'Height' attribute.
        See Also:
        Constant Field Values
      • ROW_FEATURE_COUNT

        static final int ROW_FEATURE_COUNT
        The number of structural features of the 'Row' class.
        See Also:
        Constant Field Values
      • COMMENT

        static final int COMMENT
        The meta object id for the 'Comment' class.
        See Also:
        CommentImpl, ExcelPackageImpl.getComment(), Constant Field Values
      • COMMENT__EANNOTATIONS

        static final int COMMENT__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • COMMENT__BODY

        static final int COMMENT__BODY
        The feature id for the 'Body' attribute.
        See Also:
        Constant Field Values
      • COMMENT__VISIBLE

        static final int COMMENT__VISIBLE
        The feature id for the 'Visible' attribute.
        See Also:
        Constant Field Values
      • COMMENT__AUTHOR

        static final int COMMENT__AUTHOR
        The feature id for the 'Author' attribute.
        See Also:
        Constant Field Values
      • COMMENT_FEATURE_COUNT

        static final int COMMENT_FEATURE_COUNT
        The number of structural features of the 'Comment' class.
        See Also:
        Constant Field Values
      • CELL_STYLE

        static final int CELL_STYLE
        The meta object id for the 'Cell Style' class.
        See Also:
        CellStyleImpl, ExcelPackageImpl.getCellStyle(), Constant Field Values
      • CELL_STYLE__EANNOTATIONS

        static final int CELL_STYLE__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • CELL_STYLE__HORIZONTAL

        static final int CELL_STYLE__HORIZONTAL
        The feature id for the 'Horizontal' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__VERTICAL

        static final int CELL_STYLE__VERTICAL
        The feature id for the 'Vertical' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__INDENTATION

        static final int CELL_STYLE__INDENTATION
        The feature id for the 'Indentation' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__LOCKED

        static final int CELL_STYLE__LOCKED
        The feature id for the 'Locked' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__ROTATION

        static final int CELL_STYLE__ROTATION
        The feature id for the 'Rotation' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__WRAP_TEXT

        static final int CELL_STYLE__WRAP_TEXT
        The feature id for the 'Wrap Text' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__FONT

        static final int CELL_STYLE__FONT
        The feature id for the 'Font' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE__DATA_FORMAT

        static final int CELL_STYLE__DATA_FORMAT
        The feature id for the 'Data Format' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__TOP_BORDER

        static final int CELL_STYLE__TOP_BORDER
        The feature id for the 'Top Border' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__BOTTOM_BORDER

        static final int CELL_STYLE__BOTTOM_BORDER
        The feature id for the 'Bottom Border' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__RIGHT_BORDER

        static final int CELL_STYLE__RIGHT_BORDER
        The feature id for the 'Right Border' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__LEFT_BORDER

        static final int CELL_STYLE__LEFT_BORDER
        The feature id for the 'Left Border' attribute.
        See Also:
        Constant Field Values
      • CELL_STYLE__TOP_COLOR

        static final int CELL_STYLE__TOP_COLOR
        The feature id for the 'Top Color' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE__BOTTOM_COLOR

        static final int CELL_STYLE__BOTTOM_COLOR
        The feature id for the 'Bottom Color' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE__RIGHT_COLOR

        static final int CELL_STYLE__RIGHT_COLOR
        The feature id for the 'Right Color' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE__LEFT_COLOR

        static final int CELL_STYLE__LEFT_COLOR
        The feature id for the 'Left Color' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE__BACKGROUND

        static final int CELL_STYLE__BACKGROUND
        The feature id for the 'Background' reference.
        See Also:
        Constant Field Values
      • CELL_STYLE_FEATURE_COUNT

        static final int CELL_STYLE_FEATURE_COUNT
        The number of structural features of the 'Cell Style' class.
        See Also:
        Constant Field Values
      • CELL_REGION

        static final int CELL_REGION
        The meta object id for the 'Cell Region' class.
        See Also:
        CellRegionImpl, ExcelPackageImpl.getCellRegion(), Constant Field Values
      • CELL_REGION__EANNOTATIONS

        static final int CELL_REGION__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • CELL_REGION__FIRST_ROW

        static final int CELL_REGION__FIRST_ROW
        The feature id for the 'First Row' attribute.
        See Also:
        Constant Field Values
      • CELL_REGION__LAST_ROW

        static final int CELL_REGION__LAST_ROW
        The feature id for the 'Last Row' attribute.
        See Also:
        Constant Field Values
      • CELL_REGION__FIRST_COLUMN

        static final int CELL_REGION__FIRST_COLUMN
        The feature id for the 'First Column' attribute.
        See Also:
        Constant Field Values
      • CELL_REGION__LAST_COLUMN

        static final int CELL_REGION__LAST_COLUMN
        The feature id for the 'Last Column' attribute.
        See Also:
        Constant Field Values
      • CELL_REGION__FIRST_CELL

        static final int CELL_REGION__FIRST_CELL
        The feature id for the 'First Cell' reference.
        See Also:
        Constant Field Values
      • CELL_REGION_FEATURE_COUNT

        static final int CELL_REGION_FEATURE_COUNT
        The number of structural features of the 'Cell Region' class.
        See Also:
        Constant Field Values
      • WORKBOOK

        static final int WORKBOOK
        The meta object id for the 'Workbook' class.
        See Also:
        WorkbookImpl, ExcelPackageImpl.getWorkbook(), Constant Field Values
      • WORKBOOK__EANNOTATIONS

        static final int WORKBOOK__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • WORKBOOK__SHEETS

        static final int WORKBOOK__SHEETS
        The feature id for the 'Sheets' containment reference list.
        See Also:
        Constant Field Values
      • WORKBOOK__FONTS

        static final int WORKBOOK__FONTS
        The feature id for the 'Fonts' containment reference list.
        See Also:
        Constant Field Values
      • WORKBOOK__CELL_STYLES

        static final int WORKBOOK__CELL_STYLES
        The feature id for the 'Cell Styles' containment reference list.
        See Also:
        Constant Field Values
      • WORKBOOK__COLORS

        static final int WORKBOOK__COLORS
        The feature id for the 'Colors' containment reference list.
        See Also:
        Constant Field Values
      • WORKBOOK_FEATURE_COUNT

        static final int WORKBOOK_FEATURE_COUNT
        The number of structural features of the 'Workbook' class.
        See Also:
        Constant Field Values
      • FONT

        static final int FONT
        The meta object id for the 'Font' class.
        See Also:
        FontImpl, ExcelPackageImpl.getFont(), Constant Field Values
      • FONT__EANNOTATIONS

        static final int FONT__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • FONT__NAME

        static final int FONT__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • FONT__ITALIC

        static final int FONT__ITALIC
        The feature id for the 'Italic' attribute.
        See Also:
        Constant Field Values
      • FONT__BOLD

        static final int FONT__BOLD
        The feature id for the 'Bold' attribute.
        See Also:
        Constant Field Values
      • FONT__STRIKEOUT

        static final int FONT__STRIKEOUT
        The feature id for the 'Strikeout' attribute.
        See Also:
        Constant Field Values
      • FONT__UNDERLINE

        static final int FONT__UNDERLINE
        The feature id for the 'Underline' attribute.
        See Also:
        Constant Field Values
      • FONT__CHAR_SET

        static final int FONT__CHAR_SET
        The feature id for the 'Char Set' attribute.
        See Also:
        Constant Field Values
      • FONT__HEIGHT

        static final int FONT__HEIGHT
        The feature id for the 'Height' attribute.
        See Also:
        Constant Field Values
      • FONT__TYPE_OFFSET

        static final int FONT__TYPE_OFFSET
        The feature id for the 'Type Offset' attribute.
        See Also:
        Constant Field Values
      • FONT__COLOR

        static final int FONT__COLOR
        The feature id for the 'Color' reference.
        See Also:
        Constant Field Values
      • FONT_FEATURE_COUNT

        static final int FONT_FEATURE_COUNT
        The number of structural features of the 'Font' class.
        See Also:
        Constant Field Values
      • COLUMN

        static final int COLUMN
        The meta object id for the 'Column' class.
        See Also:
        ColumnImpl, ExcelPackageImpl.getColumn(), Constant Field Values
      • COLUMN__EANNOTATIONS

        static final int COLUMN__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • COLUMN__COLUMN_INDEX

        static final int COLUMN__COLUMN_INDEX
        The feature id for the 'Column Index' attribute.
        See Also:
        Constant Field Values
      • COLUMN__WIDTH

        static final int COLUMN__WIDTH
        The feature id for the 'Width' attribute.
        See Also:
        Constant Field Values
      • COLUMN__DEFAULT_STYLE

        static final int COLUMN__DEFAULT_STYLE
        The feature id for the 'Default Style' reference.
        See Also:
        Constant Field Values
      • COLUMN__CELLS

        static final int COLUMN__CELLS
        The feature id for the 'Cells' reference list.
        See Also:
        Constant Field Values
      • COLUMN__SHEET

        static final int COLUMN__SHEET
        The feature id for the 'Sheet' container reference.
        See Also:
        Constant Field Values
      • COLUMN_FEATURE_COUNT

        static final int COLUMN_FEATURE_COUNT
        The number of structural features of the 'Column' class.
        See Also:
        Constant Field Values
      • COLOR

        static final int COLOR
        The meta object id for the 'Color' class.
        See Also:
        ColorImpl, ExcelPackageImpl.getColor(), Constant Field Values
      • COLOR__EANNOTATIONS

        static final int COLOR__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • COLOR__RED

        static final int COLOR__RED
        The feature id for the 'Red' attribute.
        See Also:
        Constant Field Values
      • COLOR__GREEN

        static final int COLOR__GREEN
        The feature id for the 'Green' attribute.
        See Also:
        Constant Field Values
      • COLOR__BLUE

        static final int COLOR__BLUE
        The feature id for the 'Blue' attribute.
        See Also:
        Constant Field Values
      • COLOR_FEATURE_COUNT

        static final int COLOR_FEATURE_COUNT
        The number of structural features of the 'Color' class.
        See Also:
        Constant Field Values
      • HYPERLINK

        static final int HYPERLINK
        The meta object id for the 'Hyperlink' class.
        See Also:
        HyperlinkImpl, ExcelPackageImpl.getHyperlink(), Constant Field Values
      • HYPERLINK__EANNOTATIONS

        static final int HYPERLINK__EANNOTATIONS
        The feature id for the 'EAnnotations' containment reference list.
        See Also:
        Constant Field Values
      • HYPERLINK__TYPE

        static final int HYPERLINK__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • HYPERLINK__ADDRESS

        static final int HYPERLINK__ADDRESS
        The feature id for the 'Address' attribute.
        See Also:
        Constant Field Values
      • HYPERLINK__LABEL

        static final int HYPERLINK__LABEL
        The feature id for the 'Label' attribute.
        See Also:
        Constant Field Values
      • HYPERLINK_FEATURE_COUNT

        static final int HYPERLINK_FEATURE_COUNT
        The number of structural features of the 'Hyperlink' class.
        See Also:
        Constant Field Values
    • Method Detail

      • getCell

        org.eclipse.emf.ecore.EClass getCell()
        Returns the meta object for class 'Cell'.
        Returns:
        the meta object for class 'Cell'.
        See Also:
        Cell
      • getCell_Row

        org.eclipse.emf.ecore.EReference getCell_Row()
        Returns the meta object for the container reference 'Row'.
        Returns:
        the meta object for the container reference 'Row'.
        See Also:
        Cell.getRow(), getCell()
      • getCell_Value

        org.eclipse.emf.ecore.EAttribute getCell_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        Cell.getValue(), getCell()
      • getCell_Comment

        org.eclipse.emf.ecore.EReference getCell_Comment()
        Returns the meta object for the containment reference 'Comment'.
        Returns:
        the meta object for the containment reference 'Comment'.
        See Also:
        Cell.getComment(), getCell()
      • getCell_Style

        org.eclipse.emf.ecore.EReference getCell_Style()
        Returns the meta object for the reference 'Style'.
        Returns:
        the meta object for the reference 'Style'.
        See Also:
        Cell.getStyle(), getCell()
      • getCell_Type

        org.eclipse.emf.ecore.EAttribute getCell_Type()
        Returns the meta object for the attribute 'Type'.
        Returns:
        the meta object for the attribute 'Type'.
        See Also:
        Cell.getType(), getCell()
      • getCell_Column

        org.eclipse.emf.ecore.EReference getCell_Column()
        Returns the meta object for the reference 'Column'.
        Returns:
        the meta object for the reference 'Column'.
        See Also:
        Cell.getColumn(), getCell()
      • getCell_Formula

        org.eclipse.emf.ecore.EAttribute getCell_Formula()
        Returns the meta object for the attribute 'Formula'.
        Returns:
        the meta object for the attribute 'Formula'.
        See Also:
        Cell.getFormula(), getCell()
      • getCell_Hyperlink

        org.eclipse.emf.ecore.EReference getCell_Hyperlink()
        Returns the meta object for the containment reference 'Hyperlink'.
        Returns:
        the meta object for the containment reference 'Hyperlink'.
        See Also:
        Cell.getHyperlink(), getCell()
      • getSheet

        org.eclipse.emf.ecore.EClass getSheet()
        Returns the meta object for class 'Sheet'.
        Returns:
        the meta object for class 'Sheet'.
        See Also:
        Sheet
      • getSheet_Rows

        org.eclipse.emf.ecore.EReference getSheet_Rows()
        Returns the meta object for the containment reference list 'Rows'.
        Returns:
        the meta object for the containment reference list 'Rows'.
        See Also:
        Sheet.getRows(), getSheet()
      • getSheet_Name

        org.eclipse.emf.ecore.EAttribute getSheet_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        Sheet.getName(), getSheet()
      • getSheet_MergedRegions

        org.eclipse.emf.ecore.EReference getSheet_MergedRegions()
        Returns the meta object for the containment reference list 'Merged Regions'.
        Returns:
        the meta object for the containment reference list 'Merged Regions'.
        See Also:
        Sheet.getMergedRegions(), getSheet()
      • getSheet_Columns

        org.eclipse.emf.ecore.EReference getSheet_Columns()
        Returns the meta object for the containment reference list 'Columns'.
        Returns:
        the meta object for the containment reference list 'Columns'.
        See Also:
        Sheet.getColumns(), getSheet()
      • getSheet_Workbook

        org.eclipse.emf.ecore.EReference getSheet_Workbook()
        Returns the meta object for the container reference 'Workbook'.
        Returns:
        the meta object for the container reference 'Workbook'.
        See Also:
        Sheet.getWorkbook(), getSheet()
      • getRow

        org.eclipse.emf.ecore.EClass getRow()
        Returns the meta object for class 'Row'.
        Returns:
        the meta object for class 'Row'.
        See Also:
        Row
      • getRow_RowIndex

        org.eclipse.emf.ecore.EAttribute getRow_RowIndex()
        Returns the meta object for the attribute 'Row Index'.
        Returns:
        the meta object for the attribute 'Row Index'.
        See Also:
        Row.getRowIndex(), getRow()
      • getRow_Cells

        org.eclipse.emf.ecore.EReference getRow_Cells()
        Returns the meta object for the containment reference list 'Cells'.
        Returns:
        the meta object for the containment reference list 'Cells'.
        See Also:
        Row.getCells(), getRow()
      • getRow_Sheet

        org.eclipse.emf.ecore.EReference getRow_Sheet()
        Returns the meta object for the container reference 'Sheet'.
        Returns:
        the meta object for the container reference 'Sheet'.
        See Also:
        Row.getSheet(), getRow()
      • getRow_Height

        org.eclipse.emf.ecore.EAttribute getRow_Height()
        Returns the meta object for the attribute 'Height'.
        Returns:
        the meta object for the attribute 'Height'.
        See Also:
        Row.getHeight(), getRow()
      • getComment

        org.eclipse.emf.ecore.EClass getComment()
        Returns the meta object for class 'Comment'.
        Returns:
        the meta object for class 'Comment'.
        See Also:
        Comment
      • getComment_Body

        org.eclipse.emf.ecore.EAttribute getComment_Body()
        Returns the meta object for the attribute 'Body'.
        Returns:
        the meta object for the attribute 'Body'.
        See Also:
        Comment.getBody(), getComment()
      • getComment_Author

        org.eclipse.emf.ecore.EAttribute getComment_Author()
        Returns the meta object for the attribute 'Author'.
        Returns:
        the meta object for the attribute 'Author'.
        See Also:
        Comment.getAuthor(), getComment()
      • getComment_Visible

        org.eclipse.emf.ecore.EAttribute getComment_Visible()
        Returns the meta object for the attribute 'Visible'.
        Returns:
        the meta object for the attribute 'Visible'.
        See Also:
        Comment.isVisible(), getComment()
      • getCellStyle

        org.eclipse.emf.ecore.EClass getCellStyle()
        Returns the meta object for class 'Cell Style'.
        Returns:
        the meta object for class 'Cell Style'.
        See Also:
        CellStyle
      • getCellStyle_Horizontal

        org.eclipse.emf.ecore.EAttribute getCellStyle_Horizontal()
        Returns the meta object for the attribute 'Horizontal'.
        Returns:
        the meta object for the attribute 'Horizontal'.
        See Also:
        CellStyle.getHorizontal(), getCellStyle()
      • getCellStyle_Vertical

        org.eclipse.emf.ecore.EAttribute getCellStyle_Vertical()
        Returns the meta object for the attribute 'Vertical'.
        Returns:
        the meta object for the attribute 'Vertical'.
        See Also:
        CellStyle.getVertical(), getCellStyle()
      • getCellStyle_Background

        org.eclipse.emf.ecore.EReference getCellStyle_Background()
        Returns the meta object for the reference 'Background'.
        Returns:
        the meta object for the reference 'Background'.
        See Also:
        CellStyle.getBackground(), getCellStyle()
      • getCellStyle_Indentation

        org.eclipse.emf.ecore.EAttribute getCellStyle_Indentation()
        Returns the meta object for the attribute 'Indentation'.
        Returns:
        the meta object for the attribute 'Indentation'.
        See Also:
        CellStyle.getIndentation(), getCellStyle()
      • getCellStyle_Locked

        org.eclipse.emf.ecore.EAttribute getCellStyle_Locked()
        Returns the meta object for the attribute 'Locked'.
        Returns:
        the meta object for the attribute 'Locked'.
        See Also:
        CellStyle.isLocked(), getCellStyle()
      • getCellStyle_Rotation

        org.eclipse.emf.ecore.EAttribute getCellStyle_Rotation()
        Returns the meta object for the attribute 'Rotation'.
        Returns:
        the meta object for the attribute 'Rotation'.
        See Also:
        CellStyle.getRotation(), getCellStyle()
      • getCellStyle_WrapText

        org.eclipse.emf.ecore.EAttribute getCellStyle_WrapText()
        Returns the meta object for the attribute 'Wrap Text'.
        Returns:
        the meta object for the attribute 'Wrap Text'.
        See Also:
        CellStyle.isWrapText(), getCellStyle()
      • getCellStyle_Font

        org.eclipse.emf.ecore.EReference getCellStyle_Font()
        Returns the meta object for the reference 'Font'.
        Returns:
        the meta object for the reference 'Font'.
        See Also:
        CellStyle.getFont(), getCellStyle()
      • getCellStyle_DataFormat

        org.eclipse.emf.ecore.EAttribute getCellStyle_DataFormat()
        Returns the meta object for the attribute 'Data Format'.
        Returns:
        the meta object for the attribute 'Data Format'.
        See Also:
        CellStyle.getDataFormat(), getCellStyle()
      • getCellStyle_TopBorder

        org.eclipse.emf.ecore.EAttribute getCellStyle_TopBorder()
        Returns the meta object for the attribute 'Top Border'.
        Returns:
        the meta object for the attribute 'Top Border'.
        See Also:
        CellStyle.getTopBorder(), getCellStyle()
      • getCellStyle_RightColor

        org.eclipse.emf.ecore.EReference getCellStyle_RightColor()
        Returns the meta object for the reference 'Right Color'.
        Returns:
        the meta object for the reference 'Right Color'.
        See Also:
        CellStyle.getRightColor(), getCellStyle()
      • getCellStyle_LeftColor

        org.eclipse.emf.ecore.EReference getCellStyle_LeftColor()
        Returns the meta object for the reference 'Left Color'.
        Returns:
        the meta object for the reference 'Left Color'.
        See Also:
        CellStyle.getLeftColor(), getCellStyle()
      • getCellStyle_TopColor

        org.eclipse.emf.ecore.EReference getCellStyle_TopColor()
        Returns the meta object for the reference 'Top Color'.
        Returns:
        the meta object for the reference 'Top Color'.
        See Also:
        CellStyle.getTopColor(), getCellStyle()
      • getCellStyle_LeftBorder

        org.eclipse.emf.ecore.EAttribute getCellStyle_LeftBorder()
        Returns the meta object for the attribute 'Left Border'.
        Returns:
        the meta object for the attribute 'Left Border'.
        See Also:
        CellStyle.getLeftBorder(), getCellStyle()
      • getCellRegion

        org.eclipse.emf.ecore.EClass getCellRegion()
        Returns the meta object for class 'Cell Region'.
        Returns:
        the meta object for class 'Cell Region'.
        See Also:
        CellRegion
      • getCellRegion_FirstRow

        org.eclipse.emf.ecore.EAttribute getCellRegion_FirstRow()
        Returns the meta object for the attribute 'First Row'.
        Returns:
        the meta object for the attribute 'First Row'.
        See Also:
        CellRegion.getFirstRow(), getCellRegion()
      • getCellRegion_LastRow

        org.eclipse.emf.ecore.EAttribute getCellRegion_LastRow()
        Returns the meta object for the attribute 'Last Row'.
        Returns:
        the meta object for the attribute 'Last Row'.
        See Also:
        CellRegion.getLastRow(), getCellRegion()
      • getCellRegion_FirstCell

        org.eclipse.emf.ecore.EReference getCellRegion_FirstCell()
        Returns the meta object for the reference 'First Cell'.
        Returns:
        the meta object for the reference 'First Cell'.
        See Also:
        CellRegion.getFirstCell(), getCellRegion()
      • getWorkbook

        org.eclipse.emf.ecore.EClass getWorkbook()
        Returns the meta object for class 'Workbook'.
        Returns:
        the meta object for class 'Workbook'.
        See Also:
        Workbook
      • getWorkbook_Sheets

        org.eclipse.emf.ecore.EReference getWorkbook_Sheets()
        Returns the meta object for the containment reference list 'Sheets'.
        Returns:
        the meta object for the containment reference list 'Sheets'.
        See Also:
        Workbook.getSheets(), getWorkbook()
      • getWorkbook_Fonts

        org.eclipse.emf.ecore.EReference getWorkbook_Fonts()
        Returns the meta object for the containment reference list 'Fonts'.
        Returns:
        the meta object for the containment reference list 'Fonts'.
        See Also:
        Workbook.getFonts(), getWorkbook()
      • getWorkbook_CellStyles

        org.eclipse.emf.ecore.EReference getWorkbook_CellStyles()
        Returns the meta object for the containment reference list 'Cell Styles'.
        Returns:
        the meta object for the containment reference list 'Cell Styles'.
        See Also:
        Workbook.getCellStyles(), getWorkbook()
      • getWorkbook_Colors

        org.eclipse.emf.ecore.EReference getWorkbook_Colors()
        Returns the meta object for the containment reference list 'Colors'.
        Returns:
        the meta object for the containment reference list 'Colors'.
        See Also:
        Workbook.getColors(), getWorkbook()
      • getFont

        org.eclipse.emf.ecore.EClass getFont()
        Returns the meta object for class 'Font'.
        Returns:
        the meta object for class 'Font'.
        See Also:
        Font
      • getFont_Name

        org.eclipse.emf.ecore.EAttribute getFont_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        Font.getName(), getFont()
      • getFont_Italic

        org.eclipse.emf.ecore.EAttribute getFont_Italic()
        Returns the meta object for the attribute 'Italic'.
        Returns:
        the meta object for the attribute 'Italic'.
        See Also:
        Font.isItalic(), getFont()
      • getFont_Bold

        org.eclipse.emf.ecore.EAttribute getFont_Bold()
        Returns the meta object for the attribute 'Bold'.
        Returns:
        the meta object for the attribute 'Bold'.
        See Also:
        Font.isBold(), getFont()
      • getFont_Strikeout

        org.eclipse.emf.ecore.EAttribute getFont_Strikeout()
        Returns the meta object for the attribute 'Strikeout'.
        Returns:
        the meta object for the attribute 'Strikeout'.
        See Also:
        Font.isStrikeout(), getFont()
      • getFont_Underline

        org.eclipse.emf.ecore.EAttribute getFont_Underline()
        Returns the meta object for the attribute 'Underline'.
        Returns:
        the meta object for the attribute 'Underline'.
        See Also:
        Font.getUnderline(), getFont()
      • getFont_Color

        org.eclipse.emf.ecore.EReference getFont_Color()
        Returns the meta object for the reference 'Color'.
        Returns:
        the meta object for the reference 'Color'.
        See Also:
        Font.getColor(), getFont()
      • getFont_CharSet

        org.eclipse.emf.ecore.EAttribute getFont_CharSet()
        Returns the meta object for the attribute 'Char Set'.
        Returns:
        the meta object for the attribute 'Char Set'.
        See Also:
        Font.getCharSet(), getFont()
      • getFont_Height

        org.eclipse.emf.ecore.EAttribute getFont_Height()
        Returns the meta object for the attribute 'Height'.
        Returns:
        the meta object for the attribute 'Height'.
        See Also:
        Font.getHeight(), getFont()
      • getFont_TypeOffset

        org.eclipse.emf.ecore.EAttribute getFont_TypeOffset()
        Returns the meta object for the attribute 'Type Offset'.
        Returns:
        the meta object for the attribute 'Type Offset'.
        See Also:
        Font.getTypeOffset(), getFont()
      • getColumn

        org.eclipse.emf.ecore.EClass getColumn()
        Returns the meta object for class 'Column'.
        Returns:
        the meta object for class 'Column'.
        See Also:
        Column
      • getColumn_ColumnIndex

        org.eclipse.emf.ecore.EAttribute getColumn_ColumnIndex()
        Returns the meta object for the attribute 'Column Index'.
        Returns:
        the meta object for the attribute 'Column Index'.
        See Also:
        Column.getColumnIndex(), getColumn()
      • getColumn_Width

        org.eclipse.emf.ecore.EAttribute getColumn_Width()
        Returns the meta object for the attribute 'Width'.
        Returns:
        the meta object for the attribute 'Width'.
        See Also:
        Column.getWidth(), getColumn()
      • getColumn_DefaultStyle

        org.eclipse.emf.ecore.EReference getColumn_DefaultStyle()
        Returns the meta object for the reference 'Default Style'.
        Returns:
        the meta object for the reference 'Default Style'.
        See Also:
        Column.getDefaultStyle(), getColumn()
      • getColumn_Cells

        org.eclipse.emf.ecore.EReference getColumn_Cells()
        Returns the meta object for the reference list 'Cells'.
        Returns:
        the meta object for the reference list 'Cells'.
        See Also:
        Column.getCells(), getColumn()
      • getColumn_Sheet

        org.eclipse.emf.ecore.EReference getColumn_Sheet()
        Returns the meta object for the container reference 'Sheet'.
        Returns:
        the meta object for the container reference 'Sheet'.
        See Also:
        Column.getSheet(), getColumn()
      • getCellType

        org.eclipse.emf.ecore.EEnum getCellType()
        Returns the meta object for enum 'Cell Type'.
        Returns:
        the meta object for enum 'Cell Type'.
        See Also:
        CellType
      • getHorizontalAlignment

        org.eclipse.emf.ecore.EEnum getHorizontalAlignment()
        Returns the meta object for enum 'Horizontal Alignment'.
        Returns:
        the meta object for enum 'Horizontal Alignment'.
        See Also:
        HorizontalAlignment
      • getVerticalAlignment

        org.eclipse.emf.ecore.EEnum getVerticalAlignment()
        Returns the meta object for enum 'Vertical Alignment'.
        Returns:
        the meta object for enum 'Vertical Alignment'.
        See Also:
        VerticalAlignment
      • getBorderType

        org.eclipse.emf.ecore.EEnum getBorderType()
        Returns the meta object for enum 'Border Type'.
        Returns:
        the meta object for enum 'Border Type'.
        See Also:
        BorderType
      • getFontCharSet

        org.eclipse.emf.ecore.EEnum getFontCharSet()
        Returns the meta object for enum 'Font Char Set'.
        Returns:
        the meta object for enum 'Font Char Set'.
        See Also:
        FontCharSet
      • getTypeOffset

        org.eclipse.emf.ecore.EEnum getTypeOffset()
        Returns the meta object for enum 'Type Offset'.
        Returns:
        the meta object for enum 'Type Offset'.
        See Also:
        TypeOffset
      • getFontUnderline

        org.eclipse.emf.ecore.EEnum getFontUnderline()
        Returns the meta object for enum 'Font Underline'.
        Returns:
        the meta object for enum 'Font Underline'.
        See Also:
        FontUnderline
      • getHyperlinkType

        org.eclipse.emf.ecore.EEnum getHyperlinkType()
        Returns the meta object for enum 'Hyperlink Type'.
        Returns:
        the meta object for enum 'Hyperlink Type'.
        See Also:
        HyperlinkType
      • getColor

        org.eclipse.emf.ecore.EClass getColor()
        Returns the meta object for class 'Color'.
        Returns:
        the meta object for class 'Color'.
        See Also:
        Color
      • getColor_Red

        org.eclipse.emf.ecore.EAttribute getColor_Red()
        Returns the meta object for the attribute 'Red'.
        Returns:
        the meta object for the attribute 'Red'.
        See Also:
        Color.getRed(), getColor()
      • getColor_Blue

        org.eclipse.emf.ecore.EAttribute getColor_Blue()
        Returns the meta object for the attribute 'Blue'.
        Returns:
        the meta object for the attribute 'Blue'.
        See Also:
        Color.getBlue(), getColor()
      • getHyperlink

        org.eclipse.emf.ecore.EClass getHyperlink()
        Returns the meta object for class 'Hyperlink'.
        Returns:
        the meta object for class 'Hyperlink'.
        See Also:
        Hyperlink
      • getHyperlink_Type

        org.eclipse.emf.ecore.EAttribute getHyperlink_Type()
        Returns the meta object for the attribute 'Type'.
        Returns:
        the meta object for the attribute 'Type'.
        See Also:
        Hyperlink.getType(), getHyperlink()
      • getHyperlink_Address

        org.eclipse.emf.ecore.EAttribute getHyperlink_Address()
        Returns the meta object for the attribute 'Address'.
        Returns:
        the meta object for the attribute 'Address'.
        See Also:
        Hyperlink.getAddress(), getHyperlink()
      • getHyperlink_Label

        org.eclipse.emf.ecore.EAttribute getHyperlink_Label()
        Returns the meta object for the attribute 'Label'.
        Returns:
        the meta object for the attribute 'Label'.
        See Also:
        Hyperlink.getLabel(), getHyperlink()
      • getColor_Green

        org.eclipse.emf.ecore.EAttribute getColor_Green()
        Returns the meta object for the attribute 'Green'.
        Returns:
        the meta object for the attribute 'Green'.
        See Also:
        Color.getGreen(), getColor()
      • getExcelFactory

        ExcelFactory getExcelFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.