|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ATestPackage
The Package for the model. It contains accessors for the meta objects to represent
ATestFactory
Nested Class Summary | |
---|---|
static interface |
ATestPackage.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 |
---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
Field Summary | |
---|---|
static int |
CONSTRAINT
The meta object id for the ' Constraint ' class. |
static int |
CONSTRAINT__AGENT
The feature id for the 'Agent' reference. |
static int |
CONSTRAINT__ATTRIBUTE
The feature id for the 'Attribute' reference. |
static int |
CONSTRAINT__MAX_VALUE
The feature id for the 'Max Value' containment reference. |
static int |
CONSTRAINT__MEASURE
The feature id for the 'Measure' attribute. |
static int |
CONSTRAINT__MIN_VALUE
The feature id for the 'Min Value' containment reference. |
static int |
CONSTRAINT__QUALIFIER
The feature id for the 'Qualifier' reference. |
static int |
CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Constraint' class. |
static ATestPackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
MEASURE
The meta object id for the ' Measure ' enum. |
static int |
MODEL
The meta object id for the ' Model ' class. |
static int |
MODEL__CONTAINS
The feature id for the 'Contains' containment reference list. |
static int |
MODEL__CONTRAINTS
The feature id for the 'Contraints' containment reference list. |
static int |
MODEL__DESCRIPTION
The feature id for the 'Description' attribute. |
static int |
MODEL__NAME
The feature id for the 'Name' attribute. |
static int |
MODEL__TESTS
The feature id for the 'Tests' containment reference. |
static int |
MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class. |
static int |
TEST_MEMBER
The meta object id for the ' Test Member ' class. |
static int |
TEST_MEMBER__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
TEST_MEMBER_FEATURE_COUNT
The number of structural features of the 'Test Member' class. |
static int |
TESTS
The meta object id for the ' Tests ' class. |
static int |
TESTS__IMPORT_URI
The feature id for the 'Import URI' attribute. |
static int |
TESTS_FEATURE_COUNT
The number of structural features of the 'Tests' class. |
Method Summary | |
---|---|
ATestFactory |
getATestFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getConstraint_Agent()
Returns the meta object for the reference ' Agent '. |
org.eclipse.emf.ecore.EReference |
getConstraint_Attribute()
Returns the meta object for the reference ' Attribute '. |
org.eclipse.emf.ecore.EReference |
getConstraint_MaxValue()
Returns the meta object for the containment reference ' Max Value '. |
org.eclipse.emf.ecore.EAttribute |
getConstraint_Measure()
Returns the meta object for the attribute ' Measure '. |
org.eclipse.emf.ecore.EReference |
getConstraint_MinValue()
Returns the meta object for the containment reference ' Min Value '. |
org.eclipse.emf.ecore.EReference |
getConstraint_Qualifier()
Returns the meta object for the reference ' Qualifier '. |
org.eclipse.emf.ecore.EClass |
getConstraint()
Returns the meta object for class ' Constraint '. |
org.eclipse.emf.ecore.EEnum |
getMeasure()
Returns the meta object for enum ' Measure '. |
org.eclipse.emf.ecore.EReference |
getModel_Contains()
Returns the meta object for the containment reference list ' Contains '. |
org.eclipse.emf.ecore.EReference |
getModel_Contraints()
Returns the meta object for the containment reference list ' Contraints '. |
org.eclipse.emf.ecore.EAttribute |
getModel_Description()
Returns the meta object for the attribute ' Description '. |
org.eclipse.emf.ecore.EAttribute |
getModel_Name()
Returns the meta object for the attribute ' Name '. |
org.eclipse.emf.ecore.EReference |
getModel_Tests()
Returns the meta object for the containment reference ' Tests '. |
org.eclipse.emf.ecore.EClass |
getModel()
Returns the meta object for class ' Model '. |
org.eclipse.emf.ecore.EAttribute |
getTestMember_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getTestMember()
Returns the meta object for class ' Test Member '. |
org.eclipse.emf.ecore.EAttribute |
getTests_ImportURI()
Returns the meta object for the attribute ' Import URI '. |
org.eclipse.emf.ecore.EClass |
getTests()
Returns the meta object for class ' Tests '. |
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.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ATestPackage eINSTANCE
static final int MODEL
Model
' class.
ModelImpl
,
ATestPackageImpl.getModel()
,
Constant Field Valuesstatic final int MODEL__NAME
static final int MODEL__DESCRIPTION
static final int MODEL__TESTS
static final int MODEL__CONTRAINTS
static final int MODEL__CONTAINS
static final int MODEL_FEATURE_COUNT
static final int TESTS
Tests
' class.
TestsImpl
,
ATestPackageImpl.getTests()
,
Constant Field Valuesstatic final int TESTS__IMPORT_URI
static final int TESTS_FEATURE_COUNT
static final int TEST_MEMBER
Test Member
' class.
TestMemberImpl
,
ATestPackageImpl.getTestMember()
,
Constant Field Valuesstatic final int TEST_MEMBER__IMPORT_URI
static final int TEST_MEMBER_FEATURE_COUNT
static final int CONSTRAINT
Constraint
' class.
ConstraintImpl
,
ATestPackageImpl.getConstraint()
,
Constant Field Valuesstatic final int CONSTRAINT__MEASURE
static final int CONSTRAINT__AGENT
static final int CONSTRAINT__ATTRIBUTE
static final int CONSTRAINT__QUALIFIER
static final int CONSTRAINT__MIN_VALUE
static final int CONSTRAINT__MAX_VALUE
static final int CONSTRAINT_FEATURE_COUNT
static final int MEASURE
Measure
' enum.
Measure
,
ATestPackageImpl.getMeasure()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getModel()
Model
'.
Model
org.eclipse.emf.ecore.EAttribute getModel_Name()
Name
'.
Model.getName()
,
getModel()
org.eclipse.emf.ecore.EAttribute getModel_Description()
Description
'.
Model.getDescription()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Tests()
Tests
'.
Model.getTests()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Contraints()
Contraints
'.
Model.getContraints()
,
getModel()
org.eclipse.emf.ecore.EReference getModel_Contains()
Contains
'.
Model.getContains()
,
getModel()
org.eclipse.emf.ecore.EClass getTests()
Tests
'.
Tests
org.eclipse.emf.ecore.EAttribute getTests_ImportURI()
Import URI
'.
Tests.getImportURI()
,
getTests()
org.eclipse.emf.ecore.EClass getTestMember()
Test Member
'.
TestMember
org.eclipse.emf.ecore.EAttribute getTestMember_ImportURI()
Import URI
'.
TestMember.getImportURI()
,
getTestMember()
org.eclipse.emf.ecore.EClass getConstraint()
Constraint
'.
Constraint
org.eclipse.emf.ecore.EAttribute getConstraint_Measure()
Measure
'.
Constraint.getMeasure()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_Agent()
Agent
'.
Constraint.getAgent()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_Attribute()
Attribute
'.
Constraint.getAttribute()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_Qualifier()
Qualifier
'.
Constraint.getQualifier()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_MinValue()
Min Value
'.
Constraint.getMinValue()
,
getConstraint()
org.eclipse.emf.ecore.EReference getConstraint_MaxValue()
Max Value
'.
Constraint.getMaxValue()
,
getConstraint()
org.eclipse.emf.ecore.EEnum getMeasure()
Measure
'.
Measure
ATestFactory getATestFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |