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 final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Boolean Slot' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Values' attribute list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Float Slot' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Values' attribute list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Integer Slot' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Values' attribute list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Reference Slot' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Values' reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Slot' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Owner' container reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'String Slot' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Values' attribute list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Typed Element' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Type' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Objects' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Object' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Model' container reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Slots' containment reference list feature.
  • Field Details

    • VIRTUAL_MODEL

      static final org.eclipse.emf.ecore.EClass VIRTUAL_MODEL
      The meta object literal for the 'Model' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass TYPED_ELEMENT
      The meta object literal for the 'Typed Element' class.
      See Also:
    • TYPED_ELEMENT__TYPE

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

      static final org.eclipse.emf.ecore.EClass VIRTUAL_OBJECT
      The meta object literal for the 'Object' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass SLOT
      The meta object literal for the 'Slot' class.
      See Also:
    • SLOT__OWNER

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

      static final org.eclipse.emf.ecore.EClass STRING_SLOT
      The meta object literal for the 'String Slot' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass INTEGER_SLOT
      The meta object literal for the 'Integer Slot' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass BOOLEAN_SLOT
      The meta object literal for the 'Boolean Slot' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass FLOAT_SLOT
      The meta object literal for the 'Float Slot' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass REFERENCE_SLOT
      The meta object literal for the 'Reference Slot' class.
      See Also:
    • REFERENCE_SLOT__VALUES

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