org.eclipse.stp.core.sca
Interface ModuleWire

All Superinterfaces:
SCAObject

public interface ModuleWire
extends SCAObject

A representation of the model object 'Module Wire'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getModuleWire()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getSourceUri()
          Returns the value of the 'Source Uri' attribute.
 java.lang.String getTargetUri()
          Returns the value of the 'Target Uri' attribute.
 void setSourceUri(java.lang.String value)
          Sets the value of the 'Source Uri' attribute.
 void setTargetUri(java.lang.String value)
          Sets the value of the 'Target 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

getSourceUri

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

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

Returns:
the value of the 'Source Uri' attribute.
See Also:
setSourceUri(String), SCAPackage.getModuleWire_SourceUri()

setSourceUri

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

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

getTargetUri

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

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

Returns:
the value of the 'Target Uri' attribute.
See Also:
setTargetUri(String), SCAPackage.getModuleWire_TargetUri()

setTargetUri

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

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

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getModuleWire_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getModuleWire_AnyAttribute()