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


public interface LaunchPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
LaunchFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface LaunchPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static LaunchPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int LAUNCH_CONFIGURATION
          The meta object id for the 'Configuration' class.
static int LAUNCH_CONFIGURATION__DISCOVERER
          The feature id for the 'Discoverer' reference.
static int LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY
          The feature id for the 'Open Model After Discovery' attribute.
static int LAUNCH_CONFIGURATION__PARAMETER_VALUES
          The feature id for the 'Parameter Values' containment reference list.
static int LAUNCH_CONFIGURATION__SOURCE
          The feature id for the 'Source' attribute.
static int LAUNCH_CONFIGURATION_FEATURE_COUNT
          The number of structural features of the 'Configuration' class.
static int PARAMETER_VALUE
          The meta object id for the 'Parameter Value' class.
static int PARAMETER_VALUE__PARAMETER
          The feature id for the 'Parameter' reference.
static int PARAMETER_VALUE__VALUE
          The feature id for the 'Value' attribute.
static int PARAMETER_VALUE_FEATURE_COUNT
          The number of structural features of the 'Parameter Value' class.
 
Method Summary
 EReference getLaunchConfiguration_Discoverer()
          Returns the meta object for the reference 'Discoverer'.
 EAttribute getLaunchConfiguration_OpenModelAfterDiscovery()
          Returns the meta object for the attribute 'Open Model After Discovery'.
 EReference getLaunchConfiguration_ParameterValues()
          Returns the meta object for the containment reference list 'Parameter Values'.
 EAttribute getLaunchConfiguration_Source()
          Returns the meta object for the attribute 'Source'.
 EClass getLaunchConfiguration()
          Returns the meta object for class 'Configuration'.
 LaunchFactory getLaunchFactory()
          Returns the factory that creates the instances of the model.
 EReference getParameterValue_Parameter()
          Returns the meta object for the reference 'Parameter'.
 EAttribute getParameterValue_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getParameterValue()
          Returns the meta object for class 'Parameter Value'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final LaunchPackage eINSTANCE
The singleton instance of the package.

Generated:

LAUNCH_CONFIGURATION

static final int LAUNCH_CONFIGURATION
The meta object id for the 'Configuration' class.

See Also:
org.eclipse.modisco.infra.discovery.launch.impl.LaunchConfigurationImpl, org.eclipse.modisco.infra.discovery.launch.impl.LaunchPackageImpl#getLaunchConfiguration(), Constant Field Values
Generated:

LAUNCH_CONFIGURATION__SOURCE

static final int LAUNCH_CONFIGURATION__SOURCE
The feature id for the 'Source' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

LAUNCH_CONFIGURATION__PARAMETER_VALUES

static final int LAUNCH_CONFIGURATION__PARAMETER_VALUES
The feature id for the 'Parameter Values' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

LAUNCH_CONFIGURATION__DISCOVERER

static final int LAUNCH_CONFIGURATION__DISCOVERER
The feature id for the 'Discoverer' reference.

See Also:
Constant Field Values
Generated:
Ordered:

LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY

static final int LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY
The feature id for the 'Open Model After Discovery' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

LAUNCH_CONFIGURATION_FEATURE_COUNT

static final int LAUNCH_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Configuration' class.

See Also:
Constant Field Values
Generated:
Ordered:

PARAMETER_VALUE

static final int PARAMETER_VALUE
The meta object id for the 'Parameter Value' class.

See Also:
org.eclipse.modisco.infra.discovery.launch.impl.ParameterValueImpl, org.eclipse.modisco.infra.discovery.launch.impl.LaunchPackageImpl#getParameterValue(), Constant Field Values
Generated:

PARAMETER_VALUE__PARAMETER

static final int PARAMETER_VALUE__PARAMETER
The feature id for the 'Parameter' reference.

See Also:
Constant Field Values
Generated:
Ordered:

PARAMETER_VALUE__VALUE

static final int PARAMETER_VALUE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

PARAMETER_VALUE_FEATURE_COUNT

static final int PARAMETER_VALUE_FEATURE_COUNT
The number of structural features of the 'Parameter Value' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getLaunchConfiguration

EClass getLaunchConfiguration()
Returns the meta object for class 'Configuration'.

Returns:
the meta object for class 'Configuration'.
See Also:
LaunchConfiguration
Generated:

getLaunchConfiguration_Source

EAttribute getLaunchConfiguration_Source()
Returns the meta object for the attribute 'Source'.

Returns:
the meta object for the attribute 'Source'.
See Also:
LaunchConfiguration.getSource(), getLaunchConfiguration()
Generated:

getLaunchConfiguration_ParameterValues

EReference getLaunchConfiguration_ParameterValues()
Returns the meta object for the containment reference list 'Parameter Values'.

Returns:
the meta object for the containment reference list 'Parameter Values'.
See Also:
LaunchConfiguration.getParameterValues(), getLaunchConfiguration()
Generated:

getLaunchConfiguration_Discoverer

EReference getLaunchConfiguration_Discoverer()
Returns the meta object for the reference 'Discoverer'.

Returns:
the meta object for the reference 'Discoverer'.
See Also:
LaunchConfiguration.getDiscoverer(), getLaunchConfiguration()
Generated:

getLaunchConfiguration_OpenModelAfterDiscovery

EAttribute getLaunchConfiguration_OpenModelAfterDiscovery()
Returns the meta object for the attribute 'Open Model After Discovery'.

Returns:
the meta object for the attribute 'Open Model After Discovery'.
See Also:
LaunchConfiguration.isOpenModelAfterDiscovery(), getLaunchConfiguration()
Generated:

getParameterValue

EClass getParameterValue()
Returns the meta object for class 'Parameter Value'.

Returns:
the meta object for class 'Parameter Value'.
See Also:
ParameterValue
Generated:

getParameterValue_Parameter

EReference getParameterValue_Parameter()
Returns the meta object for the reference 'Parameter'.

Returns:
the meta object for the reference 'Parameter'.
See Also:
ParameterValue.getParameter(), getParameterValue()
Generated:

getParameterValue_Value

EAttribute getParameterValue_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
ParameterValue.getValue(), getParameterValue()
Generated:

getLaunchFactory

LaunchFactory getLaunchFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: