|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaunchPackage
The Package for the model. It contains accessors for the meta objects to represent
LaunchFactory
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 |
---|
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
Method Detail |
---|
EClass getLaunchConfiguration()
Configuration
'.
LaunchConfiguration
EAttribute 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
'.
ParameterValue
EReference getParameterValue_Parameter()
Parameter
'.
ParameterValue.getParameter()
,
getParameterValue()
EAttribute getParameterValue_Value()
Value
'.
ParameterValue.getValue()
,
getParameterValue()
LaunchFactory getLaunchFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |