Interface AggregatesAefPackage
-
- 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:
AggregatesAefPackageImpl
public interface AggregatesAefPackage 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:
AggregatesAefFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AggregatesAefPackage.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 int
AGGREGATE_TABLE_ITEM_VIEW_MODEL
The meta object id for the 'Aggregate Table Item View Model
' class.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__DIMENSION_NAMES
The feature id for the 'Dimension Names' attribute list.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__PERIODICITY
The feature id for the 'Periodicity' attribute.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_IMAGE_ID
The feature id for the 'State Image Id' attribute.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_MESSAGE
The feature id for the 'State Message' attribute.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL__USE
The feature id for the 'Use' attribute.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregate Table Item View Model' class.static int
AGGREGATE_TABLE_ITEM_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregate Table Item View Model' class.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL
The meta object id for the 'Aggregates Table Column View Model
' class.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__HEADER
The feature id for the 'Header' attribute.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregates Table Column View Model' class.static int
AGGREGATES_TABLE_COLUMN_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregates Table Column View Model' class.static int
AGGREGATES_TABLE_VIEW_MODEL
The meta object id for the 'Aggregates Table View Model
' class.static int
AGGREGATES_TABLE_VIEW_MODEL__APPLY_VALUE_CHANGE
The feature id for the 'Apply Value Change' attribute.static int
AGGREGATES_TABLE_VIEW_MODEL__COLUMNS
The feature id for the 'Columns' containment reference list.static int
AGGREGATES_TABLE_VIEW_MODEL__CONTEXTS
The feature id for the 'Contexts' attribute list.static int
AGGREGATES_TABLE_VIEW_MODEL__EDITABLE
The feature id for the 'Editable' attribute.static int
AGGREGATES_TABLE_VIEW_MODEL__ENABLED
The feature id for the 'Enabled' attribute.static int
AGGREGATES_TABLE_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.static int
AGGREGATES_TABLE_VIEW_MODEL__EXTERNAL_VALIDATION_STATUS
The feature id for the 'External Validation Status' containment reference.static int
AGGREGATES_TABLE_VIEW_MODEL__INPUT
The feature id for the 'Input' containment reference list.static int
AGGREGATES_TABLE_VIEW_MODEL__LAYOUT_DATA
The feature id for the 'Layout Data' reference.static int
AGGREGATES_TABLE_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.static int
AGGREGATES_TABLE_VIEW_MODEL__STATUS
The feature id for the 'Status' attribute.static int
AGGREGATES_TABLE_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregates Table View Model' class.static int
AGGREGATES_TABLE_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregates Table View Model' class.static AggregatesAefPackage
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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatesAefFactory
getAggregatesAefFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getAggregatesTableColumnViewModel()
Returns the meta object for class 'Aggregates Table Column View Model
'.org.eclipse.emf.ecore.EAttribute
getAggregatesTableColumnViewModel_Header()
Returns the meta object for the attribute 'Header
'.org.eclipse.emf.ecore.EClass
getAggregatesTableViewModel()
Returns the meta object for class 'Aggregates Table View Model
'.org.eclipse.emf.ecore.EReference
getAggregatesTableViewModel_Columns()
Returns the meta object for the containment reference list 'Columns
'.org.eclipse.emf.ecore.EReference
getAggregatesTableViewModel_Input()
Returns the meta object for the containment reference list 'Input
'.org.eclipse.emf.ecore.EClass
getAggregateTableItemViewModel()
Returns the meta object for class 'Aggregate Table Item View Model
'.org.eclipse.emf.ecore.EAttribute
getAggregateTableItemViewModel_DimensionNames()
Returns the meta object for the attribute list 'Dimension Names
'.org.eclipse.emf.ecore.EAttribute
getAggregateTableItemViewModel_Periodicity()
Returns the meta object for the attribute 'Periodicity
'.org.eclipse.emf.ecore.EAttribute
getAggregateTableItemViewModel_StateImageId()
Returns the meta object for the attribute 'State Image Id
'.org.eclipse.emf.ecore.EAttribute
getAggregateTableItemViewModel_StateMessage()
Returns the meta object for the attribute 'State Message
'.org.eclipse.emf.ecore.EAttribute
getAggregateTableItemViewModel_Use()
Returns the meta object for the attribute 'Use
'.-
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 AggregatesAefPackage eINSTANCE
The singleton instance of the package.
-
AGGREGATES_TABLE_VIEW_MODEL
static final int AGGREGATES_TABLE_VIEW_MODEL
The meta object id for the 'Aggregates Table View Model
' class.
-
AGGREGATES_TABLE_VIEW_MODEL__EVENT_CHANNEL
static final int AGGREGATES_TABLE_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__PARENT
static final int AGGREGATES_TABLE_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__ENABLED
static final int AGGREGATES_TABLE_VIEW_MODEL__ENABLED
The feature id for the 'Enabled' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__STATUS
static final int AGGREGATES_TABLE_VIEW_MODEL__STATUS
The feature id for the 'Status' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__CONTEXTS
static final int AGGREGATES_TABLE_VIEW_MODEL__CONTEXTS
The feature id for the 'Contexts' attribute list.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__LAYOUT_DATA
static final int AGGREGATES_TABLE_VIEW_MODEL__LAYOUT_DATA
The feature id for the 'Layout Data' reference.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__EDITABLE
static final int AGGREGATES_TABLE_VIEW_MODEL__EDITABLE
The feature id for the 'Editable' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__APPLY_VALUE_CHANGE
static final int AGGREGATES_TABLE_VIEW_MODEL__APPLY_VALUE_CHANGE
The feature id for the 'Apply Value Change' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__EXTERNAL_VALIDATION_STATUS
static final int AGGREGATES_TABLE_VIEW_MODEL__EXTERNAL_VALIDATION_STATUS
The feature id for the 'External Validation Status' containment reference.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__COLUMNS
static final int AGGREGATES_TABLE_VIEW_MODEL__COLUMNS
The feature id for the 'Columns' containment reference list.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL__INPUT
static final int AGGREGATES_TABLE_VIEW_MODEL__INPUT
The feature id for the 'Input' containment reference list.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL_FEATURE_COUNT
static final int AGGREGATES_TABLE_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregates Table View Model' class.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_VIEW_MODEL_OPERATION_COUNT
static final int AGGREGATES_TABLE_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregates Table View Model' class.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL
The meta object id for the 'Aggregates Table Column View Model
' class.
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__EVENT_CHANNEL
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__PARENT
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL__HEADER
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL__HEADER
The feature id for the 'Header' attribute.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL_FEATURE_COUNT
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregates Table Column View Model' class.- See Also:
- Constant Field Values
-
AGGREGATES_TABLE_COLUMN_VIEW_MODEL_OPERATION_COUNT
static final int AGGREGATES_TABLE_COLUMN_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregates Table Column View Model' class.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL
The meta object id for the 'Aggregate Table Item View Model
' class.
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__EVENT_CHANNEL
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__EVENT_CHANNEL
The feature id for the 'Event Channel' attribute.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__PARENT
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__PARENT
The feature id for the 'Parent' container reference.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_IMAGE_ID
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_IMAGE_ID
The feature id for the 'State Image Id' attribute.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_MESSAGE
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__STATE_MESSAGE
The feature id for the 'State Message' attribute.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__USE
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__USE
The feature id for the 'Use' attribute.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__PERIODICITY
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__PERIODICITY
The feature id for the 'Periodicity' attribute.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL__DIMENSION_NAMES
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL__DIMENSION_NAMES
The feature id for the 'Dimension Names' attribute list.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL_FEATURE_COUNT
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL_FEATURE_COUNT
The number of structural features of the 'Aggregate Table Item View Model' class.- See Also:
- Constant Field Values
-
AGGREGATE_TABLE_ITEM_VIEW_MODEL_OPERATION_COUNT
static final int AGGREGATE_TABLE_ITEM_VIEW_MODEL_OPERATION_COUNT
The number of operations of the 'Aggregate Table Item View Model' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAggregatesTableViewModel
org.eclipse.emf.ecore.EClass getAggregatesTableViewModel()
Returns the meta object for class 'Aggregates Table View Model
'.- Returns:
- the meta object for class 'Aggregates Table View Model'.
- See Also:
AggregatesTableViewModel
-
getAggregatesTableViewModel_Columns
org.eclipse.emf.ecore.EReference getAggregatesTableViewModel_Columns()
Returns the meta object for the containment reference list 'Columns
'.- Returns:
- the meta object for the containment reference list 'Columns'.
- See Also:
AggregatesTableViewModel.getColumns()
,getAggregatesTableViewModel()
-
getAggregatesTableViewModel_Input
org.eclipse.emf.ecore.EReference getAggregatesTableViewModel_Input()
Returns the meta object for the containment reference list 'Input
'.- Returns:
- the meta object for the containment reference list 'Input'.
- See Also:
AggregatesTableViewModel.getInput()
,getAggregatesTableViewModel()
-
getAggregatesTableColumnViewModel
org.eclipse.emf.ecore.EClass getAggregatesTableColumnViewModel()
Returns the meta object for class 'Aggregates Table Column View Model
'.- Returns:
- the meta object for class 'Aggregates Table Column View Model'.
- See Also:
AggregatesTableColumnViewModel
-
getAggregatesTableColumnViewModel_Header
org.eclipse.emf.ecore.EAttribute getAggregatesTableColumnViewModel_Header()
Returns the meta object for the attribute 'Header
'.- Returns:
- the meta object for the attribute 'Header'.
- See Also:
AggregatesTableColumnViewModel.getHeader()
,getAggregatesTableColumnViewModel()
-
getAggregateTableItemViewModel
org.eclipse.emf.ecore.EClass getAggregateTableItemViewModel()
Returns the meta object for class 'Aggregate Table Item View Model
'.- Returns:
- the meta object for class 'Aggregate Table Item View Model'.
- See Also:
AggregateTableItemViewModel
-
getAggregateTableItemViewModel_StateImageId
org.eclipse.emf.ecore.EAttribute getAggregateTableItemViewModel_StateImageId()
Returns the meta object for the attribute 'State Image Id
'.- Returns:
- the meta object for the attribute 'State Image Id'.
- See Also:
AggregateTableItemViewModel.getStateImageId()
,getAggregateTableItemViewModel()
-
getAggregateTableItemViewModel_StateMessage
org.eclipse.emf.ecore.EAttribute getAggregateTableItemViewModel_StateMessage()
Returns the meta object for the attribute 'State Message
'.- Returns:
- the meta object for the attribute 'State Message'.
- See Also:
AggregateTableItemViewModel.getStateMessage()
,getAggregateTableItemViewModel()
-
getAggregateTableItemViewModel_Use
org.eclipse.emf.ecore.EAttribute getAggregateTableItemViewModel_Use()
Returns the meta object for the attribute 'Use
'.- Returns:
- the meta object for the attribute 'Use'.
- See Also:
AggregateTableItemViewModel.getUse()
,getAggregateTableItemViewModel()
-
getAggregateTableItemViewModel_Periodicity
org.eclipse.emf.ecore.EAttribute getAggregateTableItemViewModel_Periodicity()
Returns the meta object for the attribute 'Periodicity
'.- Returns:
- the meta object for the attribute 'Periodicity'.
- See Also:
AggregateTableItemViewModel.getPeriodicity()
,getAggregateTableItemViewModel()
-
getAggregateTableItemViewModel_DimensionNames
org.eclipse.emf.ecore.EAttribute getAggregateTableItemViewModel_DimensionNames()
Returns the meta object for the attribute list 'Dimension Names
'.- Returns:
- the meta object for the attribute list 'Dimension Names'.
- See Also:
AggregateTableItemViewModel.getDimensionNames()
,getAggregateTableItemViewModel()
-
getAggregatesAefFactory
AggregatesAefFactory getAggregatesAefFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-