ujf.verimag.bip.Core.ActionLanguage.Expressions.impl
Class StringLiteralImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.Behaviors.impl.ExpressionImpl
              extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.StringLiteralImpl
All Implemented Interfaces:
StringLiteral, Action, Expression

public class StringLiteralImpl
extends ExpressionImpl
implements StringLiteral

An implementation of the model object 'String Literal'.

The following features are implemented:


Field Summary
protected  java.lang.String sValue
          The cached value of the 'SValue' attribute.
protected static java.lang.String SVALUE_EDEFAULT
          The default value of the 'SValue' attribute.
 
Constructor Summary
protected StringLiteralImpl()
           
 
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 getSValue()
           
 void setSValue(java.lang.String newSValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SVALUE_EDEFAULT

protected static final java.lang.String SVALUE_EDEFAULT
The default value of the 'SValue' attribute.

See Also:
getSValue()

sValue

protected java.lang.String sValue
The cached value of the 'SValue' attribute.

See Also:
getSValue()
Constructor Detail

StringLiteralImpl

protected StringLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ExpressionImpl

getSValue

public java.lang.String getSValue()

Specified by:
getSValue in interface StringLiteral
Returns:
the value of the 'SValue' attribute.
See Also:
StringLiteral.setSValue(String), ExpressionsPackage.getStringLiteral_SValue()

setSValue

public void setSValue(java.lang.String newSValue)

Specified by:
setSValue in interface StringLiteral
Parameters:
newSValue - the new value of the 'SValue' attribute.
See Also:
StringLiteral.getSValue()

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()