org.eclipse.stp.core.sca
Interface UnknownImplementation

All Superinterfaces:
Implementation, SCAObject

public interface UnknownImplementation
extends Implementation

A representation of the model object 'Unknown Implementation'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getUnknownImplementation()

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.getUnknownImplementation_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()