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

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.StringLiteralImpl
All Implemented Interfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, StringLiteral, Term, Unary

public class StringLiteralImpl
extends AtomImpl
implements StringLiteral

An implementation of the model object 'String Literal'.

The following features are implemented:


Field Summary
static String copyright
           
protected  String value
          The cached value of the 'Value' attribute.
protected static String VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 
Constructor Summary
protected StringLiteralImpl()
           
 
Method Summary
 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)
           
 String getValue()
           
 void setValue(String newValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

VALUE_EDEFAULT

protected static final String VALUE_EDEFAULT
The default value of the 'Value' attribute.

See Also:
getValue()

value

protected String value
The cached value of the 'Value' attribute.

See Also:
getValue()
Constructor Detail

StringLiteralImpl

protected StringLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class AtomImpl

getValue

public String getValue()

Specified by:
getValue in interface StringLiteral
Returns:
the value of the 'Value' attribute.
See Also:
StringLiteral.setValue(String), StoexPackage.getStringLiteral_Value()

setValue

public void setValue(String newValue)

Specified by:
setValue in interface StringLiteral
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
StringLiteral.getValue()

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)


toString

public String toString()