Package com.sodius.mdw.metamodel.excel
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 int
BORDER_TYPE
The meta object id for the 'Border Type
' enum.static int
CELL
The meta object id for the 'Cell
' class.static int
CELL__COLUMN
The feature id for the 'Column' reference.static int
CELL__COMMENT
The feature id for the 'Comment' containment reference.static int
CELL__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
CELL__FORMULA
The feature id for the 'Formula' attribute.static int
CELL__HYPERLINK
The feature id for the 'Hyperlink' containment reference.static int
CELL__ROW
The feature id for the 'Row' container reference.static int
CELL__STYLE
The feature id for the 'Style' reference.static int
CELL__TYPE
The feature id for the 'Type' attribute.static int
CELL__VALUE
The feature id for the 'Value' attribute.static int
CELL_FEATURE_COUNT
The number of structural features of the 'Cell' class.static int
CELL_REGION
The meta object id for the 'Cell Region
' class.static int
CELL_REGION__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
CELL_REGION__FIRST_CELL
The feature id for the 'First Cell' reference.static int
CELL_REGION__FIRST_COLUMN
The feature id for the 'First Column' attribute.static int
CELL_REGION__FIRST_ROW
The feature id for the 'First Row' attribute.static int
CELL_REGION__LAST_COLUMN
The feature id for the 'Last Column' attribute.static int
CELL_REGION__LAST_ROW
The feature id for the 'Last Row' attribute.static int
CELL_REGION_FEATURE_COUNT
The number of structural features of the 'Cell Region' class.static int
CELL_STYLE
The meta object id for the 'Cell Style
' class.static int
CELL_STYLE__BACKGROUND
The feature id for the 'Background' reference.static int
CELL_STYLE__BOTTOM_BORDER
The feature id for the 'Bottom Border' attribute.static int
CELL_STYLE__BOTTOM_COLOR
The feature id for the 'Bottom Color' reference.static int
CELL_STYLE__DATA_FORMAT
The feature id for the 'Data Format' attribute.static int
CELL_STYLE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
CELL_STYLE__FONT
The feature id for the 'Font' reference.static int
CELL_STYLE__HORIZONTAL
The feature id for the 'Horizontal' attribute.static int
CELL_STYLE__INDENTATION
The feature id for the 'Indentation' attribute.static int
CELL_STYLE__LEFT_BORDER
The feature id for the 'Left Border' attribute.static int
CELL_STYLE__LEFT_COLOR
The feature id for the 'Left Color' reference.static int
CELL_STYLE__LOCKED
The feature id for the 'Locked' attribute.static int
CELL_STYLE__RIGHT_BORDER
The feature id for the 'Right Border' attribute.static int
CELL_STYLE__RIGHT_COLOR
The feature id for the 'Right Color' reference.static int
CELL_STYLE__ROTATION
The feature id for the 'Rotation' attribute.static int
CELL_STYLE__TOP_BORDER
The feature id for the 'Top Border' attribute.static int
CELL_STYLE__TOP_COLOR
The feature id for the 'Top Color' reference.static int
CELL_STYLE__VERTICAL
The feature id for the 'Vertical' attribute.static int
CELL_STYLE__WRAP_TEXT
The feature id for the 'Wrap Text' attribute.static int
CELL_STYLE_FEATURE_COUNT
The number of structural features of the 'Cell Style' class.static int
CELL_TYPE
The meta object id for the 'Cell Type
' enum.static int
COLOR
The meta object id for the 'Color
' class.static int
COLOR__BLUE
The feature id for the 'Blue' attribute.static int
COLOR__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
COLOR__GREEN
The feature id for the 'Green' attribute.static int
COLOR__RED
The feature id for the 'Red' attribute.static int
COLOR_FEATURE_COUNT
The number of structural features of the 'Color' class.static int
COLUMN
The meta object id for the 'Column
' class.static int
COLUMN__CELLS
The feature id for the 'Cells' reference list.static int
COLUMN__COLUMN_INDEX
The feature id for the 'Column Index' attribute.static int
COLUMN__DEFAULT_STYLE
The feature id for the 'Default Style' reference.static int
COLUMN__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
COLUMN__SHEET
The feature id for the 'Sheet' container reference.static int
COLUMN__WIDTH
The feature id for the 'Width' attribute.static int
COLUMN_FEATURE_COUNT
The number of structural features of the 'Column' class.static int
COMMENT
The meta object id for the 'Comment
' class.static int
COMMENT__AUTHOR
The feature id for the 'Author' attribute.static int
COMMENT__BODY
The feature id for the 'Body' attribute.static int
COMMENT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
COMMENT__VISIBLE
The feature id for the 'Visible' attribute.static int
COMMENT_FEATURE_COUNT
The number of structural features of the 'Comment' class.static ExcelPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
FONT
The meta object id for the 'Font
' class.static int
FONT__BOLD
The feature id for the 'Bold' attribute.static int
FONT__CHAR_SET
The feature id for the 'Char Set' attribute.static int
FONT__COLOR
The feature id for the 'Color' reference.static int
FONT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
FONT__HEIGHT
The feature id for the 'Height' attribute.static int
FONT__ITALIC
The feature id for the 'Italic' attribute.static int
FONT__NAME
The feature id for the 'Name' attribute.static int
FONT__STRIKEOUT
The feature id for the 'Strikeout' attribute.static int
FONT__TYPE_OFFSET
The feature id for the 'Type Offset' attribute.static int
FONT__UNDERLINE
The feature id for the 'Underline' attribute.static int
FONT_CHAR_SET
The meta object id for the 'Font Char Set
' enum.static int
FONT_FEATURE_COUNT
The number of structural features of the 'Font' class.static int
FONT_UNDERLINE
The meta object id for the 'Font Underline
' enum.static int
HORIZONTAL_ALIGNMENT
The meta object id for the 'Horizontal Alignment
' enum.static int
HYPERLINK
The meta object id for the 'Hyperlink
' class.static int
HYPERLINK__ADDRESS
The feature id for the 'Address' attribute.static int
HYPERLINK__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
HYPERLINK__LABEL
The feature id for the 'Label' attribute.static int
HYPERLINK__TYPE
The feature id for the 'Type' attribute.static int
HYPERLINK_FEATURE_COUNT
The number of structural features of the 'Hyperlink' class.static int
HYPERLINK_TYPE
The meta object id for the 'Hyperlink Type
' enum.static int
ROW
The meta object id for the 'Row
' class.static int
ROW__CELLS
The feature id for the 'Cells' containment reference list.static int
ROW__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
ROW__HEIGHT
The feature id for the 'Height' attribute.static int
ROW__ROW_INDEX
The feature id for the 'Row Index' attribute.static int
ROW__SHEET
The feature id for the 'Sheet' container reference.static int
ROW_FEATURE_COUNT
The number of structural features of the 'Row' class.static int
SHEET
The meta object id for the 'Sheet
' class.static int
SHEET__COLUMNS
The feature id for the 'Columns' containment reference list.static int
SHEET__DEFAULT_COLUMN_WIDTH
The feature id for the 'Default Column Width' attribute.static int
SHEET__DEFAULT_ROW_HEIGHT
The feature id for the 'Default Row Height' attribute.static int
SHEET__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
SHEET__MERGED_REGIONS
The feature id for the 'Merged Regions' containment reference list.static int
SHEET__NAME
The feature id for the 'Name' attribute.static int
SHEET__ROWS
The feature id for the 'Rows' containment reference list.static int
SHEET__WORKBOOK
The feature id for the 'Workbook' container reference.static int
SHEET_FEATURE_COUNT
The number of structural features of the 'Sheet' class.static int
TYPE_OFFSET
The meta object id for the 'Type Offset
' enum.static int
VERTICAL_ALIGNMENT
The meta object id for the 'Vertical Alignment
' enum.static int
WORKBOOK
The meta object id for the 'Workbook
' class.static int
WORKBOOK__CELL_STYLES
The feature id for the 'Cell Styles' containment reference list.static int
WORKBOOK__COLORS
The feature id for the 'Colors' containment reference list.static int
WORKBOOK__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
WORKBOOK__FONTS
The feature id for the 'Fonts' containment reference list.static int
WORKBOOK__SHEETS
The feature id for the 'Sheets' containment reference list.static int
WORKBOOK_FEATURE_COUNT
The number of structural features of the 'Workbook' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EEnum
getBorderType()
Returns the meta object for enum 'Border Type
'.org.eclipse.emf.ecore.EClass
getCell()
Returns the meta object for class 'Cell
'.org.eclipse.emf.ecore.EReference
getCell_Column()
Returns the meta object for the reference 'Column
'.org.eclipse.emf.ecore.EReference
getCell_Comment()
Returns the meta object for the containment reference 'Comment
'.org.eclipse.emf.ecore.EAttribute
getCell_Formula()
Returns the meta object for the attribute 'Formula
'.org.eclipse.emf.ecore.EReference
getCell_Hyperlink()
Returns the meta object for the containment reference 'Hyperlink
'.org.eclipse.emf.ecore.EReference
getCell_Row()
Returns the meta object for the container reference 'Row
'.org.eclipse.emf.ecore.EReference
getCell_Style()
Returns the meta object for the reference 'Style
'.org.eclipse.emf.ecore.EAttribute
getCell_Type()
Returns the meta object for the attribute 'Type
'.org.eclipse.emf.ecore.EAttribute
getCell_Value()
Returns the meta object for the attribute 'Value
'.org.eclipse.emf.ecore.EClass
getCellRegion()
Returns the meta object for class 'Cell Region
'.org.eclipse.emf.ecore.EReference
getCellRegion_FirstCell()
Returns the meta object for the reference 'First Cell
'.org.eclipse.emf.ecore.EAttribute
getCellRegion_FirstColumn()
Returns the meta object for the attribute 'First Column
'.org.eclipse.emf.ecore.EAttribute
getCellRegion_FirstRow()
Returns the meta object for the attribute 'First Row
'.org.eclipse.emf.ecore.EAttribute
getCellRegion_LastColumn()
Returns the meta object for the attribute 'Last Column
'.org.eclipse.emf.ecore.EAttribute
getCellRegion_LastRow()
Returns the meta object for the attribute 'Last Row
'.org.eclipse.emf.ecore.EClass
getCellStyle()
Returns the meta object for class 'Cell Style
'.org.eclipse.emf.ecore.EReference
getCellStyle_Background()
Returns the meta object for the reference 'Background
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_BottomBorder()
Returns the meta object for the attribute 'Bottom Border
'.org.eclipse.emf.ecore.EReference
getCellStyle_BottomColor()
Returns the meta object for the reference 'Bottom Color
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_DataFormat()
Returns the meta object for the attribute 'Data Format
'.org.eclipse.emf.ecore.EReference
getCellStyle_Font()
Returns the meta object for the reference 'Font
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_Horizontal()
Returns the meta object for the attribute 'Horizontal
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_Indentation()
Returns the meta object for the attribute 'Indentation
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_LeftBorder()
Returns the meta object for the attribute 'Left Border
'.org.eclipse.emf.ecore.EReference
getCellStyle_LeftColor()
Returns the meta object for the reference 'Left Color
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_Locked()
Returns the meta object for the attribute 'Locked
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_RightBorder()
Returns the meta object for the attribute 'Right Border
'.org.eclipse.emf.ecore.EReference
getCellStyle_RightColor()
Returns the meta object for the reference 'Right Color
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_Rotation()
Returns the meta object for the attribute 'Rotation
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_TopBorder()
Returns the meta object for the attribute 'Top Border
'.org.eclipse.emf.ecore.EReference
getCellStyle_TopColor()
Returns the meta object for the reference 'Top Color
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_Vertical()
Returns the meta object for the attribute 'Vertical
'.org.eclipse.emf.ecore.EAttribute
getCellStyle_WrapText()
Returns the meta object for the attribute 'Wrap Text
'.org.eclipse.emf.ecore.EEnum
getCellType()
Returns the meta object for enum 'Cell Type
'.org.eclipse.emf.ecore.EClass
getColor()
Returns the meta object for class 'Color
'.org.eclipse.emf.ecore.EAttribute
getColor_Blue()
Returns the meta object for the attribute 'Blue
'.org.eclipse.emf.ecore.EAttribute
getColor_Green()
Returns the meta object for the attribute 'Green
'.org.eclipse.emf.ecore.EAttribute
getColor_Red()
Returns the meta object for the attribute 'Red
'.org.eclipse.emf.ecore.EClass
getColumn()
Returns the meta object for class 'Column
'.org.eclipse.emf.ecore.EReference
getColumn_Cells()
Returns the meta object for the reference list 'Cells
'.org.eclipse.emf.ecore.EAttribute
getColumn_ColumnIndex()
Returns the meta object for the attribute 'Column Index
'.org.eclipse.emf.ecore.EReference
getColumn_DefaultStyle()
Returns the meta object for the reference 'Default Style
'.org.eclipse.emf.ecore.EReference
getColumn_Sheet()
Returns the meta object for the container reference 'Sheet
'.org.eclipse.emf.ecore.EAttribute
getColumn_Width()
Returns the meta object for the attribute 'Width
'.org.eclipse.emf.ecore.EClass
getComment()
Returns the meta object for class 'Comment
'.org.eclipse.emf.ecore.EAttribute
getComment_Author()
Returns the meta object for the attribute 'Author
'.org.eclipse.emf.ecore.EAttribute
getComment_Body()
Returns the meta object for the attribute 'Body
'.org.eclipse.emf.ecore.EAttribute
getComment_Visible()
Returns the meta object for the attribute 'Visible
'.ExcelFactory
getExcelFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getFont()
Returns the meta object for class 'Font
'.org.eclipse.emf.ecore.EAttribute
getFont_Bold()
Returns the meta object for the attribute 'Bold
'.org.eclipse.emf.ecore.EAttribute
getFont_CharSet()
Returns the meta object for the attribute 'Char Set
'.org.eclipse.emf.ecore.EReference
getFont_Color()
Returns the meta object for the reference 'Color
'.org.eclipse.emf.ecore.EAttribute
getFont_Height()
Returns the meta object for the attribute 'Height
'.org.eclipse.emf.ecore.EAttribute
getFont_Italic()
Returns the meta object for the attribute 'Italic
'.org.eclipse.emf.ecore.EAttribute
getFont_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
getFont_Strikeout()
Returns the meta object for the attribute 'Strikeout
'.org.eclipse.emf.ecore.EAttribute
getFont_TypeOffset()
Returns the meta object for the attribute 'Type Offset
'.org.eclipse.emf.ecore.EAttribute
getFont_Underline()
Returns the meta object for the attribute 'Underline
'.org.eclipse.emf.ecore.EEnum
getFontCharSet()
Returns the meta object for enum 'Font Char Set
'.org.eclipse.emf.ecore.EEnum
getFontUnderline()
Returns the meta object for enum 'Font Underline
'.org.eclipse.emf.ecore.EEnum
getHorizontalAlignment()
Returns the meta object for enum 'Horizontal Alignment
'.org.eclipse.emf.ecore.EClass
getHyperlink()
Returns the meta object for class 'Hyperlink
'.org.eclipse.emf.ecore.EAttribute
getHyperlink_Address()
Returns the meta object for the attribute 'Address
'.org.eclipse.emf.ecore.EAttribute
getHyperlink_Label()
Returns the meta object for the attribute 'Label
'.org.eclipse.emf.ecore.EAttribute
getHyperlink_Type()
Returns the meta object for the attribute 'Type
'.org.eclipse.emf.ecore.EEnum
getHyperlinkType()
Returns the meta object for enum 'Hyperlink Type
'.org.eclipse.emf.ecore.EClass
getRow()
Returns the meta object for class 'Row
'.org.eclipse.emf.ecore.EReference
getRow_Cells()
Returns the meta object for the containment reference list 'Cells
'.org.eclipse.emf.ecore.EAttribute
getRow_Height()
Returns the meta object for the attribute 'Height
'.org.eclipse.emf.ecore.EAttribute
getRow_RowIndex()
Returns the meta object for the attribute 'Row Index
'.org.eclipse.emf.ecore.EReference
getRow_Sheet()
Returns the meta object for the container reference 'Sheet
'.org.eclipse.emf.ecore.EClass
getSheet()
Returns the meta object for class 'Sheet
'.org.eclipse.emf.ecore.EReference
getSheet_Columns()
Returns the meta object for the containment reference list 'Columns
'.org.eclipse.emf.ecore.EAttribute
getSheet_DefaultColumnWidth()
Returns the meta object for the attribute 'Default Column Width
'.org.eclipse.emf.ecore.EAttribute
getSheet_DefaultRowHeight()
Returns the meta object for the attribute 'Default Row Height
'.org.eclipse.emf.ecore.EReference
getSheet_MergedRegions()
Returns the meta object for the containment reference list 'Merged Regions
'.org.eclipse.emf.ecore.EAttribute
getSheet_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EReference
getSheet_Rows()
Returns the meta object for the containment reference list 'Rows
'.org.eclipse.emf.ecore.EReference
getSheet_Workbook()
Returns the meta object for the container reference 'Workbook
'.org.eclipse.emf.ecore.EEnum
getTypeOffset()
Returns the meta object for enum 'Type Offset
'.org.eclipse.emf.ecore.EEnum
getVerticalAlignment()
Returns the meta object for enum 'Vertical Alignment
'.org.eclipse.emf.ecore.EClass
getWorkbook()
Returns the meta object for class 'Workbook
'.org.eclipse.emf.ecore.EReference
getWorkbook_CellStyles()
Returns the meta object for the containment reference list 'Cell Styles
'.org.eclipse.emf.ecore.EReference
getWorkbook_Colors()
Returns the meta object for the containment reference list 'Colors
'.org.eclipse.emf.ecore.EReference
getWorkbook_Fonts()
Returns the meta object for the containment reference list 'Fonts
'.org.eclipse.emf.ecore.EReference
getWorkbook_Sheets()
Returns the meta object for the containment reference list 'Sheets
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
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
-
CELL_TYPE
static final int CELL_TYPE
The meta object id for the 'Cell Type
' enum.- See Also:
CellType
,ExcelPackageImpl.getCellType()
, Constant Field Values
-
HORIZONTAL_ALIGNMENT
static final int HORIZONTAL_ALIGNMENT
The meta object id for the 'Horizontal Alignment
' enum.- See Also:
HorizontalAlignment
,ExcelPackageImpl.getHorizontalAlignment()
, Constant Field Values
-
VERTICAL_ALIGNMENT
static final int VERTICAL_ALIGNMENT
The meta object id for the 'Vertical Alignment
' enum.- See Also:
VerticalAlignment
,ExcelPackageImpl.getVerticalAlignment()
, Constant Field Values
-
BORDER_TYPE
static final int BORDER_TYPE
The meta object id for the 'Border Type
' enum.- See Also:
BorderType
,ExcelPackageImpl.getBorderType()
, Constant Field Values
-
FONT_CHAR_SET
static final int FONT_CHAR_SET
The meta object id for the 'Font Char Set
' enum.- See Also:
FontCharSet
,ExcelPackageImpl.getFontCharSet()
, Constant Field Values
-
TYPE_OFFSET
static final int TYPE_OFFSET
The meta object id for the 'Type Offset
' enum.- See Also:
TypeOffset
,ExcelPackageImpl.getTypeOffset()
, Constant Field Values
-
FONT_UNDERLINE
static final int FONT_UNDERLINE
The meta object id for the 'Font Underline
' enum.- See Also:
FontUnderline
,ExcelPackageImpl.getFontUnderline()
, Constant Field Values
-
HYPERLINK_TYPE
static final int HYPERLINK_TYPE
The meta object id for the 'Hyperlink Type
' enum.- See Also:
HyperlinkType
,ExcelPackageImpl.getHyperlinkType()
, 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_DefaultRowHeight
org.eclipse.emf.ecore.EAttribute getSheet_DefaultRowHeight()
Returns the meta object for the attribute 'Default Row Height
'.- Returns:
- the meta object for the attribute 'Default Row Height'.
- See Also:
Sheet.getDefaultRowHeight()
,getSheet()
-
getSheet_DefaultColumnWidth
org.eclipse.emf.ecore.EAttribute getSheet_DefaultColumnWidth()
Returns the meta object for the attribute 'Default Column Width
'.- Returns:
- the meta object for the attribute 'Default Column Width'.
- See Also:
Sheet.getDefaultColumnWidth()
,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_BottomBorder
org.eclipse.emf.ecore.EAttribute getCellStyle_BottomBorder()
Returns the meta object for the attribute 'Bottom Border
'.- Returns:
- the meta object for the attribute 'Bottom Border'.
- See Also:
CellStyle.getBottomBorder()
,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_BottomColor
org.eclipse.emf.ecore.EReference getCellStyle_BottomColor()
Returns the meta object for the reference 'Bottom Color
'.- Returns:
- the meta object for the reference 'Bottom Color'.
- See Also:
CellStyle.getBottomColor()
,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_RightBorder
org.eclipse.emf.ecore.EAttribute getCellStyle_RightBorder()
Returns the meta object for the attribute 'Right Border
'.- Returns:
- the meta object for the attribute 'Right Border'.
- See Also:
CellStyle.getRightBorder()
,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_FirstColumn
org.eclipse.emf.ecore.EAttribute getCellRegion_FirstColumn()
Returns the meta object for the attribute 'First Column
'.- Returns:
- the meta object for the attribute 'First Column'.
- See Also:
CellRegion.getFirstColumn()
,getCellRegion()
-
getCellRegion_LastColumn
org.eclipse.emf.ecore.EAttribute getCellRegion_LastColumn()
Returns the meta object for the attribute 'Last Column
'.- Returns:
- the meta object for the attribute 'Last Column'.
- See Also:
CellRegion.getLastColumn()
,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.
-
-