de.uka.ipd.sdq.featureconfig
Interface featureconfigPackage.Literals

Enclosing interface:
featureconfigPackage

public static interface featureconfigPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass CONFIG_NODE
          The meta object literal for the 'Config Node' class.
static EAttribute CONFIG_NODE__CONFIG_STATE
          The meta object literal for the 'Config State' attribute feature.
static EReference CONFIG_NODE__ORIGIN
          The meta object literal for the 'Origin' reference feature.
static EEnum CONFIG_STATE
          The meta object literal for the 'Config State' enum.
static EClass CONFIGURATION
          The meta object literal for the 'Configuration' class.
static EReference CONFIGURATION__CONFIG_OVERRIDES
          The meta object literal for the 'Config Overrides' containment reference feature.
static EReference CONFIGURATION__DEFAULT_CONFIG
          The meta object literal for the 'Default Config' containment reference feature.
static EAttribute CONFIGURATION__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass FEATURE_CONFIG
          The meta object literal for the 'Feature Config' class.
static EReference FEATURE_CONFIG__CONFIGNODE
          The meta object literal for the 'Confignode' containment reference list feature.
static EReference FEATURE_CONFIG__REFERENCED_OBJECT
          The meta object literal for the 'Referenced Object' reference feature.
 

Field Detail

CONFIG_NODE

static final EClass CONFIG_NODE
The meta object literal for the 'Config Node' class.

See Also:
ConfigNodeImpl, featureconfigPackageImpl.getConfigNode()

CONFIG_NODE__ORIGIN

static final EReference CONFIG_NODE__ORIGIN
The meta object literal for the 'Origin' reference feature.


CONFIG_NODE__CONFIG_STATE

static final EAttribute CONFIG_NODE__CONFIG_STATE
The meta object literal for the 'Config State' attribute feature.


FEATURE_CONFIG

static final EClass FEATURE_CONFIG
The meta object literal for the 'Feature Config' class.

See Also:
FeatureConfigImpl, featureconfigPackageImpl.getFeatureConfig()

FEATURE_CONFIG__REFERENCED_OBJECT

static final EReference FEATURE_CONFIG__REFERENCED_OBJECT
The meta object literal for the 'Referenced Object' reference feature.


FEATURE_CONFIG__CONFIGNODE

static final EReference FEATURE_CONFIG__CONFIGNODE
The meta object literal for the 'Confignode' containment reference list feature.


CONFIGURATION

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

See Also:
ConfigurationImpl, featureconfigPackageImpl.getConfiguration()

CONFIGURATION__DEFAULT_CONFIG

static final EReference CONFIGURATION__DEFAULT_CONFIG
The meta object literal for the 'Default Config' containment reference feature.


CONFIGURATION__CONFIG_OVERRIDES

static final EReference CONFIGURATION__CONFIG_OVERRIDES
The meta object literal for the 'Config Overrides' containment reference feature.


CONFIGURATION__NAME

static final EAttribute CONFIGURATION__NAME
The meta object literal for the 'Name' attribute feature.


CONFIG_STATE

static final EEnum CONFIG_STATE
The meta object literal for the 'Config State' enum.

See Also:
ConfigState, featureconfigPackageImpl.getConfigState()