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.EPackageThe 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 interfaceHpwaPackage.LiteralsDefines 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 HpwaPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intHOME_PAGE_WORK_AREAThe meta object id for the 'Home Page Work Area' class.static intHOME_PAGE_WORK_AREA___VALIDATE__DIAGNOSTICCHAIN_MAPThe operation id for the 'Validate' operation.static intHOME_PAGE_WORK_AREA__COLUMNSThe feature id for the 'Columns' containment reference list.static intHOME_PAGE_WORK_AREA__MA_COMMAND_INTERFACE_DISPLAYSThe feature id for the 'MA Command Interface Displays' attribute.static intHOME_PAGE_WORK_AREA__WORKING_AREA_TEMPLATEThe feature id for the 'Working Area Template' attribute.static intHOME_PAGE_WORK_AREA_COLUMNThe meta object id for the 'Home Page Work Area Column' class.static intHOME_PAGE_WORK_AREA_COLUMN__ITEMSThe feature id for the 'Items' containment reference list.static intHOME_PAGE_WORK_AREA_COLUMN_FEATURE_COUNTThe number of structural features of the 'Home Page Work Area Column' class.static intHOME_PAGE_WORK_AREA_COLUMN_ITEMThe meta object id for the 'Home Page Work Area Column Item' class.static intHOME_PAGE_WORK_AREA_COLUMN_ITEM__FORMThe feature id for the 'Form' reference.static intHOME_PAGE_WORK_AREA_COLUMN_ITEM__HEIGHTThe feature id for the 'Height' attribute.static intHOME_PAGE_WORK_AREA_COLUMN_ITEM__VISIBILITYThe feature id for the 'Visibility' containment reference.static intHOME_PAGE_WORK_AREA_COLUMN_ITEM_FEATURE_COUNTThe number of structural features of the 'Home Page Work Area Column Item' class.static intHOME_PAGE_WORK_AREA_COLUMN_ITEM_OPERATION_COUNTThe number of operations of the 'Home Page Work Area Column Item' class.static intHOME_PAGE_WORK_AREA_COLUMN_OPERATION_COUNTThe number of operations of the 'Home Page Work Area Column' class.static intHOME_PAGE_WORK_AREA_FEATURE_COUNTThe number of structural features of the 'Home Page Work Area' class.static intHOME_PAGE_WORK_AREA_OPERATION_COUNTThe number of operations of the 'Home Page Work Area' class.static intMA_COMMAND_INTERFACE_DISPLAYSThe meta object id for the 'MA Command Interface Displays' enum.static intWORKING_AREA_TEMPLATEThe 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.EClassgetHomePageWorkArea()Returns the meta object for class 'Home Page Work Area'.org.eclipse.emf.ecore.EOperationgetHomePageWorkArea__Validate__DiagnosticChain_Map()Returns the meta object for the 'Validate' operation.org.eclipse.emf.ecore.EReferencegetHomePageWorkArea_Columns()Returns the meta object for the containment reference list 'Columns'.org.eclipse.emf.ecore.EAttributegetHomePageWorkArea_MACommandInterfaceDisplays()Returns the meta object for the attribute 'MA Command Interface Displays'.org.eclipse.emf.ecore.EAttributegetHomePageWorkArea_WorkingAreaTemplate()Returns the meta object for the attribute 'Working Area Template'.org.eclipse.emf.ecore.EClassgetHomePageWorkAreaColumn()Returns the meta object for class 'Home Page Work Area Column'.org.eclipse.emf.ecore.EReferencegetHomePageWorkAreaColumn_Items()Returns the meta object for the containment reference list 'Items'.org.eclipse.emf.ecore.EClassgetHomePageWorkAreaColumnItem()Returns the meta object for class 'Home Page Work Area Column Item'.org.eclipse.emf.ecore.EReferencegetHomePageWorkAreaColumnItem_Form()Returns the meta object for the reference 'Form'.org.eclipse.emf.ecore.EAttributegetHomePageWorkAreaColumnItem_Height()Returns the meta object for the attribute 'Height'.org.eclipse.emf.ecore.EReferencegetHomePageWorkAreaColumnItem_Visibility()Returns the meta object for the containment reference 'Visibility'.HpwaFactorygetHpwaFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EEnumgetMACommandInterfaceDisplays()Returns the meta object for enum 'MA Command Interface Displays'.org.eclipse.emf.ecore.EEnumgetWorkingAreaTemplate()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.
-
-