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

java.lang.Object
  extended by EClassImpl
      extended by org.eclipse.gmt.modisco.infra.role.impl.RoleImpl
All Implemented Interfaces:
Role

public class RoleImpl
extends EClassImpl
implements Role

An implementation of the model object 'Role'.

The following features are implemented:


Method Summary
 ModelQuery basicGetConditionQuery()
           
 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 getConditionQuery()
           
 void setConditionQuery(ModelQuery newConditionQuery)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConditionQuery

public ModelQuery getConditionQuery()

Specified by:
getConditionQuery in interface Role
Returns:
the value of the 'Condition Query' reference.
See Also:
Role.setConditionQuery(ModelQuery), RolePackage.getRole_ConditionQuery()

basicGetConditionQuery

public ModelQuery basicGetConditionQuery()


setConditionQuery

public void setConditionQuery(ModelQuery newConditionQuery)

Specified by:
setConditionQuery in interface Role
Parameters:
newConditionQuery - the new value of the 'Condition Query' reference.
See Also:
Role.getConditionQuery()

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)