public interface LaunchPackage
LaunchFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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'. |
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final LaunchPackage eINSTANCE
static final int LAUNCH_CONFIGURATION
Configuration' class.
org.eclipse.modisco.infra.discovery.launch.impl.LaunchConfigurationImpl,
org.eclipse.modisco.infra.discovery.launch.impl.LaunchPackageImpl#getLaunchConfiguration(),
Constant Field Valuesstatic final int LAUNCH_CONFIGURATION__SOURCE
static final int LAUNCH_CONFIGURATION__PARAMETER_VALUES
static final int LAUNCH_CONFIGURATION__DISCOVERER
static final int LAUNCH_CONFIGURATION__OPEN_MODEL_AFTER_DISCOVERY
static final int LAUNCH_CONFIGURATION_FEATURE_COUNT
static final int PARAMETER_VALUE
Parameter Value' class.
org.eclipse.modisco.infra.discovery.launch.impl.ParameterValueImpl,
org.eclipse.modisco.infra.discovery.launch.impl.LaunchPackageImpl#getParameterValue(),
Constant Field Valuesstatic final int PARAMETER_VALUE__PARAMETER
static final int PARAMETER_VALUE__VALUE
static final int PARAMETER_VALUE_FEATURE_COUNT
EClass getLaunchConfiguration()
Configuration'.
LaunchConfigurationEAttribute getLaunchConfiguration_Source()
Source'.
LaunchConfiguration.getSource(),
getLaunchConfiguration()EReference getLaunchConfiguration_ParameterValues()
Parameter Values'.
LaunchConfiguration.getParameterValues(),
getLaunchConfiguration()EReference getLaunchConfiguration_Discoverer()
Discoverer'.
LaunchConfiguration.getDiscoverer(),
getLaunchConfiguration()EAttribute getLaunchConfiguration_OpenModelAfterDiscovery()
Open Model After Discovery'.
LaunchConfiguration.isOpenModelAfterDiscovery(),
getLaunchConfiguration()EClass getParameterValue()
Parameter Value'.
ParameterValueEReference getParameterValue_Parameter()
Parameter'.
ParameterValue.getParameter(),
getParameterValue()EAttribute getParameterValue_Value()
Value'.
ParameterValue.getValue(),
getParameterValue()LaunchFactory getLaunchFactory()