Package org.palladiosimulator.pcmtx
Interface PcmtxPackage.Literals
-
- Enclosing interface:
- PcmtxPackage
public static interface PcmtxPackage.LiteralsDefines 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 EClassABORT_ACTIONThe meta object literal for the 'Abort Action' class.static EClassCOMMIT_ACTIONThe meta object literal for the 'Commit Action' class.static EClassDATA_REPOSITORYThe meta object literal for the 'Data Repository' class.static EReferenceDATA_REPOSITORY__DATABASESThe meta object literal for the 'Databases' containment reference list feature.static EReferenceDATA_REPOSITORY__TABLEThe meta object literal for the 'Table' containment reference list feature.static EClassDATABASEThe meta object literal for the 'Database' class.static EAttributeDATABASE__ISOLATIONThe meta object literal for the 'Isolation' attribute feature.static EAttributeDATABASE__TIMEOUTThe meta object literal for the 'Timeout' attribute feature.static EClassENTITY_TYPEThe meta object literal for the 'Entity Type' class.static EClassTABLEThe meta object literal for the 'Table' class.static EReferenceTABLE__DATABASEThe meta object literal for the 'Database' reference feature.static EAttributeTABLE__ROWSThe meta object literal for the 'Rows' attribute feature.static EReferenceTABLE__TYPESThe meta object literal for the 'Types' reference list feature.static EEnumTRANSACTION_ISOLATIONThe meta object literal for the 'Transaction Isolation' enum.static EEnumTRANSACTION_SCOPEThe 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.
-
-