org.eclipse.epsilon.hutn.model.config.hutnConfig
Interface HutnConfigPackage.Literals

Enclosing interface:
HutnConfigPackage

public static interface HutnConfigPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass CONFIGURATION
          The meta object literal for the 'Configuration' class.
static org.eclipse.emf.ecore.EReference CONFIGURATION__RULES
          The meta object literal for the 'Rules' containment reference list feature.
static org.eclipse.emf.ecore.EClass DEFAULT_VALUE_RULE
          The meta object literal for the 'Default Value Rule' class.
static org.eclipse.emf.ecore.EAttribute DEFAULT_VALUE_RULE__DEFAULT_VALUE
          The meta object literal for the 'Default Value' attribute feature.
static org.eclipse.emf.ecore.EClass IDENTIFIER_RULE
          The meta object literal for the 'Identifier Rule' class.
static org.eclipse.emf.ecore.EClass RULE
          The meta object literal for the 'Rule' class.
static org.eclipse.emf.ecore.EAttribute RULE__ATTRIBUTE
          The meta object literal for the 'Attribute' attribute feature.
static org.eclipse.emf.ecore.EAttribute RULE__CLASSIFIER
          The meta object literal for the 'Classifier' attribute feature.
 

Field Detail

CONFIGURATION

static final org.eclipse.emf.ecore.EClass CONFIGURATION
The meta object literal for the 'Configuration' class.

See Also:
ConfigurationImpl, HutnConfigPackageImpl.getConfiguration()

CONFIGURATION__RULES

static final org.eclipse.emf.ecore.EReference CONFIGURATION__RULES
The meta object literal for the 'Rules' containment reference list feature.


RULE

static final org.eclipse.emf.ecore.EClass RULE
The meta object literal for the 'Rule' class.

See Also:
RuleImpl, HutnConfigPackageImpl.getRule()

RULE__CLASSIFIER

static final org.eclipse.emf.ecore.EAttribute RULE__CLASSIFIER
The meta object literal for the 'Classifier' attribute feature.


RULE__ATTRIBUTE

static final org.eclipse.emf.ecore.EAttribute RULE__ATTRIBUTE
The meta object literal for the 'Attribute' attribute feature.


IDENTIFIER_RULE

static final org.eclipse.emf.ecore.EClass IDENTIFIER_RULE
The meta object literal for the 'Identifier Rule' class.

See Also:
IdentifierRuleImpl, HutnConfigPackageImpl.getIdentifierRule()

DEFAULT_VALUE_RULE

static final org.eclipse.emf.ecore.EClass DEFAULT_VALUE_RULE
The meta object literal for the 'Default Value Rule' class.

See Also:
DefaultValueRuleImpl, HutnConfigPackageImpl.getDefaultValueRule()

DEFAULT_VALUE_RULE__DEFAULT_VALUE

static final org.eclipse.emf.ecore.EAttribute DEFAULT_VALUE_RULE__DEFAULT_VALUE
The meta object literal for the 'Default Value' attribute feature.