Interface VRulerepositoryPackage.Literals

  • Enclosing interface:
    VRulerepositoryPackage

    public static interface VRulerepositoryPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EEnum MERGE_TYPE
      The meta object literal for the 'Merge Type' enum.
      static org.eclipse.emf.ecore.EClass RULE_ENTRY
      The meta object literal for the 'Rule Entry' class.
      static org.eclipse.emf.ecore.EReference RULE_ENTRY__ELEMENTS
      The meta object literal for the 'Elements' reference list feature.
      static org.eclipse.emf.ecore.EAttribute RULE_ENTRY__MERGE_TYPE
      The meta object literal for the 'Merge Type' attribute feature.
      static org.eclipse.emf.ecore.EAttribute RULE_ENTRY__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EReference RULE_ENTRY__RULE
      The meta object literal for the 'Rule' containment reference feature.
      static org.eclipse.emf.ecore.EClass RULE_REPOSITORY
      The meta object literal for the 'Rule Repository' class.
      static org.eclipse.emf.ecore.EReference RULE_REPOSITORY__RULE_ENTRIES
      The meta object literal for the 'Rule Entries' containment reference list feature.
    • Field Detail

      • RULE_REPOSITORY__RULE_ENTRIES

        static final org.eclipse.emf.ecore.EReference RULE_REPOSITORY__RULE_ENTRIES
        The meta object literal for the 'Rule Entries' containment reference list feature.
      • RULE_ENTRY__NAME

        static final org.eclipse.emf.ecore.EAttribute RULE_ENTRY__NAME
        The meta object literal for the 'Name' attribute feature.
      • RULE_ENTRY__RULE

        static final org.eclipse.emf.ecore.EReference RULE_ENTRY__RULE
        The meta object literal for the 'Rule' containment reference feature.
      • RULE_ENTRY__ELEMENTS

        static final org.eclipse.emf.ecore.EReference RULE_ENTRY__ELEMENTS
        The meta object literal for the 'Elements' reference list feature.
      • RULE_ENTRY__MERGE_TYPE

        static final org.eclipse.emf.ecore.EAttribute RULE_ENTRY__MERGE_TYPE
        The meta object literal for the 'Merge Type' attribute feature.