Interface CompositionPackage.Literals
-
- Enclosing interface:
- CompositionPackage
public static interface CompositionPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ASSEMBLY_DATA_CONNECTOR
The meta object literal for the 'Assembly Data Connector
' class.static EClass
DATA_SINK_DELEGATION_CONNECTOR
The meta object literal for the 'Data Sink Delegation Connector
' class.static EReference
DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
The meta object literal for the 'Inner Data Sink Role' reference feature.static EReference
DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
The meta object literal for the 'Outer Data Sink Role' reference feature.static EClass
DATA_SOURCE_DELEGATION_CONNECTOR
The meta object literal for the 'Data Source Delegation Connector
' class.static EReference
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
The meta object literal for the 'Inner Data Source Role' reference feature.static EReference
DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
The meta object literal for the 'Outer Data Source Role' reference feature.
-
-
-
Field Detail
-
ASSEMBLY_DATA_CONNECTOR
static final EClass ASSEMBLY_DATA_CONNECTOR
The meta object literal for the 'Assembly Data Connector
' class.- See Also:
AssemblyDataConnectorImpl
,CompositionPackageImpl.getAssemblyDataConnector()
- Generated class or method.
-
DATA_SOURCE_DELEGATION_CONNECTOR
static final EClass DATA_SOURCE_DELEGATION_CONNECTOR
The meta object literal for the 'Data Source Delegation Connector
' class.- See Also:
DataSourceDelegationConnectorImpl
,CompositionPackageImpl.getDataSourceDelegationConnector()
- Generated class or method.
-
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
static final EReference DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
The meta object literal for the 'Inner Data Source Role' reference feature.- Generated class or method.
-
DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
static final EReference DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
The meta object literal for the 'Outer Data Source Role' reference feature.- Generated class or method.
-
DATA_SINK_DELEGATION_CONNECTOR
static final EClass DATA_SINK_DELEGATION_CONNECTOR
The meta object literal for the 'Data Sink Delegation Connector
' class.- See Also:
DataSinkDelegationConnectorImpl
,CompositionPackageImpl.getDataSinkDelegationConnector()
- Generated class or method.
-
DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
static final EReference DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
The meta object literal for the 'Inner Data Sink Role' reference feature.- Generated class or method.
-
DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
static final EReference DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
The meta object literal for the 'Outer Data Sink Role' reference feature.- Generated class or method.
-
-