org.eclipse.gmt.modisco.infra.query.impl
Class ModelQueryParameterImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.gmt.modisco.infra.query.impl.ModelQueryParameterImpl
All Implemented Interfaces:
ModelQueryParameter

public class ModelQueryParameterImpl
extends EObjectImpl
implements ModelQueryParameter

An implementation of the model object 'Model Query Parameter'.

The following features are implemented:


Method Summary
 EClassifier basicGetType()
           
 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)
           
 java.lang.String getName()
           
 EClassifier getType()
           
 void setName(java.lang.String newName)
           
 void setType(EClassifier newType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Specified by:
getName in interface ModelQueryParameter
Returns:
the value of the 'Name' attribute.
See Also:
ModelQueryParameter.setName(String), QueryPackage.getModelQueryParameter_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface ModelQueryParameter
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
ModelQueryParameter.getName()

getType

public EClassifier getType()

Specified by:
getType in interface ModelQueryParameter
Returns:
the value of the 'Type' reference.
See Also:
ModelQueryParameter.setType(EClassifier), QueryPackage.getModelQueryParameter_Type()

basicGetType

public EClassifier basicGetType()


setType

public void setType(EClassifier newType)

Specified by:
setType in interface ModelQueryParameter
Parameters:
newType - the new value of the 'Type' reference.
See Also:
ModelQueryParameter.getType()

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