ujf.verimag.bip.Core.Behaviors.impl
Class NamedElementImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
All Implemented Interfaces:
NamedElement
Direct Known Subclasses:
AbstractTransitionImpl, BipTypeImpl, DataTypedElementImpl, ModuleImpl, MultiplicityElementImpl, PortDefinitionImpl, PortImpl, PortParameterImpl, RootImpl, StateImpl

public abstract class NamedElementImpl
extends EObjectImpl
implements NamedElement

An implementation of the model object 'Named Element'.

The following features are implemented:


Field Summary
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
protected  java.lang.String scope
          The cached value of the 'Scope' attribute.
protected static java.lang.String SCOPE_EDEFAULT
          The default value of the 'Scope' attribute.
 
Constructor Summary
protected NamedElementImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getName()
           
 java.lang.String getScope()
           
 void setName(java.lang.String newName)
           
 void setScope(java.lang.String newScope)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()

SCOPE_EDEFAULT

protected static final java.lang.String SCOPE_EDEFAULT
The default value of the 'Scope' attribute.

See Also:
getScope()

scope

protected java.lang.String scope
The cached value of the 'Scope' attribute.

See Also:
getScope()
Constructor Detail

NamedElementImpl

protected NamedElementImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public java.lang.String getName()

Specified by:
getName in interface NamedElement
Returns:
the value of the 'Name' attribute.
See Also:
NamedElement.setName(String), BehaviorsPackage.getNamedElement_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface NamedElement
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
NamedElement.getName()

getScope

public java.lang.String getScope()

Specified by:
getScope in interface NamedElement
Returns:
the value of the 'Scope' attribute.
See Also:
NamedElement.setScope(String), BehaviorsPackage.getNamedElement_Scope()

setScope

public void setScope(java.lang.String newScope)

Specified by:
setScope in interface NamedElement
Parameters:
newScope - the new value of the 'Scope' attribute.
See Also:
NamedElement.getScope()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()