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

Enclosing interface:
LaunchPackage

public static interface LaunchPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass LAUNCH_CONFIGURATION
          The meta object literal for the 'Configuration' class.
static EReference LAUNCH_CONFIGURATION__DISCOVERER
          The meta object literal for the 'Discoverer' reference feature.
static EAttribute LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY
          The meta object literal for the 'Open Model After Discovery' attribute feature.
static EReference LAUNCH_CONFIGURATION__PARAMETER_VALUES
          The meta object literal for the 'Parameter Values' containment reference list feature.
static EAttribute LAUNCH_CONFIGURATION__SOURCE
          The meta object literal for the 'Source' attribute feature.
static EClass PARAMETER_VALUE
          The meta object literal for the 'Parameter Value' class.
static EReference PARAMETER_VALUE__PARAMETER
          The meta object literal for the 'Parameter' reference feature.
static EAttribute PARAMETER_VALUE__VALUE
          The meta object literal for the 'Value' attribute feature.
 

Field Detail

LAUNCH_CONFIGURATION

static final EClass LAUNCH_CONFIGURATION
The meta object literal for the 'Configuration' class.

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

LAUNCH_CONFIGURATION__SOURCE

static final EAttribute LAUNCH_CONFIGURATION__SOURCE
The meta object literal for the 'Source' attribute feature.

Generated:

LAUNCH_CONFIGURATION__PARAMETER_VALUES

static final EReference LAUNCH_CONFIGURATION__PARAMETER_VALUES
The meta object literal for the 'Parameter Values' containment reference list feature.

Generated:

LAUNCH_CONFIGURATION__DISCOVERER

static final EReference LAUNCH_CONFIGURATION__DISCOVERER
The meta object literal for the 'Discoverer' reference feature.

Generated:

LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY

static final EAttribute LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY
The meta object literal for the 'Open Model After Discovery' attribute feature.

Generated:

PARAMETER_VALUE

static final EClass PARAMETER_VALUE
The meta object literal for the 'Parameter Value' class.

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

PARAMETER_VALUE__PARAMETER

static final EReference PARAMETER_VALUE__PARAMETER
The meta object literal for the 'Parameter' reference feature.

Generated:

PARAMETER_VALUE__VALUE

static final EAttribute PARAMETER_VALUE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated: