de.uka.ipd.sdq.stoex.impl
Class VariableImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.ExpressionImpl
          extended by de.uka.ipd.sdq.stoex.impl.IfElseImpl
              extended by de.uka.ipd.sdq.stoex.impl.BooleanExpressionImpl
                  extended by de.uka.ipd.sdq.stoex.impl.ComparisonImpl
                      extended by de.uka.ipd.sdq.stoex.impl.TermImpl
                          extended by de.uka.ipd.sdq.stoex.impl.ProductImpl
                              extended by de.uka.ipd.sdq.stoex.impl.PowerImpl
                                  extended by de.uka.ipd.sdq.stoex.impl.UnaryImpl
                                      extended by de.uka.ipd.sdq.stoex.impl.AtomImpl
                                          extended by de.uka.ipd.sdq.stoex.impl.VariableImpl
All Implemented Interfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary, Variable
Direct Known Subclasses:
CharacterisedVariableImpl

public class VariableImpl
extends AtomImpl
implements Variable

An implementation of the model object 'Variable'.

The following features are implemented:


Field Summary
static String copyright
           
protected  AbstractNamedReference id_Variable
          The cached value of the 'Id Variable' reference.
 
Constructor Summary
protected VariableImpl()
           
 
Method Summary
 AbstractNamedReference basicGetId_Variable()
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 AbstractNamedReference getId_Variable()
           
 void setId_Variable(AbstractNamedReference newId_Variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

id_Variable

protected AbstractNamedReference id_Variable
The cached value of the 'Id Variable' reference.

See Also:
getId_Variable()
Constructor Detail

VariableImpl

protected VariableImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AtomImpl

getId_Variable

public AbstractNamedReference getId_Variable()

Specified by:
getId_Variable in interface Variable
Returns:
the value of the 'Id Variable' reference.
See Also:
Variable.setId_Variable(AbstractNamedReference), StoexPackage.getVariable_Id_Variable()

basicGetId_Variable

public AbstractNamedReference basicGetId_Variable()


setId_Variable

public void setId_Variable(AbstractNamedReference newId_Variable)

Specified by:
setId_Variable in interface Variable
Parameters:
newId_Variable - the new value of the 'Id Variable' reference.
See Also:
Variable.getId_Variable()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)