Package com._1c.g5.v8.dt.hpwa.model
Interface HpwaPackage
-
- 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
- All Known Implementing Classes:
HpwaPackageImpl
public interface HpwaPackage 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 operation of each class,
- each enum,
- and each data type
- See Also:
HpwaFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HpwaPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type
-
Field Summary
Fields Modifier and Type Field Description static HpwaPackage
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
HOME_PAGE_WORK_AREA
The meta object id for the 'Home Page Work Area
' class.static int
HOME_PAGE_WORK_AREA___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.static int
HOME_PAGE_WORK_AREA__COLUMNS
The feature id for the 'Columns' containment reference list.static int
HOME_PAGE_WORK_AREA__MA_COMMAND_INTERFACE_DISPLAYS
The feature id for the 'MA Command Interface Displays' attribute.static int
HOME_PAGE_WORK_AREA__WORKING_AREA_TEMPLATE
The feature id for the 'Working Area Template' attribute.static int
HOME_PAGE_WORK_AREA_COLUMN
The meta object id for the 'Home Page Work Area Column
' class.static int
HOME_PAGE_WORK_AREA_COLUMN__ITEMS
The feature id for the 'Items' containment reference list.static int
HOME_PAGE_WORK_AREA_COLUMN_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area Column' class.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM
The meta object id for the 'Home Page Work Area Column Item
' class.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM__FORM
The feature id for the 'Form' reference.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM__HEIGHT
The feature id for the 'Height' attribute.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM__VISIBILITY
The feature id for the 'Visibility' containment reference.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area Column Item' class.static int
HOME_PAGE_WORK_AREA_COLUMN_ITEM_OPERATION_COUNT
The number of operations of the 'Home Page Work Area Column Item' class.static int
HOME_PAGE_WORK_AREA_COLUMN_OPERATION_COUNT
The number of operations of the 'Home Page Work Area Column' class.static int
HOME_PAGE_WORK_AREA_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area' class.static int
HOME_PAGE_WORK_AREA_OPERATION_COUNT
The number of operations of the 'Home Page Work Area' class.static int
MA_COMMAND_INTERFACE_DISPLAYS
The meta object id for the 'MA Command Interface Displays
' enum.static int
WORKING_AREA_TEMPLATE
The meta object id for the 'Working Area Template
' enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getHomePageWorkArea()
Returns the meta object for class 'Home Page Work Area
'.org.eclipse.emf.ecore.EOperation
getHomePageWorkArea__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.org.eclipse.emf.ecore.EReference
getHomePageWorkArea_Columns()
Returns the meta object for the containment reference list 'Columns
'.org.eclipse.emf.ecore.EAttribute
getHomePageWorkArea_MACommandInterfaceDisplays()
Returns the meta object for the attribute 'MA Command Interface Displays
'.org.eclipse.emf.ecore.EAttribute
getHomePageWorkArea_WorkingAreaTemplate()
Returns the meta object for the attribute 'Working Area Template
'.org.eclipse.emf.ecore.EClass
getHomePageWorkAreaColumn()
Returns the meta object for class 'Home Page Work Area Column
'.org.eclipse.emf.ecore.EReference
getHomePageWorkAreaColumn_Items()
Returns the meta object for the containment reference list 'Items
'.org.eclipse.emf.ecore.EClass
getHomePageWorkAreaColumnItem()
Returns the meta object for class 'Home Page Work Area Column Item
'.org.eclipse.emf.ecore.EReference
getHomePageWorkAreaColumnItem_Form()
Returns the meta object for the reference 'Form
'.org.eclipse.emf.ecore.EAttribute
getHomePageWorkAreaColumnItem_Height()
Returns the meta object for the attribute 'Height
'.org.eclipse.emf.ecore.EReference
getHomePageWorkAreaColumnItem_Visibility()
Returns the meta object for the containment reference 'Visibility
'.HpwaFactory
getHpwaFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EEnum
getMACommandInterfaceDisplays()
Returns the meta object for enum 'MA Command Interface Displays
'.org.eclipse.emf.ecore.EEnum
getWorkingAreaTemplate()
Returns the meta object for enum 'Working Area Template
'.-
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 HpwaPackage eINSTANCE
The singleton instance of the package.
-
HOME_PAGE_WORK_AREA
static final int HOME_PAGE_WORK_AREA
The meta object id for the 'Home Page Work Area
' class.
-
HOME_PAGE_WORK_AREA__WORKING_AREA_TEMPLATE
static final int HOME_PAGE_WORK_AREA__WORKING_AREA_TEMPLATE
The feature id for the 'Working Area Template' attribute.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA__MA_COMMAND_INTERFACE_DISPLAYS
static final int HOME_PAGE_WORK_AREA__MA_COMMAND_INTERFACE_DISPLAYS
The feature id for the 'MA Command Interface Displays' attribute.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA__COLUMNS
static final int HOME_PAGE_WORK_AREA__COLUMNS
The feature id for the 'Columns' containment reference list.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_FEATURE_COUNT
static final int HOME_PAGE_WORK_AREA_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area' class.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA___VALIDATE__DIAGNOSTICCHAIN_MAP
static final int HOME_PAGE_WORK_AREA___VALIDATE__DIAGNOSTICCHAIN_MAP
The operation id for the 'Validate' operation.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_OPERATION_COUNT
static final int HOME_PAGE_WORK_AREA_OPERATION_COUNT
The number of operations of the 'Home Page Work Area' class.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM
The meta object id for the 'Home Page Work Area Column Item
' class.
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM__FORM
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM__FORM
The feature id for the 'Form' reference.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM__HEIGHT
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM__HEIGHT
The feature id for the 'Height' attribute.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM__VISIBILITY
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM__VISIBILITY
The feature id for the 'Visibility' containment reference.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM_FEATURE_COUNT
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area Column Item' class.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_ITEM_OPERATION_COUNT
static final int HOME_PAGE_WORK_AREA_COLUMN_ITEM_OPERATION_COUNT
The number of operations of the 'Home Page Work Area Column Item' class.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN
static final int HOME_PAGE_WORK_AREA_COLUMN
The meta object id for the 'Home Page Work Area Column
' class.
-
HOME_PAGE_WORK_AREA_COLUMN__ITEMS
static final int HOME_PAGE_WORK_AREA_COLUMN__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_FEATURE_COUNT
static final int HOME_PAGE_WORK_AREA_COLUMN_FEATURE_COUNT
The number of structural features of the 'Home Page Work Area Column' class.- See Also:
- Constant Field Values
-
HOME_PAGE_WORK_AREA_COLUMN_OPERATION_COUNT
static final int HOME_PAGE_WORK_AREA_COLUMN_OPERATION_COUNT
The number of operations of the 'Home Page Work Area Column' class.- See Also:
- Constant Field Values
-
MA_COMMAND_INTERFACE_DISPLAYS
static final int MA_COMMAND_INTERFACE_DISPLAYS
The meta object id for the 'MA Command Interface Displays
' enum.
-
WORKING_AREA_TEMPLATE
static final int WORKING_AREA_TEMPLATE
The meta object id for the 'Working Area Template
' enum.
-
-
Method Detail
-
getHomePageWorkArea
org.eclipse.emf.ecore.EClass getHomePageWorkArea()
Returns the meta object for class 'Home Page Work Area
'.- Returns:
- the meta object for class 'Home Page Work Area'.
- See Also:
HomePageWorkArea
-
getHomePageWorkArea_WorkingAreaTemplate
org.eclipse.emf.ecore.EAttribute getHomePageWorkArea_WorkingAreaTemplate()
Returns the meta object for the attribute 'Working Area Template
'.- Returns:
- the meta object for the attribute 'Working Area Template'.
- See Also:
HomePageWorkArea.getWorkingAreaTemplate()
,getHomePageWorkArea()
-
getHomePageWorkArea_MACommandInterfaceDisplays
org.eclipse.emf.ecore.EAttribute getHomePageWorkArea_MACommandInterfaceDisplays()
Returns the meta object for the attribute 'MA Command Interface Displays
'.- Returns:
- the meta object for the attribute 'MA Command Interface Displays'.
- See Also:
HomePageWorkArea.getMACommandInterfaceDisplays()
,getHomePageWorkArea()
-
getHomePageWorkArea_Columns
org.eclipse.emf.ecore.EReference getHomePageWorkArea_Columns()
Returns the meta object for the containment reference list 'Columns
'.- Returns:
- the meta object for the containment reference list 'Columns'.
- See Also:
HomePageWorkArea.getColumns()
,getHomePageWorkArea()
-
getHomePageWorkArea__Validate__DiagnosticChain_Map
org.eclipse.emf.ecore.EOperation getHomePageWorkArea__Validate__DiagnosticChain_Map()
Returns the meta object for the 'Validate
' operation.- Returns:
- the meta object for the 'Validate' operation.
- See Also:
HomePageWorkArea.validate(org.eclipse.emf.common.util.DiagnosticChain, java.util.Map)
-
getHomePageWorkAreaColumnItem
org.eclipse.emf.ecore.EClass getHomePageWorkAreaColumnItem()
Returns the meta object for class 'Home Page Work Area Column Item
'.- Returns:
- the meta object for class 'Home Page Work Area Column Item'.
- See Also:
HomePageWorkAreaColumnItem
-
getHomePageWorkAreaColumnItem_Form
org.eclipse.emf.ecore.EReference getHomePageWorkAreaColumnItem_Form()
Returns the meta object for the reference 'Form
'.- Returns:
- the meta object for the reference 'Form'.
- See Also:
HomePageWorkAreaColumnItem.getForm()
,getHomePageWorkAreaColumnItem()
-
getHomePageWorkAreaColumnItem_Height
org.eclipse.emf.ecore.EAttribute getHomePageWorkAreaColumnItem_Height()
Returns the meta object for the attribute 'Height
'.- Returns:
- the meta object for the attribute 'Height'.
- See Also:
HomePageWorkAreaColumnItem.getHeight()
,getHomePageWorkAreaColumnItem()
-
getHomePageWorkAreaColumnItem_Visibility
org.eclipse.emf.ecore.EReference getHomePageWorkAreaColumnItem_Visibility()
Returns the meta object for the containment reference 'Visibility
'.- Returns:
- the meta object for the containment reference 'Visibility'.
- See Also:
HomePageWorkAreaColumnItem.getVisibility()
,getHomePageWorkAreaColumnItem()
-
getHomePageWorkAreaColumn
org.eclipse.emf.ecore.EClass getHomePageWorkAreaColumn()
Returns the meta object for class 'Home Page Work Area Column
'.- Returns:
- the meta object for class 'Home Page Work Area Column'.
- See Also:
HomePageWorkAreaColumn
-
getHomePageWorkAreaColumn_Items
org.eclipse.emf.ecore.EReference getHomePageWorkAreaColumn_Items()
Returns the meta object for the containment reference list 'Items
'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
HomePageWorkAreaColumn.getItems()
,getHomePageWorkAreaColumn()
-
getMACommandInterfaceDisplays
org.eclipse.emf.ecore.EEnum getMACommandInterfaceDisplays()
Returns the meta object for enum 'MA Command Interface Displays
'.- Returns:
- the meta object for enum 'MA Command Interface Displays'.
- See Also:
MACommandInterfaceDisplays
-
getWorkingAreaTemplate
org.eclipse.emf.ecore.EEnum getWorkingAreaTemplate()
Returns the meta object for enum 'Working Area Template
'.- Returns:
- the meta object for enum 'Working Area Template'.
- See Also:
WorkingAreaTemplate
-
getHpwaFactory
HpwaFactory getHpwaFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-