Interface CoffeePackage.Literals

  • Enclosing interface:
    CoffeePackage

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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass ACTIVITY
      The meta object literal for the 'Activity' class.
      static org.eclipse.emf.ecore.EAttribute ACTIVITY__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EClass BREWING_UNIT
      The meta object literal for the 'Brewing Unit' class.
      static org.eclipse.emf.ecore.EClass COMPONENT
      The meta object literal for the 'Component' class.
      static org.eclipse.emf.ecore.EReference COMPONENT__ACTIVITIES
      The meta object literal for the 'Activities' containment reference list feature.
      static org.eclipse.emf.ecore.EReference COMPONENT__CHILDREN
      The meta object literal for the 'Children' containment reference list feature.
      static org.eclipse.emf.ecore.EReference COMPONENT__PARENT
      The meta object literal for the 'Parent' container reference feature.
      static org.eclipse.emf.ecore.EClass CONTROL_UNIT
      The meta object literal for the 'Control Unit' class.
      static org.eclipse.emf.ecore.EReference CONTROL_UNIT__DIMENSION
      The meta object literal for the 'Dimension' containment reference feature.
      static org.eclipse.emf.ecore.EReference CONTROL_UNIT__DISPLAY
      The meta object literal for the 'Display' containment reference feature.
      static org.eclipse.emf.ecore.EReference CONTROL_UNIT__PROCESSOR
      The meta object literal for the 'Processor' containment reference feature.
      static org.eclipse.emf.ecore.EReference CONTROL_UNIT__RAM
      The meta object literal for the 'Ram' containment reference list feature.
      static org.eclipse.emf.ecore.EAttribute CONTROL_UNIT__USER_DESCRIPTION
      The meta object literal for the 'User Description' attribute feature.
      static org.eclipse.emf.ecore.EClass DIMENSION
      The meta object literal for the 'Dimension' class.
      static org.eclipse.emf.ecore.EAttribute DIMENSION__HEIGHT
      The meta object literal for the 'Height' attribute feature.
      static org.eclipse.emf.ecore.EAttribute DIMENSION__LENGTH
      The meta object literal for the 'Length' attribute feature.
      static org.eclipse.emf.ecore.EAttribute DIMENSION__WIDTH
      The meta object literal for the 'Width' attribute feature.
      static org.eclipse.emf.ecore.EClass DIP_TRAY
      The meta object literal for the 'Dip Tray' class.
      static org.eclipse.emf.ecore.EClass DISPLAY
      The meta object literal for the 'Display' class.
      static org.eclipse.emf.ecore.EAttribute DISPLAY__HEIGHT
      The meta object literal for the 'Height' attribute feature.
      static org.eclipse.emf.ecore.EAttribute DISPLAY__WIDTH
      The meta object literal for the 'Width' attribute feature.
      static org.eclipse.emf.ecore.EClass MACHINE
      The meta object literal for the 'Machine' class.
      static org.eclipse.emf.ecore.EAttribute MACHINE__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EEnum MANUFACTORING_PROCESS
      The meta object literal for the 'Manufactoring Process' enum.
      static org.eclipse.emf.ecore.EClass PROCESSOR
      The meta object literal for the 'Processor' class.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__CLOCK_SPEED
      The meta object literal for the 'Clock Speed' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__MANUFACTORING_PROCESS
      The meta object literal for the 'Manufactoring Process' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__NUMBER_OF_CORES
      The meta object literal for the 'Number Of Cores' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__SOCKETCONNECTOR_TYPE
      The meta object literal for the 'Socketconnector Type' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__THERMAL_DESIGN_POWER
      The meta object literal for the 'Thermal Design Power' attribute feature.
      static org.eclipse.emf.ecore.EAttribute PROCESSOR__VENDOR
      The meta object literal for the 'Vendor' attribute feature.
      static org.eclipse.emf.ecore.EClass RAM
      The meta object literal for the 'RAM' class.
      static org.eclipse.emf.ecore.EAttribute RAM__CLOCK_SPEED
      The meta object literal for the 'Clock Speed' attribute feature.
      static org.eclipse.emf.ecore.EAttribute RAM__SIZE
      The meta object literal for the 'Size' attribute feature.
      static org.eclipse.emf.ecore.EAttribute RAM__TYPE
      The meta object literal for the 'Type' attribute feature.
      static org.eclipse.emf.ecore.EEnum RAM_TYPE
      The meta object literal for the 'Ram Type' enum.
      static org.eclipse.emf.ecore.EEnum SOCKET_CONNECTOR_TYPE
      The meta object literal for the 'Socket Connector Type' enum.
      static org.eclipse.emf.ecore.EClass WATER_TANK
      The meta object literal for the 'Water Tank' class.
    • Field Detail

      • COMPONENT__CHILDREN

        static final org.eclipse.emf.ecore.EReference COMPONENT__CHILDREN
        The meta object literal for the 'Children' containment reference list feature.
      • COMPONENT__PARENT

        static final org.eclipse.emf.ecore.EReference COMPONENT__PARENT
        The meta object literal for the 'Parent' container reference feature.
      • COMPONENT__ACTIVITIES

        static final org.eclipse.emf.ecore.EReference COMPONENT__ACTIVITIES
        The meta object literal for the 'Activities' containment reference list feature.
      • MACHINE__NAME

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

        static final org.eclipse.emf.ecore.EReference CONTROL_UNIT__PROCESSOR
        The meta object literal for the 'Processor' containment reference feature.
      • CONTROL_UNIT__DIMENSION

        static final org.eclipse.emf.ecore.EReference CONTROL_UNIT__DIMENSION
        The meta object literal for the 'Dimension' containment reference feature.
      • CONTROL_UNIT__RAM

        static final org.eclipse.emf.ecore.EReference CONTROL_UNIT__RAM
        The meta object literal for the 'Ram' containment reference list feature.
      • CONTROL_UNIT__DISPLAY

        static final org.eclipse.emf.ecore.EReference CONTROL_UNIT__DISPLAY
        The meta object literal for the 'Display' containment reference feature.
      • CONTROL_UNIT__USER_DESCRIPTION

        static final org.eclipse.emf.ecore.EAttribute CONTROL_UNIT__USER_DESCRIPTION
        The meta object literal for the 'User Description' attribute feature.
      • PROCESSOR__VENDOR

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__VENDOR
        The meta object literal for the 'Vendor' attribute feature.
      • PROCESSOR__CLOCK_SPEED

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__CLOCK_SPEED
        The meta object literal for the 'Clock Speed' attribute feature.
      • PROCESSOR__NUMBER_OF_CORES

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__NUMBER_OF_CORES
        The meta object literal for the 'Number Of Cores' attribute feature.
      • PROCESSOR__SOCKETCONNECTOR_TYPE

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__SOCKETCONNECTOR_TYPE
        The meta object literal for the 'Socketconnector Type' attribute feature.
      • PROCESSOR__THERMAL_DESIGN_POWER

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__THERMAL_DESIGN_POWER
        The meta object literal for the 'Thermal Design Power' attribute feature.
      • PROCESSOR__MANUFACTORING_PROCESS

        static final org.eclipse.emf.ecore.EAttribute PROCESSOR__MANUFACTORING_PROCESS
        The meta object literal for the 'Manufactoring Process' attribute feature.
      • RAM__CLOCK_SPEED

        static final org.eclipse.emf.ecore.EAttribute RAM__CLOCK_SPEED
        The meta object literal for the 'Clock Speed' attribute feature.
      • RAM__SIZE

        static final org.eclipse.emf.ecore.EAttribute RAM__SIZE
        The meta object literal for the 'Size' attribute feature.
      • RAM__TYPE

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

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

        static final org.eclipse.emf.ecore.EAttribute DIMENSION__WIDTH
        The meta object literal for the 'Width' attribute feature.
      • DIMENSION__HEIGHT

        static final org.eclipse.emf.ecore.EAttribute DIMENSION__HEIGHT
        The meta object literal for the 'Height' attribute feature.
      • DIMENSION__LENGTH

        static final org.eclipse.emf.ecore.EAttribute DIMENSION__LENGTH
        The meta object literal for the 'Length' attribute feature.
      • DISPLAY__WIDTH

        static final org.eclipse.emf.ecore.EAttribute DISPLAY__WIDTH
        The meta object literal for the 'Width' attribute feature.
      • DISPLAY__HEIGHT

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