ujf.verimag.bip.Core.Priorities
Interface ConnectorTypeReference

All Superinterfaces:
PriorityElement
All Known Implementing Classes:
ConnectorTypeReferenceImpl

public interface ConnectorTypeReference
extends PriorityElement

A representation of the model object 'Connector Type Reference'.

The following features are supported:

See Also:
PrioritiesPackage.getConnectorTypeReference()

Method Summary
 ConnectorType getTarget()
          Returns the value of the 'Target' reference.
 void setTarget(ConnectorType value)
          Sets the value of the 'Target' reference.
 

Method Detail

getTarget

ConnectorType getTarget()
Returns the value of the 'Target' reference.

If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target' reference.
See Also:
setTarget(ConnectorType), PrioritiesPackage.getConnectorTypeReference_Target()

setTarget

void setTarget(ConnectorType value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()