org.eclipse.stp.core.sca
Interface Binding

All Superinterfaces:
SCAObject
All Known Subinterfaces:
SCABinding, SLSBBinding, WebServiceBinding

public interface Binding
extends SCAObject

A representation of the model object 'Binding'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getBinding()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), SCAPackage.getBinding_Uri()

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()