org.eclipse.stp.core.sca
Interface ModuleReference

All Superinterfaces:
AbstractReference, Reference, SCAObject

public interface ModuleReference
extends Reference

A representation of the model object 'Module Reference'.

The following features are supported:

See Also:
SCAPackage.getModuleReference()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ExternalService getExternalService()
          Returns the value of the 'External Service' reference.
 void setExternalService(ExternalService value)
          Sets the value of the 'External Service' reference.
 
Methods inherited from interface org.eclipse.stp.core.sca.Reference
getAny, getAnyAttribute, getInterface, getMultiplicity, getName, isSetMultiplicity, setInterface, setMultiplicity, setName, unsetMultiplicity
 
Methods inherited from interface org.eclipse.stp.core.sca.AbstractReference
matches
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getExternalService

ExternalService getExternalService()
Returns the value of the 'External Service' reference.

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

Returns:
the value of the 'External Service' reference.
See Also:
setExternalService(ExternalService), SCAPackage.getModuleReference_ExternalService()

setExternalService

void setExternalService(ExternalService value)
Sets the value of the 'External Service' reference.

Parameters:
value - the new value of the 'External Service' reference.
See Also:
getExternalService()