org.eclipse.gmt.modisco.infra.facet.impl
Class FacetStructuralFeatureImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.gmt.modisco.infra.facet.impl.FacetStructuralFeatureImpl
All Implemented Interfaces:
FacetStructuralFeature

public abstract class FacetStructuralFeatureImpl
extends EObjectImpl
implements FacetStructuralFeature

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 FacetStructuralFeature
Returns:
the value of the 'Value Query' reference.
See Also:
FacetStructuralFeature.setValueQuery(ModelQuery), FacetPackage.getFacetStructuralFeature_ValueQuery()

basicGetValueQuery

public ModelQuery basicGetValueQuery()


setValueQuery

public void setValueQuery(ModelQuery newValueQuery)

Specified by:
setValueQuery in interface FacetStructuralFeature
Parameters:
newValueQuery - the new value of the 'Value Query' reference.
See Also:
FacetStructuralFeature.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)