org.eclipse.stp.core.sca
Interface ModuleService

All Superinterfaces:
AbstractService, SCAObject, Service

public interface ModuleService
extends Service

A representation of the model object 'Module Service'.

The following features are supported:

See Also:
SCAPackage.getModuleService()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EntryPoint getEntryPoint()
          Returns the value of the 'Entry Point' reference.
 void setEntryPoint(EntryPoint value)
          Sets the value of the 'Entry Point' reference.
 
Methods inherited from interface org.eclipse.stp.core.sca.Service
getAny, getAnyAttribute, getInterface, getName, setInterface, setName
 
Methods inherited from interface org.eclipse.stp.core.sca.AbstractService
matches
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getEntryPoint

EntryPoint getEntryPoint()
Returns the value of the 'Entry Point' reference.

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

Returns:
the value of the 'Entry Point' reference.
See Also:
setEntryPoint(EntryPoint), SCAPackage.getModuleService_EntryPoint()

setEntryPoint

void setEntryPoint(EntryPoint value)
Sets the value of the 'Entry Point' reference.

Parameters:
value - the new value of the 'Entry Point' reference.
See Also:
getEntryPoint()