Interface QualityPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
QualityPackageImpl
public interface QualityPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
QualityFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static QualityPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
QUALITY_REPOSITORY
The meta object id for the 'Repository
' class.static int
QUALITY_REPOSITORY__ID
The feature id for the 'Id' attribute.static int
QUALITY_REPOSITORY__QUALITY_STATEMENTS
The feature id for the 'Quality Statements' containment reference list.static int
QUALITY_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.static int
QUALITY_STATEMENT
The meta object id for the 'Statement
' class.static int
QUALITY_STATEMENT__ID
The feature id for the 'Id' attribute.static int
QUALITY_STATEMENT__QUALITY_REPOSITORY
The feature id for the 'Quality Repository' container reference.static int
QUALITY_STATEMENT_FEATURE_COUNT
The number of structural features of the 'Statement' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualityFactory
getQualityFactory()
Returns the factory that creates the instances of the model.EClass
getQualityRepository()
Returns the meta object for class 'Repository
'.EReference
getQualityRepository_QualityStatements()
Returns the meta object for the containment reference list 'Quality Statements
'.EClass
getQualityStatement()
Returns the meta object for class 'Statement
'.EReference
getQualityStatement_QualityRepository()
Returns the meta object for the container reference 'Quality Repository
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final QualityPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
QUALITY_REPOSITORY
static final int QUALITY_REPOSITORY
The meta object id for the 'Repository
' class.- See Also:
QualityRepositoryImpl
,QualityPackageImpl.getQualityRepository()
, Constant Field Values- Generated class or method.
-
QUALITY_REPOSITORY__ID
static final int QUALITY_REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
QUALITY_REPOSITORY__QUALITY_STATEMENTS
static final int QUALITY_REPOSITORY__QUALITY_STATEMENTS
The feature id for the 'Quality Statements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
QUALITY_REPOSITORY_FEATURE_COUNT
static final int QUALITY_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
QUALITY_STATEMENT
static final int QUALITY_STATEMENT
The meta object id for the 'Statement
' class.- See Also:
QualityStatementImpl
,QualityPackageImpl.getQualityStatement()
, Constant Field Values- Generated class or method.
-
QUALITY_STATEMENT__ID
static final int QUALITY_STATEMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
QUALITY_STATEMENT__QUALITY_REPOSITORY
static final int QUALITY_STATEMENT__QUALITY_REPOSITORY
The feature id for the 'Quality Repository' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
QUALITY_STATEMENT_FEATURE_COUNT
static final int QUALITY_STATEMENT_FEATURE_COUNT
The number of structural features of the 'Statement' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getQualityRepository
EClass getQualityRepository()
Returns the meta object for class 'Repository
'.- Returns:
- the meta object for class 'Repository'.
- See Also:
QualityRepository
- Generated class or method.
-
getQualityRepository_QualityStatements
EReference getQualityRepository_QualityStatements()
Returns the meta object for the containment reference list 'Quality Statements
'.- Returns:
- the meta object for the containment reference list 'Quality Statements'.
- See Also:
QualityRepository.getQualityStatements()
,getQualityRepository()
- Generated class or method.
-
getQualityStatement
EClass getQualityStatement()
Returns the meta object for class 'Statement
'.- Returns:
- the meta object for class 'Statement'.
- See Also:
QualityStatement
- Generated class or method.
-
getQualityStatement_QualityRepository
EReference getQualityStatement_QualityRepository()
Returns the meta object for the container reference 'Quality Repository
'.- Returns:
- the meta object for the container reference 'Quality Repository'.
- See Also:
QualityStatement.getQualityRepository()
,getQualityStatement()
- Generated class or method.
-
getQualityFactory
QualityFactory getQualityFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-