Interface VirtualPackage.Literals

  • Enclosing interface:
    VirtualPackage

    public static interface VirtualPackage.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.EClass BOOLEAN_SLOT
      The meta object literal for the 'Boolean Slot' class.
      static org.eclipse.emf.ecore.EAttribute BOOLEAN_SLOT__VALUES
      The meta object literal for the 'Values' attribute list feature.
      static org.eclipse.emf.ecore.EClass FLOAT_SLOT
      The meta object literal for the 'Float Slot' class.
      static org.eclipse.emf.ecore.EAttribute FLOAT_SLOT__VALUES
      The meta object literal for the 'Values' attribute list feature.
      static org.eclipse.emf.ecore.EClass INTEGER_SLOT
      The meta object literal for the 'Integer Slot' class.
      static org.eclipse.emf.ecore.EAttribute INTEGER_SLOT__VALUES
      The meta object literal for the 'Values' attribute list feature.
      static org.eclipse.emf.ecore.EClass REFERENCE_SLOT
      The meta object literal for the 'Reference Slot' class.
      static org.eclipse.emf.ecore.EReference REFERENCE_SLOT__VALUES
      The meta object literal for the 'Values' reference list feature.
      static org.eclipse.emf.ecore.EClass SLOT
      The meta object literal for the 'Slot' class.
      static org.eclipse.emf.ecore.EReference SLOT__OWNER
      The meta object literal for the 'Owner' container reference feature.
      static org.eclipse.emf.ecore.EClass STRING_SLOT
      The meta object literal for the 'String Slot' class.
      static org.eclipse.emf.ecore.EAttribute STRING_SLOT__VALUES
      The meta object literal for the 'Values' attribute list feature.
      static org.eclipse.emf.ecore.EClass TYPED_ELEMENT
      The meta object literal for the 'Typed Element' class.
      static org.eclipse.emf.ecore.EAttribute TYPED_ELEMENT__TYPE
      The meta object literal for the 'Type' attribute feature.
      static org.eclipse.emf.ecore.EClass VIRTUAL_MODEL
      The meta object literal for the 'Model' class.
      static org.eclipse.emf.ecore.EReference VIRTUAL_MODEL__OBJECTS
      The meta object literal for the 'Objects' containment reference list feature.
      static org.eclipse.emf.ecore.EClass VIRTUAL_OBJECT
      The meta object literal for the 'Object' class.
      static org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__MODEL
      The meta object literal for the 'Model' container reference feature.
      static org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__SLOTS
      The meta object literal for the 'Slots' containment reference list feature.
    • Field Detail

      • VIRTUAL_MODEL__OBJECTS

        static final org.eclipse.emf.ecore.EReference VIRTUAL_MODEL__OBJECTS
        The meta object literal for the 'Objects' containment reference list feature.
      • TYPED_ELEMENT__TYPE

        static final org.eclipse.emf.ecore.EAttribute TYPED_ELEMENT__TYPE
        The meta object literal for the 'Type' attribute feature.
      • VIRTUAL_OBJECT__MODEL

        static final org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__MODEL
        The meta object literal for the 'Model' container reference feature.
      • VIRTUAL_OBJECT__SLOTS

        static final org.eclipse.emf.ecore.EReference VIRTUAL_OBJECT__SLOTS
        The meta object literal for the 'Slots' containment reference list feature.
      • SLOT__OWNER

        static final org.eclipse.emf.ecore.EReference SLOT__OWNER
        The meta object literal for the 'Owner' container reference feature.
      • STRING_SLOT__VALUES

        static final org.eclipse.emf.ecore.EAttribute STRING_SLOT__VALUES
        The meta object literal for the 'Values' attribute list feature.
      • INTEGER_SLOT__VALUES

        static final org.eclipse.emf.ecore.EAttribute INTEGER_SLOT__VALUES
        The meta object literal for the 'Values' attribute list feature.
      • BOOLEAN_SLOT__VALUES

        static final org.eclipse.emf.ecore.EAttribute BOOLEAN_SLOT__VALUES
        The meta object literal for the 'Values' attribute list feature.
      • FLOAT_SLOT__VALUES

        static final org.eclipse.emf.ecore.EAttribute FLOAT_SLOT__VALUES
        The meta object literal for the 'Values' attribute list feature.
      • REFERENCE_SLOT__VALUES

        static final org.eclipse.emf.ecore.EReference REFERENCE_SLOT__VALUES
        The meta object literal for the 'Values' reference list feature.