public interface LaunchConfiguration
The following features are supported:
LaunchPackage.getLaunchConfiguration()| Modifier and Type | Method and Description |
|---|---|
DiscovererDescription |
getDiscoverer()
Returns the value of the 'Discoverer' reference.
|
|
getParameterValues()
Returns the value of the 'Parameter Values' containment reference list.
|
java.lang.Object |
getSource()
Returns the value of the 'Source' attribute.
|
boolean |
isOpenModelAfterDiscovery()
Returns the value of the 'Open Model After Discovery' attribute.
|
void |
setDiscoverer(DiscovererDescription value)
Sets the value of the '
Discoverer' reference. |
void |
setOpenModelAfterDiscovery(boolean value)
Sets the value of the '
Open Model After Discovery' attribute. |
void |
setSource(java.lang.Object value)
Sets the value of the '
Source' attribute. |
java.lang.Object getSource()
If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
setSource(Object),
LaunchPackage.getLaunchConfiguration_Source()void setSource(java.lang.Object value)
Source' attribute.
value - the new value of the 'Source' attribute.getSource()getParameterValues()
ParameterValue.
If the meaning of the 'Parameter Values' reference list isn't clear, there really should be more of a description here...
LaunchPackage.getLaunchConfiguration_ParameterValues()DiscovererDescription getDiscoverer()
If the meaning of the 'Discoverer' reference isn't clear, there really should be more of a description here...
setDiscoverer(DiscovererDescription),
LaunchPackage.getLaunchConfiguration_Discoverer()void setDiscoverer(DiscovererDescription value)
Discoverer' reference.
value - the new value of the 'Discoverer' reference.getDiscoverer()boolean isOpenModelAfterDiscovery()
If the meaning of the 'Open Model After Discovery' attribute isn't clear, there really should be more of a description here...
setOpenModelAfterDiscovery(boolean),
LaunchPackage.getLaunchConfiguration_OpenModelAfterDiscovery()void setOpenModelAfterDiscovery(boolean value)
Open Model After Discovery' attribute.
value - the new value of the 'Open Model After Discovery' attribute.isOpenModelAfterDiscovery()