ujf.verimag.bip.Core.Priorities.impl
Class ConnectorTypeReferenceImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Priorities.impl.PriorityElementImpl
          extended by ujf.verimag.bip.Core.Priorities.impl.ConnectorTypeReferenceImpl
All Implemented Interfaces:
ConnectorTypeReference, PriorityElement

public class ConnectorTypeReferenceImpl
extends PriorityElementImpl
implements ConnectorTypeReference

An implementation of the model object 'Connector Type Reference'.

The following features are implemented:


Field Summary
protected  ConnectorType target
          The cached value of the 'Target' reference.
 
Constructor Summary
protected ConnectorTypeReferenceImpl()
           
 
Method Summary
 ConnectorType basicGetTarget()
           
 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)
           
 ConnectorType getTarget()
           
 void setTarget(ConnectorType newTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected ConnectorType target
The cached value of the 'Target' reference.

See Also:
getTarget()
Constructor Detail

ConnectorTypeReferenceImpl

protected ConnectorTypeReferenceImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class PriorityElementImpl

getTarget

public ConnectorType getTarget()

Specified by:
getTarget in interface ConnectorTypeReference
Returns:
the value of the 'Target' reference.
See Also:
ConnectorTypeReference.setTarget(ConnectorType), PrioritiesPackage.getConnectorTypeReference_Target()

basicGetTarget

public ConnectorType basicGetTarget()


setTarget

public void setTarget(ConnectorType newTarget)

Specified by:
setTarget in interface ConnectorTypeReference
Parameters:
newTarget - the new value of the 'Target' reference.
See Also:
ConnectorTypeReference.getTarget()

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)