Interface ExcelPackage.Literals

  • Enclosing interface:
    ExcelPackage

    public static interface ExcelPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EEnum BORDER_TYPE
      The meta object literal for the 'Border Type' enum.
      static org.eclipse.emf.ecore.EClass CELL
      The meta object literal for the 'Cell' class.
      static org.eclipse.emf.ecore.EReference CELL__COLUMN
      The meta object literal for the 'Column' reference feature.
      static org.eclipse.emf.ecore.EReference CELL__COMMENT
      The meta object literal for the 'Comment' containment reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL__FORMULA
      The meta object literal for the 'Formula' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL__HYPERLINK
      The meta object literal for the 'Hyperlink' containment reference feature.
      static org.eclipse.emf.ecore.EReference CELL__ROW
      The meta object literal for the 'Row' container reference feature.
      static org.eclipse.emf.ecore.EReference CELL__STYLE
      The meta object literal for the 'Style' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL__TYPE
      The meta object literal for the 'Type' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL__VALUE
      The meta object literal for the 'Value' attribute feature.
      static org.eclipse.emf.ecore.EClass CELL_REGION
      The meta object literal for the 'Cell Region' class.
      static org.eclipse.emf.ecore.EReference CELL_REGION__FIRST_CELL
      The meta object literal for the 'First Cell' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_REGION__FIRST_COLUMN
      The meta object literal for the 'First Column' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_REGION__FIRST_ROW
      The meta object literal for the 'First Row' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_REGION__LAST_COLUMN
      The meta object literal for the 'Last Column' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_REGION__LAST_ROW
      The meta object literal for the 'Last Row' attribute feature.
      static org.eclipse.emf.ecore.EClass CELL_STYLE
      The meta object literal for the 'Cell Style' class.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__BACKGROUND
      The meta object literal for the 'Background' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__BOTTOM_BORDER
      The meta object literal for the 'Bottom Border' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__BOTTOM_COLOR
      The meta object literal for the 'Bottom Color' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__DATA_FORMAT
      The meta object literal for the 'Data Format' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__FONT
      The meta object literal for the 'Font' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__HORIZONTAL
      The meta object literal for the 'Horizontal' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__INDENTATION
      The meta object literal for the 'Indentation' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__LEFT_BORDER
      The meta object literal for the 'Left Border' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__LEFT_COLOR
      The meta object literal for the 'Left Color' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__LOCKED
      The meta object literal for the 'Locked' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__RIGHT_BORDER
      The meta object literal for the 'Right Border' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__RIGHT_COLOR
      The meta object literal for the 'Right Color' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__ROTATION
      The meta object literal for the 'Rotation' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__TOP_BORDER
      The meta object literal for the 'Top Border' attribute feature.
      static org.eclipse.emf.ecore.EReference CELL_STYLE__TOP_COLOR
      The meta object literal for the 'Top Color' reference feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__VERTICAL
      The meta object literal for the 'Vertical' attribute feature.
      static org.eclipse.emf.ecore.EAttribute CELL_STYLE__WRAP_TEXT
      The meta object literal for the 'Wrap Text' attribute feature.
      static org.eclipse.emf.ecore.EEnum CELL_TYPE
      The meta object literal for the 'Cell Type' enum.
      static org.eclipse.emf.ecore.EClass COLOR
      The meta object literal for the 'Color' class.
      static org.eclipse.emf.ecore.EAttribute COLOR__BLUE
      The meta object literal for the 'Blue' attribute feature.
      static org.eclipse.emf.ecore.EAttribute COLOR__GREEN
      The meta object literal for the 'Green' attribute feature.
      static org.eclipse.emf.ecore.EAttribute COLOR__RED
      The meta object literal for the 'Red' attribute feature.
      static org.eclipse.emf.ecore.EClass COLUMN
      The meta object literal for the 'Column' class.
      static org.eclipse.emf.ecore.EReference COLUMN__CELLS
      The meta object literal for the 'Cells' reference list feature.
      static org.eclipse.emf.ecore.EAttribute COLUMN__COLUMN_INDEX
      The meta object literal for the 'Column Index' attribute feature.
      static org.eclipse.emf.ecore.EReference COLUMN__DEFAULT_STYLE
      The meta object literal for the 'Default Style' reference feature.
      static org.eclipse.emf.ecore.EReference COLUMN__SHEET
      The meta object literal for the 'Sheet' container reference feature.
      static org.eclipse.emf.ecore.EAttribute COLUMN__WIDTH
      The meta object literal for the 'Width' attribute feature.
      static org.eclipse.emf.ecore.EClass COMMENT
      The meta object literal for the 'Comment' class.
      static org.eclipse.emf.ecore.EAttribute COMMENT__AUTHOR
      The meta object literal for the 'Author' attribute feature.
      static org.eclipse.emf.ecore.EAttribute COMMENT__BODY
      The meta object literal for the 'Body' attribute feature.
      static org.eclipse.emf.ecore.EAttribute COMMENT__VISIBLE
      The meta object literal for the 'Visible' attribute feature.
      static org.eclipse.emf.ecore.EClass FONT
      The meta object literal for the 'Font' class.
      static org.eclipse.emf.ecore.EAttribute FONT__BOLD
      The meta object literal for the 'Bold' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__CHAR_SET
      The meta object literal for the 'Char Set' attribute feature.
      static org.eclipse.emf.ecore.EReference FONT__COLOR
      The meta object literal for the 'Color' reference feature.
      static org.eclipse.emf.ecore.EAttribute FONT__HEIGHT
      The meta object literal for the 'Height' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__ITALIC
      The meta object literal for the 'Italic' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__STRIKEOUT
      The meta object literal for the 'Strikeout' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__TYPE_OFFSET
      The meta object literal for the 'Type Offset' attribute feature.
      static org.eclipse.emf.ecore.EAttribute FONT__UNDERLINE
      The meta object literal for the 'Underline' attribute feature.
      static org.eclipse.emf.ecore.EEnum FONT_CHAR_SET
      The meta object literal for the 'Font Char Set' enum.
      static org.eclipse.emf.ecore.EEnum FONT_UNDERLINE
      The meta object literal for the 'Font Underline' enum.
      static org.eclipse.emf.ecore.EEnum HORIZONTAL_ALIGNMENT
      The meta object literal for the 'Horizontal Alignment' enum.
      static org.eclipse.emf.ecore.EClass HYPERLINK
      The meta object literal for the 'Hyperlink' class.
      static org.eclipse.emf.ecore.EAttribute HYPERLINK__ADDRESS
      The meta object literal for the 'Address' attribute feature.
      static org.eclipse.emf.ecore.EAttribute HYPERLINK__LABEL
      The meta object literal for the 'Label' attribute feature.
      static org.eclipse.emf.ecore.EAttribute HYPERLINK__TYPE
      The meta object literal for the 'Type' attribute feature.
      static org.eclipse.emf.ecore.EEnum HYPERLINK_TYPE
      The meta object literal for the 'Hyperlink Type' enum.
      static org.eclipse.emf.ecore.EClass ROW
      The meta object literal for the 'Row' class.
      static org.eclipse.emf.ecore.EReference ROW__CELLS
      The meta object literal for the 'Cells' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute ROW__HEIGHT
      The meta object literal for the 'Height' attribute feature.
      static org.eclipse.emf.ecore.EAttribute ROW__ROW_INDEX
      The meta object literal for the 'Row Index' attribute feature.
      static org.eclipse.emf.ecore.EReference ROW__SHEET
      The meta object literal for the 'Sheet' container reference feature.
      static org.eclipse.emf.ecore.EClass SHEET
      The meta object literal for the 'Sheet' class.
      static org.eclipse.emf.ecore.EReference SHEET__COLUMNS
      The meta object literal for the 'Columns' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute SHEET__DEFAULT_COLUMN_WIDTH
      The meta object literal for the 'Default Column Width' attribute feature.
      static org.eclipse.emf.ecore.EAttribute SHEET__DEFAULT_ROW_HEIGHT
      The meta object literal for the 'Default Row Height' attribute feature.
      static org.eclipse.emf.ecore.EReference SHEET__MERGED_REGIONS
      The meta object literal for the 'Merged Regions' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute SHEET__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EReference SHEET__ROWS
      The meta object literal for the 'Rows' containment reference list feature.
      static org.eclipse.emf.ecore.EReference SHEET__WORKBOOK
      The meta object literal for the 'Workbook' container reference feature.
      static org.eclipse.emf.ecore.EEnum TYPE_OFFSET
      The meta object literal for the 'Type Offset' enum.
      static org.eclipse.emf.ecore.EEnum VERTICAL_ALIGNMENT
      The meta object literal for the 'Vertical Alignment' enum.
      static org.eclipse.emf.ecore.EClass WORKBOOK
      The meta object literal for the 'Workbook' class.
      static org.eclipse.emf.ecore.EReference WORKBOOK__CELL_STYLES
      The meta object literal for the 'Cell Styles' containment reference list feature.
      static org.eclipse.emf.ecore.EReference WORKBOOK__COLORS
      The meta object literal for the 'Colors' containment reference list feature.
      static org.eclipse.emf.ecore.EReference WORKBOOK__FONTS
      The meta object literal for the 'Fonts' containment reference list feature.
      static org.eclipse.emf.ecore.EReference WORKBOOK__SHEETS
      The meta object literal for the 'Sheets' containment reference list feature.
    • Field Detail

      • CELL

        static final org.eclipse.emf.ecore.EClass CELL
        The meta object literal for the 'Cell' class.
        See Also:
        CellImpl, ExcelPackageImpl.getCell()
      • CELL__ROW

        static final org.eclipse.emf.ecore.EReference CELL__ROW
        The meta object literal for the 'Row' container reference feature.
      • CELL__VALUE

        static final org.eclipse.emf.ecore.EAttribute CELL__VALUE
        The meta object literal for the 'Value' attribute feature.
      • CELL__COMMENT

        static final org.eclipse.emf.ecore.EReference CELL__COMMENT
        The meta object literal for the 'Comment' containment reference feature.
      • CELL__STYLE

        static final org.eclipse.emf.ecore.EReference CELL__STYLE
        The meta object literal for the 'Style' reference feature.
      • CELL__TYPE

        static final org.eclipse.emf.ecore.EAttribute CELL__TYPE
        The meta object literal for the 'Type' attribute feature.
      • CELL__COLUMN

        static final org.eclipse.emf.ecore.EReference CELL__COLUMN
        The meta object literal for the 'Column' reference feature.
      • CELL__FORMULA

        static final org.eclipse.emf.ecore.EAttribute CELL__FORMULA
        The meta object literal for the 'Formula' attribute feature.
      • CELL__HYPERLINK

        static final org.eclipse.emf.ecore.EReference CELL__HYPERLINK
        The meta object literal for the 'Hyperlink' containment reference feature.
      • SHEET

        static final org.eclipse.emf.ecore.EClass SHEET
        The meta object literal for the 'Sheet' class.
        See Also:
        SheetImpl, ExcelPackageImpl.getSheet()
      • SHEET__ROWS

        static final org.eclipse.emf.ecore.EReference SHEET__ROWS
        The meta object literal for the 'Rows' containment reference list feature.
      • SHEET__NAME

        static final org.eclipse.emf.ecore.EAttribute SHEET__NAME
        The meta object literal for the 'Name' attribute feature.
      • SHEET__MERGED_REGIONS

        static final org.eclipse.emf.ecore.EReference SHEET__MERGED_REGIONS
        The meta object literal for the 'Merged Regions' containment reference list feature.
      • SHEET__DEFAULT_ROW_HEIGHT

        static final org.eclipse.emf.ecore.EAttribute SHEET__DEFAULT_ROW_HEIGHT
        The meta object literal for the 'Default Row Height' attribute feature.
      • SHEET__DEFAULT_COLUMN_WIDTH

        static final org.eclipse.emf.ecore.EAttribute SHEET__DEFAULT_COLUMN_WIDTH
        The meta object literal for the 'Default Column Width' attribute feature.
      • SHEET__COLUMNS

        static final org.eclipse.emf.ecore.EReference SHEET__COLUMNS
        The meta object literal for the 'Columns' containment reference list feature.
      • SHEET__WORKBOOK

        static final org.eclipse.emf.ecore.EReference SHEET__WORKBOOK
        The meta object literal for the 'Workbook' container reference feature.
      • ROW

        static final org.eclipse.emf.ecore.EClass ROW
        The meta object literal for the 'Row' class.
        See Also:
        RowImpl, ExcelPackageImpl.getRow()
      • ROW__ROW_INDEX

        static final org.eclipse.emf.ecore.EAttribute ROW__ROW_INDEX
        The meta object literal for the 'Row Index' attribute feature.
      • ROW__CELLS

        static final org.eclipse.emf.ecore.EReference ROW__CELLS
        The meta object literal for the 'Cells' containment reference list feature.
      • ROW__SHEET

        static final org.eclipse.emf.ecore.EReference ROW__SHEET
        The meta object literal for the 'Sheet' container reference feature.
      • ROW__HEIGHT

        static final org.eclipse.emf.ecore.EAttribute ROW__HEIGHT
        The meta object literal for the 'Height' attribute feature.
      • COMMENT

        static final org.eclipse.emf.ecore.EClass COMMENT
        The meta object literal for the 'Comment' class.
        See Also:
        CommentImpl, ExcelPackageImpl.getComment()
      • COMMENT__BODY

        static final org.eclipse.emf.ecore.EAttribute COMMENT__BODY
        The meta object literal for the 'Body' attribute feature.
      • COMMENT__AUTHOR

        static final org.eclipse.emf.ecore.EAttribute COMMENT__AUTHOR
        The meta object literal for the 'Author' attribute feature.
      • COMMENT__VISIBLE

        static final org.eclipse.emf.ecore.EAttribute COMMENT__VISIBLE
        The meta object literal for the 'Visible' attribute feature.
      • CELL_STYLE

        static final org.eclipse.emf.ecore.EClass CELL_STYLE
        The meta object literal for the 'Cell Style' class.
        See Also:
        CellStyleImpl, ExcelPackageImpl.getCellStyle()
      • CELL_STYLE__HORIZONTAL

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__HORIZONTAL
        The meta object literal for the 'Horizontal' attribute feature.
      • CELL_STYLE__VERTICAL

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__VERTICAL
        The meta object literal for the 'Vertical' attribute feature.
      • CELL_STYLE__BACKGROUND

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__BACKGROUND
        The meta object literal for the 'Background' reference feature.
      • CELL_STYLE__INDENTATION

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__INDENTATION
        The meta object literal for the 'Indentation' attribute feature.
      • CELL_STYLE__LOCKED

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__LOCKED
        The meta object literal for the 'Locked' attribute feature.
      • CELL_STYLE__ROTATION

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__ROTATION
        The meta object literal for the 'Rotation' attribute feature.
      • CELL_STYLE__WRAP_TEXT

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__WRAP_TEXT
        The meta object literal for the 'Wrap Text' attribute feature.
      • CELL_STYLE__FONT

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__FONT
        The meta object literal for the 'Font' reference feature.
      • CELL_STYLE__DATA_FORMAT

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__DATA_FORMAT
        The meta object literal for the 'Data Format' attribute feature.
      • CELL_STYLE__TOP_BORDER

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__TOP_BORDER
        The meta object literal for the 'Top Border' attribute feature.
      • CELL_STYLE__BOTTOM_BORDER

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__BOTTOM_BORDER
        The meta object literal for the 'Bottom Border' attribute feature.
      • CELL_STYLE__RIGHT_COLOR

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__RIGHT_COLOR
        The meta object literal for the 'Right Color' reference feature.
      • CELL_STYLE__LEFT_COLOR

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__LEFT_COLOR
        The meta object literal for the 'Left Color' reference feature.
      • CELL_STYLE__BOTTOM_COLOR

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__BOTTOM_COLOR
        The meta object literal for the 'Bottom Color' reference feature.
      • CELL_STYLE__TOP_COLOR

        static final org.eclipse.emf.ecore.EReference CELL_STYLE__TOP_COLOR
        The meta object literal for the 'Top Color' reference feature.
      • CELL_STYLE__RIGHT_BORDER

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__RIGHT_BORDER
        The meta object literal for the 'Right Border' attribute feature.
      • CELL_STYLE__LEFT_BORDER

        static final org.eclipse.emf.ecore.EAttribute CELL_STYLE__LEFT_BORDER
        The meta object literal for the 'Left Border' attribute feature.
      • CELL_REGION

        static final org.eclipse.emf.ecore.EClass CELL_REGION
        The meta object literal for the 'Cell Region' class.
        See Also:
        CellRegionImpl, ExcelPackageImpl.getCellRegion()
      • CELL_REGION__FIRST_ROW

        static final org.eclipse.emf.ecore.EAttribute CELL_REGION__FIRST_ROW
        The meta object literal for the 'First Row' attribute feature.
      • CELL_REGION__LAST_ROW

        static final org.eclipse.emf.ecore.EAttribute CELL_REGION__LAST_ROW
        The meta object literal for the 'Last Row' attribute feature.
      • CELL_REGION__FIRST_COLUMN

        static final org.eclipse.emf.ecore.EAttribute CELL_REGION__FIRST_COLUMN
        The meta object literal for the 'First Column' attribute feature.
      • CELL_REGION__LAST_COLUMN

        static final org.eclipse.emf.ecore.EAttribute CELL_REGION__LAST_COLUMN
        The meta object literal for the 'Last Column' attribute feature.
      • CELL_REGION__FIRST_CELL

        static final org.eclipse.emf.ecore.EReference CELL_REGION__FIRST_CELL
        The meta object literal for the 'First Cell' reference feature.
      • WORKBOOK

        static final org.eclipse.emf.ecore.EClass WORKBOOK
        The meta object literal for the 'Workbook' class.
        See Also:
        WorkbookImpl, ExcelPackageImpl.getWorkbook()
      • WORKBOOK__SHEETS

        static final org.eclipse.emf.ecore.EReference WORKBOOK__SHEETS
        The meta object literal for the 'Sheets' containment reference list feature.
      • WORKBOOK__FONTS

        static final org.eclipse.emf.ecore.EReference WORKBOOK__FONTS
        The meta object literal for the 'Fonts' containment reference list feature.
      • WORKBOOK__CELL_STYLES

        static final org.eclipse.emf.ecore.EReference WORKBOOK__CELL_STYLES
        The meta object literal for the 'Cell Styles' containment reference list feature.
      • WORKBOOK__COLORS

        static final org.eclipse.emf.ecore.EReference WORKBOOK__COLORS
        The meta object literal for the 'Colors' containment reference list feature.
      • FONT

        static final org.eclipse.emf.ecore.EClass FONT
        The meta object literal for the 'Font' class.
        See Also:
        FontImpl, ExcelPackageImpl.getFont()
      • FONT__NAME

        static final org.eclipse.emf.ecore.EAttribute FONT__NAME
        The meta object literal for the 'Name' attribute feature.
      • FONT__ITALIC

        static final org.eclipse.emf.ecore.EAttribute FONT__ITALIC
        The meta object literal for the 'Italic' attribute feature.
      • FONT__BOLD

        static final org.eclipse.emf.ecore.EAttribute FONT__BOLD
        The meta object literal for the 'Bold' attribute feature.
      • FONT__STRIKEOUT

        static final org.eclipse.emf.ecore.EAttribute FONT__STRIKEOUT
        The meta object literal for the 'Strikeout' attribute feature.
      • FONT__UNDERLINE

        static final org.eclipse.emf.ecore.EAttribute FONT__UNDERLINE
        The meta object literal for the 'Underline' attribute feature.
      • FONT__COLOR

        static final org.eclipse.emf.ecore.EReference FONT__COLOR
        The meta object literal for the 'Color' reference feature.
      • FONT__CHAR_SET

        static final org.eclipse.emf.ecore.EAttribute FONT__CHAR_SET
        The meta object literal for the 'Char Set' attribute feature.
      • FONT__HEIGHT

        static final org.eclipse.emf.ecore.EAttribute FONT__HEIGHT
        The meta object literal for the 'Height' attribute feature.
      • FONT__TYPE_OFFSET

        static final org.eclipse.emf.ecore.EAttribute FONT__TYPE_OFFSET
        The meta object literal for the 'Type Offset' attribute feature.
      • COLUMN

        static final org.eclipse.emf.ecore.EClass COLUMN
        The meta object literal for the 'Column' class.
        See Also:
        ColumnImpl, ExcelPackageImpl.getColumn()
      • COLUMN__COLUMN_INDEX

        static final org.eclipse.emf.ecore.EAttribute COLUMN__COLUMN_INDEX
        The meta object literal for the 'Column Index' attribute feature.
      • COLUMN__WIDTH

        static final org.eclipse.emf.ecore.EAttribute COLUMN__WIDTH
        The meta object literal for the 'Width' attribute feature.
      • COLUMN__DEFAULT_STYLE

        static final org.eclipse.emf.ecore.EReference COLUMN__DEFAULT_STYLE
        The meta object literal for the 'Default Style' reference feature.
      • COLUMN__CELLS

        static final org.eclipse.emf.ecore.EReference COLUMN__CELLS
        The meta object literal for the 'Cells' reference list feature.
      • COLUMN__SHEET

        static final org.eclipse.emf.ecore.EReference COLUMN__SHEET
        The meta object literal for the 'Sheet' container reference feature.
      • CELL_TYPE

        static final org.eclipse.emf.ecore.EEnum CELL_TYPE
        The meta object literal for the 'Cell Type' enum.
        See Also:
        CellType, ExcelPackageImpl.getCellType()
      • HORIZONTAL_ALIGNMENT

        static final org.eclipse.emf.ecore.EEnum HORIZONTAL_ALIGNMENT
        The meta object literal for the 'Horizontal Alignment' enum.
        See Also:
        HorizontalAlignment, ExcelPackageImpl.getHorizontalAlignment()
      • VERTICAL_ALIGNMENT

        static final org.eclipse.emf.ecore.EEnum VERTICAL_ALIGNMENT
        The meta object literal for the 'Vertical Alignment' enum.
        See Also:
        VerticalAlignment, ExcelPackageImpl.getVerticalAlignment()
      • BORDER_TYPE

        static final org.eclipse.emf.ecore.EEnum BORDER_TYPE
        The meta object literal for the 'Border Type' enum.
        See Also:
        BorderType, ExcelPackageImpl.getBorderType()
      • FONT_CHAR_SET

        static final org.eclipse.emf.ecore.EEnum FONT_CHAR_SET
        The meta object literal for the 'Font Char Set' enum.
        See Also:
        FontCharSet, ExcelPackageImpl.getFontCharSet()
      • TYPE_OFFSET

        static final org.eclipse.emf.ecore.EEnum TYPE_OFFSET
        The meta object literal for the 'Type Offset' enum.
        See Also:
        TypeOffset, ExcelPackageImpl.getTypeOffset()
      • FONT_UNDERLINE

        static final org.eclipse.emf.ecore.EEnum FONT_UNDERLINE
        The meta object literal for the 'Font Underline' enum.
        See Also:
        FontUnderline, ExcelPackageImpl.getFontUnderline()
      • HYPERLINK_TYPE

        static final org.eclipse.emf.ecore.EEnum HYPERLINK_TYPE
        The meta object literal for the 'Hyperlink Type' enum.
        See Also:
        HyperlinkType, ExcelPackageImpl.getHyperlinkType()
      • COLOR

        static final org.eclipse.emf.ecore.EClass COLOR
        The meta object literal for the 'Color' class.
        See Also:
        ColorImpl, ExcelPackageImpl.getColor()
      • COLOR__RED

        static final org.eclipse.emf.ecore.EAttribute COLOR__RED
        The meta object literal for the 'Red' attribute feature.
      • COLOR__BLUE

        static final org.eclipse.emf.ecore.EAttribute COLOR__BLUE
        The meta object literal for the 'Blue' attribute feature.
      • HYPERLINK

        static final org.eclipse.emf.ecore.EClass HYPERLINK
        The meta object literal for the 'Hyperlink' class.
        See Also:
        HyperlinkImpl, ExcelPackageImpl.getHyperlink()
      • HYPERLINK__TYPE

        static final org.eclipse.emf.ecore.EAttribute HYPERLINK__TYPE
        The meta object literal for the 'Type' attribute feature.
      • HYPERLINK__ADDRESS

        static final org.eclipse.emf.ecore.EAttribute HYPERLINK__ADDRESS
        The meta object literal for the 'Address' attribute feature.
      • HYPERLINK__LABEL

        static final org.eclipse.emf.ecore.EAttribute HYPERLINK__LABEL
        The meta object literal for the 'Label' attribute feature.
      • COLOR__GREEN

        static final org.eclipse.emf.ecore.EAttribute COLOR__GREEN
        The meta object literal for the 'Green' attribute feature.