Interface ProcessedRichStringPackage.Literals

  • Enclosing interface:
    ProcessedRichStringPackage

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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass ELSE_IF_CONDITION
      The meta object literal for the 'Else If Condition' class.
      static org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__IF_CONDITION_START
      The meta object literal for the 'If Condition Start' reference feature.
      static org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__RICH_STRING_ELSE_IF
      The meta object literal for the 'Rich String Else If' reference feature.
      static org.eclipse.emf.ecore.EClass ELSE_START
      The meta object literal for the 'Else Start' class.
      static org.eclipse.emf.ecore.EReference ELSE_START__IF_CONDITION_START
      The meta object literal for the 'If Condition Start' reference feature.
      static org.eclipse.emf.ecore.EClass END_IF
      The meta object literal for the 'End If' class.
      static org.eclipse.emf.ecore.EReference END_IF__IF_CONDITION_START
      The meta object literal for the 'If Condition Start' reference feature.
      static org.eclipse.emf.ecore.EClass FOR_LOOP_END
      The meta object literal for the 'For Loop End' class.
      static org.eclipse.emf.ecore.EReference FOR_LOOP_END__START
      The meta object literal for the 'Start' reference feature.
      static org.eclipse.emf.ecore.EClass FOR_LOOP_START
      The meta object literal for the 'For Loop Start' class.
      static org.eclipse.emf.ecore.EReference FOR_LOOP_START__END
      The meta object literal for the 'End' reference feature.
      static org.eclipse.emf.ecore.EReference FOR_LOOP_START__LOOP
      The meta object literal for the 'Loop' reference feature.
      static org.eclipse.emf.ecore.EClass IF_CONDITION_START
      The meta object literal for the 'If Condition Start' class.
      static org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_IF_CONDITIONS
      The meta object literal for the 'Else If Conditions' reference list feature.
      static org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_START
      The meta object literal for the 'Else Start' reference feature.
      static org.eclipse.emf.ecore.EReference IF_CONDITION_START__END_IF
      The meta object literal for the 'End If' reference feature.
      static org.eclipse.emf.ecore.EReference IF_CONDITION_START__RICH_STRING_IF
      The meta object literal for the 'Rich String If' reference feature.
      static org.eclipse.emf.ecore.EClass LINE
      The meta object literal for the 'Line' class.
      static org.eclipse.emf.ecore.EReference LINE__PARTS
      The meta object literal for the 'Parts' containment reference list feature.
      static org.eclipse.emf.ecore.EReference LINE__RICH_STRING
      The meta object literal for the 'Rich String' container reference feature.
      static org.eclipse.emf.ecore.EClass LINE_BREAK
      The meta object literal for the 'Line Break' class.
      static org.eclipse.emf.ecore.EClass LINE_PART
      The meta object literal for the 'Line Part' class.
      static org.eclipse.emf.ecore.EReference LINE_PART__LINE
      The meta object literal for the 'Line' container reference feature.
      static org.eclipse.emf.ecore.EClass LITERAL
      The meta object literal for the 'Literal' class.
      static org.eclipse.emf.ecore.EAttribute LITERAL__LENGTH
      The meta object literal for the 'Length' attribute feature.
      static org.eclipse.emf.ecore.EReference LITERAL__LITERAL
      The meta object literal for the 'Literal' reference feature.
      static org.eclipse.emf.ecore.EAttribute LITERAL__OFFSET
      The meta object literal for the 'Offset' attribute feature.
      static org.eclipse.emf.ecore.EClass PRINTED_EXPRESSION
      The meta object literal for the 'Printed Expression' class.
      static org.eclipse.emf.ecore.EReference PRINTED_EXPRESSION__EXPRESSION
      The meta object literal for the 'Expression' reference feature.
      static org.eclipse.emf.ecore.EClass PROCESSED_RICH_STRING
      The meta object literal for the 'Processed Rich String' class.
      static org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__LINES
      The meta object literal for the 'Lines' containment reference list feature.
      static org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__RICH_STRING
      The meta object literal for the 'Rich String' reference feature.
    • Field Detail

      • PROCESSED_RICH_STRING__RICH_STRING

        static final org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__RICH_STRING
        The meta object literal for the 'Rich String' reference feature.
        Generated:
      • PROCESSED_RICH_STRING__LINES

        static final org.eclipse.emf.ecore.EReference PROCESSED_RICH_STRING__LINES
        The meta object literal for the 'Lines' containment reference list feature.
        Generated:
      • LINE__PARTS

        static final org.eclipse.emf.ecore.EReference LINE__PARTS
        The meta object literal for the 'Parts' containment reference list feature.
        Generated:
      • LINE__RICH_STRING

        static final org.eclipse.emf.ecore.EReference LINE__RICH_STRING
        The meta object literal for the 'Rich String' container reference feature.
        Generated:
      • LINE_PART__LINE

        static final org.eclipse.emf.ecore.EReference LINE_PART__LINE
        The meta object literal for the 'Line' container reference feature.
        Generated:
      • LITERAL__LITERAL

        static final org.eclipse.emf.ecore.EReference LITERAL__LITERAL
        The meta object literal for the 'Literal' reference feature.
        Generated:
      • LITERAL__OFFSET

        static final org.eclipse.emf.ecore.EAttribute LITERAL__OFFSET
        The meta object literal for the 'Offset' attribute feature.
        Generated:
      • LITERAL__LENGTH

        static final org.eclipse.emf.ecore.EAttribute LITERAL__LENGTH
        The meta object literal for the 'Length' attribute feature.
        Generated:
      • FOR_LOOP_START__LOOP

        static final org.eclipse.emf.ecore.EReference FOR_LOOP_START__LOOP
        The meta object literal for the 'Loop' reference feature.
        Generated:
      • FOR_LOOP_START__END

        static final org.eclipse.emf.ecore.EReference FOR_LOOP_START__END
        The meta object literal for the 'End' reference feature.
        Generated:
      • FOR_LOOP_END__START

        static final org.eclipse.emf.ecore.EReference FOR_LOOP_END__START
        The meta object literal for the 'Start' reference feature.
        Generated:
      • PRINTED_EXPRESSION__EXPRESSION

        static final org.eclipse.emf.ecore.EReference PRINTED_EXPRESSION__EXPRESSION
        The meta object literal for the 'Expression' reference feature.
        Generated:
      • IF_CONDITION_START__RICH_STRING_IF

        static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__RICH_STRING_IF
        The meta object literal for the 'Rich String If' reference feature.
        Generated:
      • IF_CONDITION_START__ELSE_START

        static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_START
        The meta object literal for the 'Else Start' reference feature.
        Generated:
      • IF_CONDITION_START__ELSE_IF_CONDITIONS

        static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__ELSE_IF_CONDITIONS
        The meta object literal for the 'Else If Conditions' reference list feature.
        Generated:
      • IF_CONDITION_START__END_IF

        static final org.eclipse.emf.ecore.EReference IF_CONDITION_START__END_IF
        The meta object literal for the 'End If' reference feature.
        Generated:
      • ELSE_IF_CONDITION__RICH_STRING_ELSE_IF

        static final org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__RICH_STRING_ELSE_IF
        The meta object literal for the 'Rich String Else If' reference feature.
        Generated:
      • ELSE_IF_CONDITION__IF_CONDITION_START

        static final org.eclipse.emf.ecore.EReference ELSE_IF_CONDITION__IF_CONDITION_START
        The meta object literal for the 'If Condition Start' reference feature.
        Generated:
      • ELSE_START__IF_CONDITION_START

        static final org.eclipse.emf.ecore.EReference ELSE_START__IF_CONDITION_START
        The meta object literal for the 'If Condition Start' reference feature.
        Generated:
      • END_IF__IF_CONDITION_START

        static final org.eclipse.emf.ecore.EReference END_IF__IF_CONDITION_START
        The meta object literal for the 'If Condition Start' reference feature.
        Generated: