Interface QualityPackage.Literals
-
- Enclosing interface:
- QualityPackage
public static interface QualityPackage.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 EClassQUALITY_REPOSITORYThe meta object literal for the 'Repository' class.static EReferenceQUALITY_REPOSITORY__QUALITY_STATEMENTSThe meta object literal for the 'Quality Statements' containment reference list feature.static EClassQUALITY_STATEMENTThe meta object literal for the 'Statement' class.static EReferenceQUALITY_STATEMENT__QUALITY_REPOSITORYThe 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.
-
-