ujf.verimag.bip.Core.Interactions.impl
Class PortParameterImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
          extended by ujf.verimag.bip.Core.Interactions.impl.PortParameterImpl
All Implemented Interfaces:
NamedElement, PortParameter

public class PortParameterImpl
extends NamedElementImpl
implements PortParameter

An implementation of the model object 'Port Parameter'.

The following features are implemented:


Field Summary
protected  PortType type
          The cached value of the 'Type' reference.
 
Fields inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
name, NAME_EDEFAULT, scope, SCOPE_EDEFAULT
 
Constructor Summary
protected PortParameterImpl()
           
 
Method Summary
 PortType basicGetType()
           
 NotificationChain basicSetConnectorType(ConnectorType newConnectorType, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 ConnectorType getConnectorType()
           
 PortType getType()
           
 void setConnectorType(ConnectorType newConnectorType)
           
 void setType(PortType newType)
           
 
Methods inherited from class ujf.verimag.bip.Core.Behaviors.impl.NamedElementImpl
getName, getScope, setName, setScope, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Field Detail

type

protected PortType type
The cached value of the 'Type' reference.

See Also:
getType()
Constructor Detail

PortParameterImpl

protected PortParameterImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class NamedElementImpl

getType

public PortType getType()

Specified by:
getType in interface PortParameter
Returns:
the value of the 'Type' reference.
See Also:
PortParameter.setType(PortType), InteractionsPackage.getPortParameter_Type()

basicGetType

public PortType basicGetType()


setType

public void setType(PortType newType)

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

getConnectorType

public ConnectorType getConnectorType()

Specified by:
getConnectorType in interface PortParameter
Returns:
the value of the 'Connector Type' container reference.
See Also:
PortParameter.setConnectorType(ConnectorType), InteractionsPackage.getPortParameter_ConnectorType(), ConnectorType.getPortParameter()

basicSetConnectorType

public NotificationChain basicSetConnectorType(ConnectorType newConnectorType,
                                               NotificationChain msgs)


setConnectorType

public void setConnectorType(ConnectorType newConnectorType)

Specified by:
setConnectorType in interface PortParameter
Parameters:
newConnectorType - the new value of the 'Connector Type' container reference.
See Also:
PortParameter.getConnectorType()

eInverseAdd

public NotificationChain eInverseAdd(InternalEObject otherEnd,
                                     int featureID,
                                     NotificationChain msgs)


eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class NamedElementImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class NamedElementImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class NamedElementImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class NamedElementImpl