org.eclipse.etrice.core.room
Interface Binding

All Known Implementing Classes:
BindingImpl

public interface Binding

A representation of the model object 'Binding'.

The following features are supported:

See Also:
RoomPackage.getBinding()
EMF generated code
EMF model element

Method Summary
 BindingEndPoint getEndpoint1()
          Returns the value of the 'Endpoint1' containment reference.
 BindingEndPoint getEndpoint2()
          Returns the value of the 'Endpoint2' containment reference.
 void setEndpoint1(BindingEndPoint value)
          Sets the value of the 'Endpoint1' containment reference.
 void setEndpoint2(BindingEndPoint value)
          Sets the value of the 'Endpoint2' containment reference.
 

Method Detail

getEndpoint1

BindingEndPoint getEndpoint1()
Returns the value of the 'Endpoint1' containment reference.

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

Returns:
the value of the 'Endpoint1' containment reference.
See Also:
setEndpoint1(BindingEndPoint), RoomPackage.getBinding_Endpoint1()
EMF generated code
EMF model element
containment="true"

setEndpoint1

void setEndpoint1(BindingEndPoint value)
Sets the value of the 'Endpoint1' containment reference.

Parameters:
value - the new value of the 'Endpoint1' containment reference.
See Also:
getEndpoint1()
EMF generated code

getEndpoint2

BindingEndPoint getEndpoint2()
Returns the value of the 'Endpoint2' containment reference.

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

Returns:
the value of the 'Endpoint2' containment reference.
See Also:
setEndpoint2(BindingEndPoint), RoomPackage.getBinding_Endpoint2()
EMF generated code
EMF model element
containment="true"

setEndpoint2

void setEndpoint2(BindingEndPoint value)
Sets the value of the 'Endpoint2' containment reference.

Parameters:
value - the new value of the 'Endpoint2' containment reference.
See Also:
getEndpoint2()
EMF generated code