Bus

org.topcased.comparisonresultmodel
Interface ComparisonresultmodelPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ComparisonresultmodelPackageImpl

public interface ComparisonresultmodelPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ComparisonresultmodelFactory
** Generated **
Model:
kind="package"

Nested Class Summary
static interface ComparisonresultmodelPackage.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
static int COMPARISON_OBJECT
          The meta object id for the 'Comparison Object' class
static int COMPARISON_OBJECT__LABEL
          The feature id for the 'Label' attribute
static int COMPARISON_OBJECT__REASON
          The feature id for the 'Reason' attribute
static int COMPARISON_OBJECT__SOURCE
          The feature id for the 'Source' attribute
static int COMPARISON_OBJECT__SOURCE_OBJECT
          The feature id for the 'Source Object' containment reference
static int COMPARISON_OBJECT_FEATURE_COUNT
          The number of structural features of the 'Comparison Object' class
static int CONTAINER
          The meta object id for the 'Container' class
static int CONTAINER__CHILDREN
          The feature id for the 'Children' containment reference list
static int CONTAINER_FEATURE_COUNT
          The number of structural features of the 'Container' class
static java.lang.String copyright
           
static ComparisonresultmodelPackage 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
 
Method Summary
 EAttribute getComparisonObject_Label()
          Returns the meta object for the attribute 'Label'
 EAttribute getComparisonObject_Reason()
          Returns the meta object for the attribute 'Reason'
 EAttribute getComparisonObject_Source()
          Returns the meta object for the attribute 'Source'
 EReference getComparisonObject_SourceObject()
          Returns the meta object for the containment reference 'Source Object'
 EClass getComparisonObject()
          Returns the meta object for class 'Comparison Object'
 ComparisonresultmodelFactory getComparisonresultmodelFactory()
          Returns the factory that creates the instances of the model
 EReference getContainer_Children()
          Returns the meta object for the containment reference list 'Children'
 EClass getContainer()
          Returns the meta object for class 'Container'
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
** Generated **

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
** Generated **

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
** Generated **

eINSTANCE

static final ComparisonresultmodelPackage eINSTANCE
The singleton instance of the package.

** Generated **

CONTAINER

static final int CONTAINER
The meta object id for the 'Container' class.

See Also:
ContainerImpl, ComparisonresultmodelPackageImpl.getContainer(), Constant Field Values
** Generated **

CONTAINER__CHILDREN

static final int CONTAINER__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values
** Generated **
Ordered:

CONTAINER_FEATURE_COUNT

static final int CONTAINER_FEATURE_COUNT
The number of structural features of the 'Container' class.

See Also:
Constant Field Values
** Generated **
Ordered:

COMPARISON_OBJECT

static final int COMPARISON_OBJECT
The meta object id for the 'Comparison Object' class.

See Also:
ComparisonObjectImpl, ComparisonresultmodelPackageImpl.getComparisonObject(), Constant Field Values
** Generated **

COMPARISON_OBJECT__LABEL

static final int COMPARISON_OBJECT__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

COMPARISON_OBJECT__REASON

static final int COMPARISON_OBJECT__REASON
The feature id for the 'Reason' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

COMPARISON_OBJECT__SOURCE

static final int COMPARISON_OBJECT__SOURCE
The feature id for the 'Source' attribute.

See Also:
Constant Field Values
** Generated **
Ordered:

COMPARISON_OBJECT__SOURCE_OBJECT

static final int COMPARISON_OBJECT__SOURCE_OBJECT
The feature id for the 'Source Object' containment reference.

See Also:
Constant Field Values
** Generated **
Ordered:

COMPARISON_OBJECT_FEATURE_COUNT

static final int COMPARISON_OBJECT_FEATURE_COUNT
The number of structural features of the 'Comparison Object' class.

See Also:
Constant Field Values
** Generated **
Ordered:
Method Detail

getContainer

EClass getContainer()
Returns the meta object for class 'Container'.

Returns:
the meta object for class 'Container'.
See Also:
Container
** Generated **

getContainer_Children

EReference getContainer_Children()
Returns the meta object for the containment reference list 'Children'.

Returns:
the meta object for the containment reference list 'Children'.
See Also:
Container.getChildren(), getContainer()
** Generated **

getComparisonObject

EClass getComparisonObject()
Returns the meta object for class 'Comparison Object'.

Returns:
the meta object for class 'Comparison Object'.
See Also:
ComparisonObject
** Generated **

getComparisonObject_Label

EAttribute getComparisonObject_Label()
Returns the meta object for the attribute 'Label'.

Returns:
the meta object for the attribute 'Label'.
See Also:
ComparisonObject.getLabel(), getComparisonObject()
** Generated **

getComparisonObject_Reason

EAttribute getComparisonObject_Reason()
Returns the meta object for the attribute 'Reason'.

Returns:
the meta object for the attribute 'Reason'.
See Also:
ComparisonObject.getReason(), getComparisonObject()
** Generated **

getComparisonObject_Source

EAttribute getComparisonObject_Source()
Returns the meta object for the attribute 'Source'.

Returns:
the meta object for the attribute 'Source'.
See Also:
ComparisonObject.isSource(), getComparisonObject()
** Generated **

getComparisonObject_SourceObject

EReference getComparisonObject_SourceObject()
Returns the meta object for the containment reference 'Source Object'.

Returns:
the meta object for the containment reference 'Source Object'.
See Also:
ComparisonObject.getSourceObject(), getComparisonObject()
** Generated **

getComparisonresultmodelFactory

ComparisonresultmodelFactory getComparisonresultmodelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
** Generated **

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.