Interface ExpectationsPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ExpectationsPackageImpl
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:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpectationsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Expected Count
' class.static final int
The feature id for the 'Count' attribute.static final int
The number of structural features of the 'Expected Count' class.static final int
The meta object id for the 'Expected Percentage
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Expected Percentage' class.static final int
The meta object id for the 'Expected Primitive
' class.static final int
The number of structural features of the 'Expected Primitive' class.static final int
The meta object id for the 'Expected Time
' class.static final int
The feature id for the 'Value' attribute.static final int
The number of structural features of the 'Expected Time' class.static final int
The meta object id for the 'Expected Trend
' class.static final int
The feature id for the 'Trend' attribute.static final int
The number of structural features of the 'Expected Trend' class.static final int
The meta object id for the 'Expected Value
' class.static final int
The number of structural features of the 'Expected Value' class.static final int
The meta object id for the 'No Expectation
' class.static final int
The number of structural features of the 'No Expectation' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.Returns the meta object for class 'Expected Count
'.Returns the meta object for the attribute 'Count
'.Returns the meta object for class 'Expected Percentage
'.Returns the meta object for the attribute 'Value
'.Returns the meta object for class 'Expected Primitive
'.Returns the meta object for class 'Expected Time
'.Returns the meta object for the attribute 'Value
'.Returns the meta object for class 'Expected Trend
'.Returns the meta object for the attribute 'Trend
'.Returns the meta object for class 'Expected Value
'.Returns the meta object for class 'No Expectation
'.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 Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
EXPECTED_VALUE
static final int EXPECTED_VALUEThe meta object id for the 'Expected Value
' class.- See Also:
- Generated class or method.
-
EXPECTED_VALUE_FEATURE_COUNT
static final int EXPECTED_VALUE_FEATURE_COUNTThe number of structural features of the 'Expected Value' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_PRIMITIVE
static final int EXPECTED_PRIMITIVEThe meta object id for the 'Expected Primitive
' class.- See Also:
- Generated class or method.
-
EXPECTED_PRIMITIVE_FEATURE_COUNT
static final int EXPECTED_PRIMITIVE_FEATURE_COUNTThe number of structural features of the 'Expected Primitive' class.- See Also:
- Generated class or method.
- Ordered collection.
-
NO_EXPECTATION
static final int NO_EXPECTATIONThe meta object id for the 'No Expectation
' class.- See Also:
- Generated class or method.
-
NO_EXPECTATION_FEATURE_COUNT
static final int NO_EXPECTATION_FEATURE_COUNTThe number of structural features of the 'No Expectation' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_PERCENTAGE
static final int EXPECTED_PERCENTAGEThe meta object id for the 'Expected Percentage
' class.- See Also:
- Generated class or method.
-
EXPECTED_PERCENTAGE__VALUE
static final int EXPECTED_PERCENTAGE__VALUEThe feature id for the 'Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_PERCENTAGE_FEATURE_COUNT
static final int EXPECTED_PERCENTAGE_FEATURE_COUNTThe number of structural features of the 'Expected Percentage' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_COUNT
static final int EXPECTED_COUNTThe meta object id for the 'Expected Count
' class.- See Also:
- Generated class or method.
-
EXPECTED_COUNT__COUNT
static final int EXPECTED_COUNT__COUNTThe feature id for the 'Count' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_COUNT_FEATURE_COUNT
static final int EXPECTED_COUNT_FEATURE_COUNTThe number of structural features of the 'Expected Count' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_TIME
static final int EXPECTED_TIMEThe meta object id for the 'Expected Time
' class.- See Also:
- Generated class or method.
-
EXPECTED_TIME__VALUE
static final int EXPECTED_TIME__VALUEThe feature id for the 'Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_TIME_FEATURE_COUNT
static final int EXPECTED_TIME_FEATURE_COUNTThe number of structural features of the 'Expected Time' class.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_TREND
static final int EXPECTED_TRENDThe meta object id for the 'Expected Trend
' class.- See Also:
- Generated class or method.
-
EXPECTED_TREND__TREND
static final int EXPECTED_TREND__TRENDThe feature id for the 'Trend' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
EXPECTED_TREND_FEATURE_COUNT
static final int EXPECTED_TREND_FEATURE_COUNTThe number of structural features of the 'Expected Trend' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getExpectedValue
EClass getExpectedValue()Returns the meta object for class 'Expected Value
'.- Returns:
- the meta object for class 'Expected Value'.
- See Also:
- Generated class or method.
-
getExpectedPrimitive
EClass getExpectedPrimitive()Returns the meta object for class 'Expected Primitive
'.- Returns:
- the meta object for class 'Expected Primitive'.
- See Also:
- Generated class or method.
-
getNoExpectation
EClass getNoExpectation()Returns the meta object for class 'No Expectation
'.- Returns:
- the meta object for class 'No Expectation'.
- See Also:
- Generated class or method.
-
getExpectedPercentage
EClass getExpectedPercentage()Returns the meta object for class 'Expected Percentage
'.- Returns:
- the meta object for class 'Expected Percentage'.
- See Also:
- Generated class or method.
-
getExpectedPercentage_Value
EAttribute getExpectedPercentage_Value()Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
- Generated class or method.
-
getExpectedCount
EClass getExpectedCount()Returns the meta object for class 'Expected Count
'.- Returns:
- the meta object for class 'Expected Count'.
- See Also:
- Generated class or method.
-
getExpectedCount_Count
EAttribute getExpectedCount_Count()Returns the meta object for the attribute 'Count
'.- Returns:
- the meta object for the attribute 'Count'.
- See Also:
- Generated class or method.
-
getExpectedTime
EClass getExpectedTime()Returns the meta object for class 'Expected Time
'.- Returns:
- the meta object for class 'Expected Time'.
- See Also:
- Generated class or method.
-
getExpectedTime_Value
EAttribute getExpectedTime_Value()Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
- Generated class or method.
-
getExpectedTrend
EClass getExpectedTrend()Returns the meta object for class 'Expected Trend
'.- Returns:
- the meta object for class 'Expected Trend'.
- See Also:
- Generated class or method.
-
getExpectedTrend_Trend
EAttribute getExpectedTrend_Trend()Returns the meta object for the attribute 'Trend
'.- Returns:
- the meta object for the attribute 'Trend'.
- See Also:
- Generated class or method.
-
getExpectationsFactory
ExpectationsFactory getExpectationsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-