org.eclipse.modisco.infra.discovery.launch
Interface LaunchConfiguration


public interface LaunchConfiguration

A representation of the model object 'Configuration'.

The following features are supported:

See Also:
LaunchPackage.getLaunchConfiguration()
Generated:
Model:

Method Summary
 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.
 

Method Detail

getSource

java.lang.Object getSource()
Returns the value of the 'Source' attribute.

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

Returns:
the value of the 'Source' attribute.
See Also:
setSource(Object), LaunchPackage.getLaunchConfiguration_Source()
Generated:
Model:
dataType="org.eclipse.emf.facet.util.emf.core.serialization.model.serialization.ExtensibleSerializableJavaObject"

setSource

void setSource(java.lang.Object value)
Sets the value of the 'Source' attribute.

Parameters:
value - the new value of the 'Source' attribute.
See Also:
getSource()
Generated:

getParameterValues

 getParameterValues()
Returns the value of the 'Parameter Values' containment reference list. The list contents are of type ParameterValue.

If the meaning of the 'Parameter Values' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Values' containment reference list.
See Also:
LaunchPackage.getLaunchConfiguration_ParameterValues()
Generated:
Model:
containment="true"

getDiscoverer

DiscovererDescription getDiscoverer()
Returns the value of the 'Discoverer' reference.

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

Returns:
the value of the 'Discoverer' reference.
See Also:
setDiscoverer(DiscovererDescription), LaunchPackage.getLaunchConfiguration_Discoverer()
Generated:
Model:
required="true"

setDiscoverer

void setDiscoverer(DiscovererDescription value)
Sets the value of the 'Discoverer' reference.

Parameters:
value - the new value of the 'Discoverer' reference.
See Also:
getDiscoverer()
Generated:

isOpenModelAfterDiscovery

boolean isOpenModelAfterDiscovery()
Returns the value of the 'Open Model After Discovery' attribute.

If the meaning of the 'Open Model After Discovery' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Open Model After Discovery' attribute.
See Also:
setOpenModelAfterDiscovery(boolean), LaunchPackage.getLaunchConfiguration_OpenModelAfterDiscovery()
Generated:
Model:

setOpenModelAfterDiscovery

void setOpenModelAfterDiscovery(boolean value)
Sets the value of the 'Open Model After Discovery' attribute.

Parameters:
value - the new value of the 'Open Model After Discovery' attribute.
See Also:
isOpenModelAfterDiscovery()
Generated: