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

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.DataReferenceImpl
                  extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
                      extended by ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.FieldNavigationExpressionImpl
All Implemented Interfaces:
DataNavigationExpression, DataReference, FieldNavigationExpression, Action, Expression

public class FieldNavigationExpressionImpl
extends DataNavigationExpressionImpl
implements FieldNavigationExpression

An implementation of the model object 'Field Navigation Expression'.

The following features are implemented:


Field Summary
protected static java.lang.String FIELD_NAME_EDEFAULT
          The default value of the 'Field Name' attribute.
protected  java.lang.String fieldName
          The cached value of the 'Field Name' attribute.
protected static boolean IS_ON_REF_EDEFAULT
          The default value of the 'Is On Ref' attribute.
protected  boolean isOnRef
          The cached value of the 'Is On Ref' attribute.
 
Fields inherited from class ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
navigated
 
Constructor Summary
protected FieldNavigationExpressionImpl()
           
 
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 getFieldName()
           
 boolean isIsOnRef()
           
 void setFieldName(java.lang.String newFieldName)
           
 void setIsOnRef(boolean newIsOnRef)
           
 java.lang.String toString()
           
 
Methods inherited from class ujf.verimag.bip.Core.ActionLanguage.Expressions.impl.DataNavigationExpressionImpl
basicSetNavigated, eInverseRemove, getNavigated, setNavigated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.ActionLanguage.Expressions.DataNavigationExpression
getNavigated, setNavigated
 

Field Detail

IS_ON_REF_EDEFAULT

protected static final boolean IS_ON_REF_EDEFAULT
The default value of the 'Is On Ref' attribute.

See Also:
isIsOnRef(), Constant Field Values

isOnRef

protected boolean isOnRef
The cached value of the 'Is On Ref' attribute.

See Also:
isIsOnRef()

FIELD_NAME_EDEFAULT

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

See Also:
getFieldName()

fieldName

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

See Also:
getFieldName()
Constructor Detail

FieldNavigationExpressionImpl

protected FieldNavigationExpressionImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class DataNavigationExpressionImpl

isIsOnRef

public boolean isIsOnRef()

Specified by:
isIsOnRef in interface FieldNavigationExpression
Returns:
the value of the 'Is On Ref' attribute.
See Also:
FieldNavigationExpression.setIsOnRef(boolean), ExpressionsPackage.getFieldNavigationExpression_IsOnRef()

setIsOnRef

public void setIsOnRef(boolean newIsOnRef)

Specified by:
setIsOnRef in interface FieldNavigationExpression
Parameters:
newIsOnRef - the new value of the 'Is On Ref' attribute.
See Also:
FieldNavigationExpression.isIsOnRef()

getFieldName

public java.lang.String getFieldName()

Specified by:
getFieldName in interface FieldNavigationExpression
Returns:
the value of the 'Field Name' attribute.
See Also:
FieldNavigationExpression.setFieldName(String), ExpressionsPackage.getFieldNavigationExpression_FieldName()

setFieldName

public void setFieldName(java.lang.String newFieldName)

Specified by:
setFieldName in interface FieldNavigationExpression
Parameters:
newFieldName - the new value of the 'Field Name' attribute.
See Also:
FieldNavigationExpression.getFieldName()

eGet

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

Overrides:
eGet in class DataNavigationExpressionImpl

eSet

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

Overrides:
eSet in class DataNavigationExpressionImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class DataNavigationExpressionImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class DataNavigationExpressionImpl

toString

public java.lang.String toString()