Interface QualityPackage.Literals
-
- Enclosing interface:
- QualityPackage
public static interface QualityPackage.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
QUALITY_REPOSITORY
The meta object literal for the 'Repository
' class.static EReference
QUALITY_REPOSITORY__QUALITY_STATEMENTS
The meta object literal for the 'Quality Statements' containment reference list feature.static EClass
QUALITY_STATEMENT
The meta object literal for the 'Statement
' class.static EReference
QUALITY_STATEMENT__QUALITY_REPOSITORY
The meta object literal for the 'Quality Repository' container reference feature.
-
-
-
Field Detail
-
QUALITY_REPOSITORY
static final EClass QUALITY_REPOSITORY
The meta object literal for the 'Repository
' class.- See Also:
QualityRepositoryImpl
,QualityPackageImpl.getQualityRepository()
- Generated class or method.
-
QUALITY_REPOSITORY__QUALITY_STATEMENTS
static final EReference QUALITY_REPOSITORY__QUALITY_STATEMENTS
The meta object literal for the 'Quality Statements' containment reference list feature.- Generated class or method.
-
QUALITY_STATEMENT
static final EClass QUALITY_STATEMENT
The meta object literal for the 'Statement
' class.- See Also:
QualityStatementImpl
,QualityPackageImpl.getQualityStatement()
- Generated class or method.
-
QUALITY_STATEMENT__QUALITY_REPOSITORY
static final EReference QUALITY_STATEMENT__QUALITY_REPOSITORY
The meta object literal for the 'Quality Repository' container reference feature.- Generated class or method.
-
-