org.eclipse.gmt.modisco.infra.role.impl
Class RoleStructuralFeatureImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.gmt.modisco.infra.role.impl.RoleStructuralFeatureImpl
All Implemented Interfaces:
RoleStructuralFeature

public abstract class RoleStructuralFeatureImpl
extends EObjectImpl
implements RoleStructuralFeature

An implementation of the model object 'Structural Feature'.

The following features are implemented:


Method Summary
 ModelQuery basicGetValueQuery()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 ModelQuery getValueQuery()
           
 void setValueQuery(ModelQuery newValueQuery)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueQuery

public ModelQuery getValueQuery()

Specified by:
getValueQuery in interface RoleStructuralFeature
Returns:
the value of the 'Value Query' reference.
See Also:
RoleStructuralFeature.setValueQuery(ModelQuery), RolePackage.getRoleStructuralFeature_ValueQuery()

basicGetValueQuery

public ModelQuery basicGetValueQuery()


setValueQuery

public void setValueQuery(ModelQuery newValueQuery)

Specified by:
setValueQuery in interface RoleStructuralFeature
Parameters:
newValueQuery - the new value of the 'Value Query' reference.
See Also:
RoleStructuralFeature.getValueQuery()

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)