edu.cmu.archevol
Interface archevolPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
archevolPackageImpl

public interface archevolPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
archevolFactory

Nested Class Summary
static interface archevolPackage.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 ARCHITECTURE_EVOLUTION
          The meta object id for the 'Architecture Evolution' class.
static int ARCHITECTURE_EVOLUTION__ARCHITECTUREINSTANCES
          The feature id for the 'Architectureinstances' containment reference list.
static int ARCHITECTURE_EVOLUTION__EVOLUTIONSTYLES
          The feature id for the 'Evolutionstyles' containment reference list.
static int ARCHITECTURE_EVOLUTION__PATHS
          The feature id for the 'Paths' containment reference list.
static int ARCHITECTURE_EVOLUTION__TITLE
          The feature id for the 'Title' attribute.
static int ARCHITECTURE_EVOLUTION__TRANSITIONS
          The feature id for the 'Transitions' containment reference list.
static int ARCHITECTURE_EVOLUTION_FEATURE_COUNT
          The number of structural features of the 'Architecture Evolution' class.
static int ARCHITECTURE_INSTANCE
          The meta object id for the 'Architecture Instance' class.
static int ARCHITECTURE_INSTANCE__ACMESYSTEM
          The feature id for the 'Acmesystem' attribute.
static int ARCHITECTURE_INSTANCE__ARCHITECTUREINSTANCEPATHS
          The feature id for the 'Architectureinstancepaths' containment reference list.
static int ARCHITECTURE_INSTANCE__NAME
          The feature id for the 'Name' attribute.
static int ARCHITECTURE_INSTANCE__PATHS
          The feature id for the 'Paths' reference list.
static int ARCHITECTURE_INSTANCE_FEATURE_COUNT
          The number of structural features of the 'Architecture Instance' class.
static int ARCHITECTURE_INSTANCE_PATH
          The meta object id for the 'Architecture Instance Path' class.
static int ARCHITECTURE_INSTANCE_PATH__PATH
          The feature id for the 'Path' reference.
static int ARCHITECTURE_INSTANCE_PATH_FEATURE_COUNT
          The number of structural features of the 'Architecture Instance Path' class.
static archevolPackage 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 EVOLUTION_STYLE
          The meta object id for the 'Evolution Style' class.
static int EVOLUTION_STYLE__CONTRIBUTIONNAME
          The feature id for the 'Contributionname' attribute.
static int EVOLUTION_STYLE__NAME
          The feature id for the 'Name' attribute.
static int EVOLUTION_STYLE_FEATURE_COUNT
          The number of structural features of the 'Evolution Style' class.
static int PATH
          The meta object id for the 'Path' class.
static int PATH__NAME
          The feature id for the 'Name' attribute.
static int PATH_FEATURE_COUNT
          The number of structural features of the 'Path' class.
static int TRANSITION
          The meta object id for the 'Transition' class.
static int TRANSITION__NAME
          The feature id for the 'Name' attribute.
static int TRANSITION__NEXT
          The feature id for the 'Next' reference.
static int TRANSITION__PATHS
          The feature id for the 'Paths' reference list.
static int TRANSITION__PREVIOUS
          The feature id for the 'Previous' reference.
static int TRANSITION__TRANSITIONPATHS
          The feature id for the 'Transitionpaths' containment reference list.
static int TRANSITION_FEATURE_COUNT
          The number of structural features of the 'Transition' class.
static int TRANSITION_PATH
          The meta object id for the 'Transition Path' class.
static int TRANSITION_PATH__PATH
          The feature id for the 'Path' reference.
static int TRANSITION_PATH_FEATURE_COUNT
          The number of structural features of the 'Transition Path' class.
 
Method Summary
 void addEAttribute(Class<?> containerClass, Class<?> typeClass, String fullName)
          Creates EAttribute for the containerClass arguement by calling createEAttribute(), stores feature id to be retrieved by calling getFeatureId and feature name to be retrieved by calling getEAttributeName initializes the created EAttribute by calling initEAttribute
 archevolFactory getarchevolFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getArchitectureEvolution_Architectureinstances()
          Returns the meta object for the containment reference list 'Architectureinstances'.
 org.eclipse.emf.ecore.EReference getArchitectureEvolution_Evolutionstyles()
          Returns the meta object for the containment reference list 'Evolutionstyles'.
 org.eclipse.emf.ecore.EReference getArchitectureEvolution_Paths()
          Returns the meta object for the containment reference list 'Paths'.
 org.eclipse.emf.ecore.EAttribute getArchitectureEvolution_Title()
          Returns the meta object for the attribute 'Title'.
 org.eclipse.emf.ecore.EReference getArchitectureEvolution_Transitions()
          Returns the meta object for the containment reference list 'Transitions'.
 org.eclipse.emf.ecore.EClass getArchitectureEvolution()
          Returns the meta object for class 'Architecture Evolution'.
 org.eclipse.emf.ecore.EAttribute getArchitectureInstance_Acmesystem()
          Returns the meta object for the attribute 'Acmesystem'.
 org.eclipse.emf.ecore.EReference getArchitectureInstance_Architectureinstancepaths()
          Returns the meta object for the containment reference list 'Architectureinstancepaths'.
 org.eclipse.emf.ecore.EAttribute getArchitectureInstance_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getArchitectureInstance_Paths()
          Returns the meta object for the reference list 'Paths'.
 org.eclipse.emf.ecore.EClass getArchitectureInstance()
          Returns the meta object for class 'Architecture Instance'.
 org.eclipse.emf.ecore.EReference getArchitectureInstancePath_Path()
          Returns the meta object for the reference 'Path'.
 org.eclipse.emf.ecore.EClass getArchitectureInstancePath()
          Returns the meta object for class 'Architecture Instance Path'.
 org.eclipse.emf.ecore.EAttribute getEAttribute(Class<?> containerClass, String fullName)
          Returns the corresponse EAttribute registed in method addEAttribute
 String getEAttributeName(Class<?> containerClass, int featureId)
          Returns the attribute name registed in method addEAttribute
 org.eclipse.emf.ecore.EAttribute getEvolutionStyle_Contributionname()
          Returns the meta object for the attribute 'Contributionname'.
 org.eclipse.emf.ecore.EAttribute getEvolutionStyle_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getEvolutionStyle()
          Returns the meta object for class 'Evolution Style'.
 int getFeatureId(String fullName)
          Returns the feature id registed in method addEAttribute
 org.eclipse.emf.ecore.EAttribute getPath_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getPath()
          Returns the meta object for class 'Path'.
 org.eclipse.emf.ecore.EAttribute getTransition_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getTransition_Next()
          Returns the meta object for the reference 'Next'.
 org.eclipse.emf.ecore.EReference getTransition_Paths()
          Returns the meta object for the reference list 'Paths'.
 org.eclipse.emf.ecore.EReference getTransition_Previous()
          Returns the meta object for the reference 'Previous'.
 org.eclipse.emf.ecore.EReference getTransition_Transitionpaths()
          Returns the meta object for the containment reference list 'Transitionpaths'.
 org.eclipse.emf.ecore.EClass getTransition()
          Returns the meta object for class 'Transition'.
 org.eclipse.emf.ecore.EReference getTransitionPath_Path()
          Returns the meta object for the reference 'Path'.
 org.eclipse.emf.ecore.EClass getTransitionPath()
          Returns the meta object for class 'Transition Path'.
 
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

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final archevolPackage eINSTANCE
The singleton instance of the package.


ARCHITECTURE_INSTANCE

static final int ARCHITECTURE_INSTANCE
The meta object id for the 'Architecture Instance' class.

See Also:
ArchitectureInstanceImpl, archevolPackageImpl.getArchitectureInstance(), Constant Field Values

ARCHITECTURE_INSTANCE__NAME

static final int ARCHITECTURE_INSTANCE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE__ACMESYSTEM

static final int ARCHITECTURE_INSTANCE__ACMESYSTEM
The feature id for the 'Acmesystem' attribute.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE__PATHS

static final int ARCHITECTURE_INSTANCE__PATHS
The feature id for the 'Paths' reference list.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE__ARCHITECTUREINSTANCEPATHS

static final int ARCHITECTURE_INSTANCE__ARCHITECTUREINSTANCEPATHS
The feature id for the 'Architectureinstancepaths' containment reference list.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE_FEATURE_COUNT

static final int ARCHITECTURE_INSTANCE_FEATURE_COUNT
The number of structural features of the 'Architecture Instance' class.

See Also:
Constant Field Values

TRANSITION

static final int TRANSITION
The meta object id for the 'Transition' class.

See Also:
TransitionImpl, archevolPackageImpl.getTransition(), Constant Field Values

TRANSITION__NAME

static final int TRANSITION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRANSITION__PREVIOUS

static final int TRANSITION__PREVIOUS
The feature id for the 'Previous' reference.

See Also:
Constant Field Values

TRANSITION__NEXT

static final int TRANSITION__NEXT
The feature id for the 'Next' reference.

See Also:
Constant Field Values

TRANSITION__PATHS

static final int TRANSITION__PATHS
The feature id for the 'Paths' reference list.

See Also:
Constant Field Values

TRANSITION__TRANSITIONPATHS

static final int TRANSITION__TRANSITIONPATHS
The feature id for the 'Transitionpaths' containment reference list.

See Also:
Constant Field Values

TRANSITION_FEATURE_COUNT

static final int TRANSITION_FEATURE_COUNT
The number of structural features of the 'Transition' class.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION

static final int ARCHITECTURE_EVOLUTION
The meta object id for the 'Architecture Evolution' class.

See Also:
ArchitectureEvolutionImpl, archevolPackageImpl.getArchitectureEvolution(), Constant Field Values

ARCHITECTURE_EVOLUTION__TITLE

static final int ARCHITECTURE_EVOLUTION__TITLE
The feature id for the 'Title' attribute.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION__ARCHITECTUREINSTANCES

static final int ARCHITECTURE_EVOLUTION__ARCHITECTUREINSTANCES
The feature id for the 'Architectureinstances' containment reference list.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION__TRANSITIONS

static final int ARCHITECTURE_EVOLUTION__TRANSITIONS
The feature id for the 'Transitions' containment reference list.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION__PATHS

static final int ARCHITECTURE_EVOLUTION__PATHS
The feature id for the 'Paths' containment reference list.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION__EVOLUTIONSTYLES

static final int ARCHITECTURE_EVOLUTION__EVOLUTIONSTYLES
The feature id for the 'Evolutionstyles' containment reference list.

See Also:
Constant Field Values

ARCHITECTURE_EVOLUTION_FEATURE_COUNT

static final int ARCHITECTURE_EVOLUTION_FEATURE_COUNT
The number of structural features of the 'Architecture Evolution' class.

See Also:
Constant Field Values

PATH

static final int PATH
The meta object id for the 'Path' class.

See Also:
PathImpl, archevolPackageImpl.getPath(), Constant Field Values

PATH__NAME

static final int PATH__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

PATH_FEATURE_COUNT

static final int PATH_FEATURE_COUNT
The number of structural features of the 'Path' class.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE_PATH

static final int ARCHITECTURE_INSTANCE_PATH
The meta object id for the 'Architecture Instance Path' class.

See Also:
ArchitectureInstancePathImpl, archevolPackageImpl.getArchitectureInstancePath(), Constant Field Values

ARCHITECTURE_INSTANCE_PATH__PATH

static final int ARCHITECTURE_INSTANCE_PATH__PATH
The feature id for the 'Path' reference.

See Also:
Constant Field Values

ARCHITECTURE_INSTANCE_PATH_FEATURE_COUNT

static final int ARCHITECTURE_INSTANCE_PATH_FEATURE_COUNT
The number of structural features of the 'Architecture Instance Path' class.

See Also:
Constant Field Values

TRANSITION_PATH

static final int TRANSITION_PATH
The meta object id for the 'Transition Path' class.

See Also:
TransitionPathImpl, archevolPackageImpl.getTransitionPath(), Constant Field Values

TRANSITION_PATH__PATH

static final int TRANSITION_PATH__PATH
The feature id for the 'Path' reference.

See Also:
Constant Field Values

TRANSITION_PATH_FEATURE_COUNT

static final int TRANSITION_PATH_FEATURE_COUNT
The number of structural features of the 'Transition Path' class.

See Also:
Constant Field Values

EVOLUTION_STYLE

static final int EVOLUTION_STYLE
The meta object id for the 'Evolution Style' class.

See Also:
EvolutionStyleImpl, archevolPackageImpl.getEvolutionStyle(), Constant Field Values

EVOLUTION_STYLE__NAME

static final int EVOLUTION_STYLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

EVOLUTION_STYLE__CONTRIBUTIONNAME

static final int EVOLUTION_STYLE__CONTRIBUTIONNAME
The feature id for the 'Contributionname' attribute.

See Also:
Constant Field Values

EVOLUTION_STYLE_FEATURE_COUNT

static final int EVOLUTION_STYLE_FEATURE_COUNT
The number of structural features of the 'Evolution Style' class.

See Also:
Constant Field Values
Method Detail

getArchitectureInstance

org.eclipse.emf.ecore.EClass getArchitectureInstance()
Returns the meta object for class 'Architecture Instance'.

Returns:
the meta object for class 'Architecture Instance'.
See Also:
ArchitectureInstance

getArchitectureInstance_Name

org.eclipse.emf.ecore.EAttribute getArchitectureInstance_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ArchitectureInstance.getName(), getArchitectureInstance()

getArchitectureInstance_Acmesystem

org.eclipse.emf.ecore.EAttribute getArchitectureInstance_Acmesystem()
Returns the meta object for the attribute 'Acmesystem'.

Returns:
the meta object for the attribute 'Acmesystem'.
See Also:
ArchitectureInstance.getAcmesystem(), getArchitectureInstance()

getArchitectureInstance_Architectureinstancepaths

org.eclipse.emf.ecore.EReference getArchitectureInstance_Architectureinstancepaths()
Returns the meta object for the containment reference list 'Architectureinstancepaths'.

Returns:
the meta object for the containment reference list 'Architectureinstancepaths'.
See Also:
ArchitectureInstance.getArchitectureinstancepaths(), getArchitectureInstance()

getArchitectureInstance_Paths

org.eclipse.emf.ecore.EReference getArchitectureInstance_Paths()
Returns the meta object for the reference list 'Paths'.

Returns:
the meta object for the reference list 'Paths'.
See Also:
ArchitectureInstance.getPaths(), getArchitectureInstance()

getTransition

org.eclipse.emf.ecore.EClass getTransition()
Returns the meta object for class 'Transition'.

Returns:
the meta object for class 'Transition'.
See Also:
Transition

getTransition_Name

org.eclipse.emf.ecore.EAttribute getTransition_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Transition.getName(), getTransition()

getTransition_Previous

org.eclipse.emf.ecore.EReference getTransition_Previous()
Returns the meta object for the reference 'Previous'.

Returns:
the meta object for the reference 'Previous'.
See Also:
Transition.getPrevious(), getTransition()

getTransition_Next

org.eclipse.emf.ecore.EReference getTransition_Next()
Returns the meta object for the reference 'Next'.

Returns:
the meta object for the reference 'Next'.
See Also:
Transition.getNext(), getTransition()

getTransition_Transitionpaths

org.eclipse.emf.ecore.EReference getTransition_Transitionpaths()
Returns the meta object for the containment reference list 'Transitionpaths'.

Returns:
the meta object for the containment reference list 'Transitionpaths'.
See Also:
Transition.getTransitionpaths(), getTransition()

getTransition_Paths

org.eclipse.emf.ecore.EReference getTransition_Paths()
Returns the meta object for the reference list 'Paths'.

Returns:
the meta object for the reference list 'Paths'.
See Also:
Transition.getPaths(), getTransition()

getArchitectureEvolution

org.eclipse.emf.ecore.EClass getArchitectureEvolution()
Returns the meta object for class 'Architecture Evolution'.

Returns:
the meta object for class 'Architecture Evolution'.
See Also:
ArchitectureEvolution

getArchitectureEvolution_Title

org.eclipse.emf.ecore.EAttribute getArchitectureEvolution_Title()
Returns the meta object for the attribute 'Title'.

Returns:
the meta object for the attribute 'Title'.
See Also:
ArchitectureEvolution.getTitle(), getArchitectureEvolution()

getArchitectureEvolution_Architectureinstances

org.eclipse.emf.ecore.EReference getArchitectureEvolution_Architectureinstances()
Returns the meta object for the containment reference list 'Architectureinstances'.

Returns:
the meta object for the containment reference list 'Architectureinstances'.
See Also:
ArchitectureEvolution.getArchitectureinstances(), getArchitectureEvolution()

getArchitectureEvolution_Transitions

org.eclipse.emf.ecore.EReference getArchitectureEvolution_Transitions()
Returns the meta object for the containment reference list 'Transitions'.

Returns:
the meta object for the containment reference list 'Transitions'.
See Also:
ArchitectureEvolution.getTransitions(), getArchitectureEvolution()

getArchitectureEvolution_Paths

org.eclipse.emf.ecore.EReference getArchitectureEvolution_Paths()
Returns the meta object for the containment reference list 'Paths'.

Returns:
the meta object for the containment reference list 'Paths'.
See Also:
ArchitectureEvolution.getPaths(), getArchitectureEvolution()

getArchitectureEvolution_Evolutionstyles

org.eclipse.emf.ecore.EReference getArchitectureEvolution_Evolutionstyles()
Returns the meta object for the containment reference list 'Evolutionstyles'.

Returns:
the meta object for the containment reference list 'Evolutionstyles'.
See Also:
ArchitectureEvolution.getEvolutionstyles(), getArchitectureEvolution()

getPath

org.eclipse.emf.ecore.EClass getPath()
Returns the meta object for class 'Path'.

Returns:
the meta object for class 'Path'.
See Also:
Path

getPath_Name

org.eclipse.emf.ecore.EAttribute getPath_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Path.getName(), getPath()

getArchitectureInstancePath

org.eclipse.emf.ecore.EClass getArchitectureInstancePath()
Returns the meta object for class 'Architecture Instance Path'.

Returns:
the meta object for class 'Architecture Instance Path'.
See Also:
ArchitectureInstancePath

getArchitectureInstancePath_Path

org.eclipse.emf.ecore.EReference getArchitectureInstancePath_Path()
Returns the meta object for the reference 'Path'.

Returns:
the meta object for the reference 'Path'.
See Also:
ArchitectureInstancePath.getPath(), getArchitectureInstancePath()

getTransitionPath

org.eclipse.emf.ecore.EClass getTransitionPath()
Returns the meta object for class 'Transition Path'.

Returns:
the meta object for class 'Transition Path'.
See Also:
TransitionPath

getTransitionPath_Path

org.eclipse.emf.ecore.EReference getTransitionPath_Path()
Returns the meta object for the reference 'Path'.

Returns:
the meta object for the reference 'Path'.
See Also:
TransitionPath.getPath(), getTransitionPath()

getEvolutionStyle

org.eclipse.emf.ecore.EClass getEvolutionStyle()
Returns the meta object for class 'Evolution Style'.

Returns:
the meta object for class 'Evolution Style'.
See Also:
EvolutionStyle

getEvolutionStyle_Name

org.eclipse.emf.ecore.EAttribute getEvolutionStyle_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
EvolutionStyle.getName(), getEvolutionStyle()

getEvolutionStyle_Contributionname

org.eclipse.emf.ecore.EAttribute getEvolutionStyle_Contributionname()
Returns the meta object for the attribute 'Contributionname'.

Returns:
the meta object for the attribute 'Contributionname'.
See Also:
EvolutionStyle.getContributionname(), getEvolutionStyle()

getarchevolFactory

archevolFactory getarchevolFactory()
Returns the factory that creates the instances of the model.

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

addEAttribute

void addEAttribute(Class<?> containerClass,
                   Class<?> typeClass,
                   String fullName)
Creates EAttribute for the containerClass arguement by calling createEAttribute(), stores feature id to be retrieved by calling getFeatureId and feature name to be retrieved by calling getEAttributeName initializes the created EAttribute by calling initEAttribute

Parameters:
containerClass - the container Class
fullName - the name of the attribute
See Also:
#getFeatureId(Class, String), getEAttributeName(Class, int), EPackageImpl.createEAttribute(org.eclipse.emf.ecore.EClass, int), EPackageImpl.initEAttribute(org.eclipse.emf.ecore.EAttribute, org.eclipse.emf.ecore.EClassifier, java.lang.String, java.lang.String, int, int, boolean, boolean, boolean, boolean)

getFeatureId

int getFeatureId(String fullName)
Returns the feature id registed in method addEAttribute

Parameters:
fullName - the name of the attribute
Returns:
feature id
See Also:
#addEAttribute(Class, String)

getEAttribute

org.eclipse.emf.ecore.EAttribute getEAttribute(Class<?> containerClass,
                                               String fullName)
Returns the corresponse EAttribute registed in method addEAttribute

Parameters:
containerClass - the container Class
fullName - the name of the attribute
Returns:
the corresponse EAttribute
See Also:
#addEAttribute(Class, String)

getEAttributeName

String getEAttributeName(Class<?> containerClass,
                         int featureId)
Returns the attribute name registed in method addEAttribute

Parameters:
containerClass - the container Class
featureId - the feature id
Returns:
the attribute name
See Also:
#addEAttribute(Class, String)