Package org.palladiosimulator.pcmtx
Interface PcmtxPackage.Literals
-
- Enclosing interface:
- PcmtxPackage
public static interface PcmtxPackage.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
ABORT_ACTION
The meta object literal for the 'Abort Action
' class.static EClass
COMMIT_ACTION
The meta object literal for the 'Commit Action
' class.static EClass
DATA_REPOSITORY
The meta object literal for the 'Data Repository
' class.static EReference
DATA_REPOSITORY__DATABASES
The meta object literal for the 'Databases' containment reference list feature.static EReference
DATA_REPOSITORY__TABLE
The meta object literal for the 'Table' containment reference list feature.static EClass
DATABASE
The meta object literal for the 'Database
' class.static EAttribute
DATABASE__ISOLATION
The meta object literal for the 'Isolation' attribute feature.static EAttribute
DATABASE__TIMEOUT
The meta object literal for the 'Timeout' attribute feature.static EClass
ENTITY_TYPE
The meta object literal for the 'Entity Type
' class.static EClass
TABLE
The meta object literal for the 'Table
' class.static EReference
TABLE__DATABASE
The meta object literal for the 'Database' reference feature.static EAttribute
TABLE__ROWS
The meta object literal for the 'Rows' attribute feature.static EReference
TABLE__TYPES
The meta object literal for the 'Types' reference list feature.static EEnum
TRANSACTION_ISOLATION
The meta object literal for the 'Transaction Isolation
' enum.static EEnum
TRANSACTION_SCOPE
The meta object literal for the 'Transaction Scope
' enum.
-
-
-
Field Detail
-
ENTITY_TYPE
static final EClass ENTITY_TYPE
The meta object literal for the 'Entity Type
' class.- See Also:
EntityTypeImpl
,PcmtxPackageImpl.getEntityType()
- Generated class or method.
-
DATA_REPOSITORY
static final EClass DATA_REPOSITORY
The meta object literal for the 'Data Repository
' class.- See Also:
DataRepositoryImpl
,PcmtxPackageImpl.getDataRepository()
- Generated class or method.
-
DATA_REPOSITORY__TABLE
static final EReference DATA_REPOSITORY__TABLE
The meta object literal for the 'Table' containment reference list feature.- Generated class or method.
-
DATA_REPOSITORY__DATABASES
static final EReference DATA_REPOSITORY__DATABASES
The meta object literal for the 'Databases' containment reference list feature.- Generated class or method.
-
TABLE
static final EClass TABLE
The meta object literal for the 'Table
' class.- See Also:
TableImpl
,PcmtxPackageImpl.getTable()
- Generated class or method.
-
TABLE__ROWS
static final EAttribute TABLE__ROWS
The meta object literal for the 'Rows' attribute feature.- Generated class or method.
-
TABLE__TYPES
static final EReference TABLE__TYPES
The meta object literal for the 'Types' reference list feature.- Generated class or method.
-
TABLE__DATABASE
static final EReference TABLE__DATABASE
The meta object literal for the 'Database' reference feature.- Generated class or method.
-
DATABASE
static final EClass DATABASE
The meta object literal for the 'Database
' class.- See Also:
DatabaseImpl
,PcmtxPackageImpl.getDatabase()
- Generated class or method.
-
DATABASE__ISOLATION
static final EAttribute DATABASE__ISOLATION
The meta object literal for the 'Isolation' attribute feature.- Generated class or method.
-
DATABASE__TIMEOUT
static final EAttribute DATABASE__TIMEOUT
The meta object literal for the 'Timeout' attribute feature.- Generated class or method.
-
COMMIT_ACTION
static final EClass COMMIT_ACTION
The meta object literal for the 'Commit Action
' class.- See Also:
CommitActionImpl
,PcmtxPackageImpl.getCommitAction()
- Generated class or method.
-
ABORT_ACTION
static final EClass ABORT_ACTION
The meta object literal for the 'Abort Action
' class.- See Also:
AbortActionImpl
,PcmtxPackageImpl.getAbortAction()
- Generated class or method.
-
TRANSACTION_ISOLATION
static final EEnum TRANSACTION_ISOLATION
The meta object literal for the 'Transaction Isolation
' enum.- See Also:
TransactionIsolation
,PcmtxPackageImpl.getTransactionIsolation()
- Generated class or method.
-
TRANSACTION_SCOPE
static final EEnum TRANSACTION_SCOPE
The meta object literal for the 'Transaction Scope
' enum.- See Also:
TransactionScope
,PcmtxPackageImpl.getTransactionScope()
- Generated class or method.
-
-