Package com._1c.g5.aef2.viewModels
Interface AefPackage
-
- 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:
AefPackageImpl
public interface AefPackage 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:
AefFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AefPackage.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 AefPackage
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
IAEF_LAYOUT
The meta object id for the 'IAef Layout
' class.static int
IAEF_LAYOUT_DATA
The meta object id for the 'IAef Layout Data
' class.static int
IAEF_LAYOUT_DATA_FEATURE_COUNT
The number of structural features of the 'IAef Layout Data' class.static int
IAEF_LAYOUT_DATA_OPERATION_COUNT
The number of operations of the 'IAef Layout Data' class.static int
IAEF_LAYOUT_FEATURE_COUNT
The number of structural features of the 'IAef Layout' class.static int
IAEF_LAYOUT_OPERATION_COUNT
The number of operations of the 'IAef Layout' class.static int
ICONTAINER_CONTROL_VIEW_MODEL
The meta object id for the 'IContainer Control View Model
' class.static int
ICONTAINER_CONTROL_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.static int
ICONTAINER_CONTROL_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
ICONTAINER_CONTROL_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
ICONTAINER_CONTROL_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IContainer Control View Model' class.static int
ICONTAINER_CONTROL_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IContainer Control View Model' class.static int
ICONTAINER_VIEW_MODEL
The meta object id for the 'IContainer View Model
' class.static int
ICONTAINER_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.static int
ICONTAINER_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
ICONTAINER_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
ICONTAINER_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IContainer View Model' class.static int
ICONTAINER_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IContainer View Model' class.static int
ICONTROL_VIEW_MODEL
The meta object id for the 'IControl View Model
' class.static int
ICONTROL_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
ICONTROL_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
ICONTROL_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IControl View Model' class.static int
ICONTROL_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IControl View Model' class.static int
IDIALOG_VIEW_MODEL
The meta object id for the 'IDialog View Model
' class.static int
IDIALOG_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.static int
IDIALOG_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
IDIALOG_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
IDIALOG_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IDialog View Model' class.static int
IDIALOG_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IDialog View Model' class.static int
IEVENT_CHANNEL
The meta object id for the 'IEvent Channel' data type.static int
IVIEW_MODEL
The meta object id for the 'IView Model
' class.static int
IVIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
IVIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
IVIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IView Model' class.static int
IVIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IView Model' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AefFactory
getAefFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getIAefLayout()
Returns the meta object for class 'IAef Layout
'.org.eclipse.emf.ecore.EClass
getIAefLayoutData()
Returns the meta object for class 'IAef Layout Data
'.org.eclipse.emf.ecore.EClass
getIContainerControlViewModel()
Returns the meta object for class 'IContainer Control View Model
'.org.eclipse.emf.ecore.EClass
getIContainerViewModel()
Returns the meta object for class 'IContainer View Model
'.org.eclipse.emf.ecore.EReference
getIContainerViewModel_Children()
Returns the meta object for the containment reference list 'Children
'.org.eclipse.emf.ecore.EClass
getIControlViewModel()
Returns the meta object for class 'IControl View Model
'.org.eclipse.emf.ecore.EClass
getIDialogViewModel()
Returns the meta object for class 'IDialog View Model
'.org.eclipse.emf.ecore.EDataType
getIEventChannel()
Returns the meta object for data type 'IEvent Channel
'.org.eclipse.emf.ecore.EClass
getIViewModel()
Returns the meta object for class 'IView Model
'.org.eclipse.emf.ecore.EAttribute
getIViewModel_EventChannel()
Returns the meta object for the attribute 'Event Channel
'.org.eclipse.emf.ecore.EReference
getIViewModel_Parent()
Returns the meta object for the container reference 'Parent
'.-
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 AefPackage eINSTANCE
The singleton instance of the package.
-
IVIEW_MODEL
static final int IVIEW_MODEL
The meta object id for the 'IView Model
' class.
-
IVIEW_MODEL__EVENT_CHANNEL
static final int IVIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
IVIEW_MODEL__PARENT
static final int IVIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
IVIEW_MODEL_FEATURE_COUNT
static final int IVIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IView Model' class.- See Also:
- Constant Field Values
-
IVIEW_MODEL_OPERATION_COUNT
static final int IVIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IView Model' class.- See Also:
- Constant Field Values
-
ICONTAINER_VIEW_MODEL
static final int ICONTAINER_VIEW_MODEL
The meta object id for the 'IContainer View Model
' class.
-
ICONTAINER_VIEW_MODEL__EVENT_CHANNEL
static final int ICONTAINER_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
ICONTAINER_VIEW_MODEL__PARENT
static final int ICONTAINER_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
ICONTAINER_VIEW_MODEL__CHILDREN
static final int ICONTAINER_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.- See Also:
- Constant Field Values
-
ICONTAINER_VIEW_MODEL_FEATURE_COUNT
static final int ICONTAINER_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IContainer View Model' class.- See Also:
- Constant Field Values
-
ICONTAINER_VIEW_MODEL_OPERATION_COUNT
static final int ICONTAINER_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IContainer View Model' class.- See Also:
- Constant Field Values
-
ICONTROL_VIEW_MODEL
static final int ICONTROL_VIEW_MODEL
The meta object id for the 'IControl View Model
' class.
-
ICONTROL_VIEW_MODEL__EVENT_CHANNEL
static final int ICONTROL_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
ICONTROL_VIEW_MODEL__PARENT
static final int ICONTROL_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
ICONTROL_VIEW_MODEL_FEATURE_COUNT
static final int ICONTROL_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IControl View Model' class.- See Also:
- Constant Field Values
-
ICONTROL_VIEW_MODEL_OPERATION_COUNT
static final int ICONTROL_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IControl View Model' class.- See Also:
- Constant Field Values
-
ICONTAINER_CONTROL_VIEW_MODEL
static final int ICONTAINER_CONTROL_VIEW_MODEL
The meta object id for the 'IContainer Control View Model
' class.
-
ICONTAINER_CONTROL_VIEW_MODEL__EVENT_CHANNEL
static final int ICONTAINER_CONTROL_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
ICONTAINER_CONTROL_VIEW_MODEL__PARENT
static final int ICONTAINER_CONTROL_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
ICONTAINER_CONTROL_VIEW_MODEL__CHILDREN
static final int ICONTAINER_CONTROL_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.- See Also:
- Constant Field Values
-
ICONTAINER_CONTROL_VIEW_MODEL_FEATURE_COUNT
static final int ICONTAINER_CONTROL_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IContainer Control View Model' class.- See Also:
- Constant Field Values
-
ICONTAINER_CONTROL_VIEW_MODEL_OPERATION_COUNT
static final int ICONTAINER_CONTROL_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IContainer Control View Model' class.- See Also:
- Constant Field Values
-
IDIALOG_VIEW_MODEL
static final int IDIALOG_VIEW_MODEL
The meta object id for the 'IDialog View Model
' class.
-
IDIALOG_VIEW_MODEL__EVENT_CHANNEL
static final int IDIALOG_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
IDIALOG_VIEW_MODEL__PARENT
static final int IDIALOG_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
IDIALOG_VIEW_MODEL__CHILDREN
static final int IDIALOG_VIEW_MODEL__CHILDREN
The feature id for the 'Children' containment reference list.- See Also:
- Constant Field Values
-
IDIALOG_VIEW_MODEL_FEATURE_COUNT
static final int IDIALOG_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'IDialog View Model' class.- See Also:
- Constant Field Values
-
IDIALOG_VIEW_MODEL_OPERATION_COUNT
static final int IDIALOG_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'IDialog View Model' class.- See Also:
- Constant Field Values
-
IAEF_LAYOUT_DATA
static final int IAEF_LAYOUT_DATA
The meta object id for the 'IAef Layout Data
' class.
-
IAEF_LAYOUT_DATA_FEATURE_COUNT
static final int IAEF_LAYOUT_DATA_FEATURE_COUNT
The number of structural features of the 'IAef Layout Data' class.- See Also:
- Constant Field Values
-
IAEF_LAYOUT_DATA_OPERATION_COUNT
static final int IAEF_LAYOUT_DATA_OPERATION_COUNT
The number of operations of the 'IAef Layout Data' class.- See Also:
- Constant Field Values
-
IAEF_LAYOUT
static final int IAEF_LAYOUT
The meta object id for the 'IAef Layout
' class.
-
IAEF_LAYOUT_FEATURE_COUNT
static final int IAEF_LAYOUT_FEATURE_COUNT
The number of structural features of the 'IAef Layout' class.- See Also:
- Constant Field Values
-
IAEF_LAYOUT_OPERATION_COUNT
static final int IAEF_LAYOUT_OPERATION_COUNT
The number of operations of the 'IAef Layout' class.- See Also:
- Constant Field Values
-
IEVENT_CHANNEL
static final int IEVENT_CHANNEL
The meta object id for the 'IEvent Channel' data type.
-
-
Method Detail
-
getIViewModel
org.eclipse.emf.ecore.EClass getIViewModel()
Returns the meta object for class 'IView Model
'.- Returns:
- the meta object for class 'IView Model'.
- See Also:
IViewModel
-
getIViewModel_EventChannel
org.eclipse.emf.ecore.EAttribute getIViewModel_EventChannel()
Returns the meta object for the attribute 'Event Channel
'.- Returns:
- the meta object for the attribute 'Event Channel'.
- See Also:
IViewModel.getEventChannel()
,getIViewModel()
-
getIViewModel_Parent
org.eclipse.emf.ecore.EReference getIViewModel_Parent()
Returns the meta object for the container reference 'Parent
'.- Returns:
- the meta object for the container reference 'Parent'.
- See Also:
IViewModel.getParent()
,getIViewModel()
-
getIContainerViewModel
org.eclipse.emf.ecore.EClass getIContainerViewModel()
Returns the meta object for class 'IContainer View Model
'.- Returns:
- the meta object for class 'IContainer View Model'.
- See Also:
IContainerViewModel
-
getIContainerViewModel_Children
org.eclipse.emf.ecore.EReference getIContainerViewModel_Children()
Returns the meta object for the containment reference list 'Children
'.- Returns:
- the meta object for the containment reference list 'Children'.
- See Also:
IContainerViewModel.getChildren()
,getIContainerViewModel()
-
getIControlViewModel
org.eclipse.emf.ecore.EClass getIControlViewModel()
Returns the meta object for class 'IControl View Model
'.- Returns:
- the meta object for class 'IControl View Model'.
- See Also:
IControlViewModel
-
getIContainerControlViewModel
org.eclipse.emf.ecore.EClass getIContainerControlViewModel()
Returns the meta object for class 'IContainer Control View Model
'.- Returns:
- the meta object for class 'IContainer Control View Model'.
- See Also:
IContainerControlViewModel
-
getIDialogViewModel
org.eclipse.emf.ecore.EClass getIDialogViewModel()
Returns the meta object for class 'IDialog View Model
'.- Returns:
- the meta object for class 'IDialog View Model'.
- See Also:
IDialogViewModel
-
getIAefLayoutData
org.eclipse.emf.ecore.EClass getIAefLayoutData()
Returns the meta object for class 'IAef Layout Data
'.- Returns:
- the meta object for class 'IAef Layout Data'.
- See Also:
IAefLayoutData
-
getIAefLayout
org.eclipse.emf.ecore.EClass getIAefLayout()
Returns the meta object for class 'IAef Layout
'.- Returns:
- the meta object for class 'IAef Layout'.
- See Also:
IAefLayout
-
getIEventChannel
org.eclipse.emf.ecore.EDataType getIEventChannel()
Returns the meta object for data type 'IEvent Channel
'.- Returns:
- the meta object for data type 'IEvent Channel'.
- See Also:
IEventChannel
-
getAefFactory
AefFactory getAefFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-