Interface ProcessedRichStringPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ProcessedRichStringPackageImpl

    public interface ProcessedRichStringPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    ProcessedRichStringFactory
    Model:
    kind="package"
    Generated:
    • Method Detail

      • getProcessedRichString

        org.eclipse.emf.ecore.EClass getProcessedRichString()
        Returns the meta object for class 'Processed Rich String'.
        Returns:
        the meta object for class 'Processed Rich String'.
        See Also:
        ProcessedRichString
        Generated:
      • getProcessedRichString_Lines

        org.eclipse.emf.ecore.EReference getProcessedRichString_Lines()
        Returns the meta object for the containment reference list 'Lines'.
        Returns:
        the meta object for the containment reference list 'Lines'.
        See Also:
        ProcessedRichString.getLines(), getProcessedRichString()
        Generated:
      • getLine

        org.eclipse.emf.ecore.EClass getLine()
        Returns the meta object for class 'Line'.
        Returns:
        the meta object for class 'Line'.
        See Also:
        Line
        Generated:
      • getLine_Parts

        org.eclipse.emf.ecore.EReference getLine_Parts()
        Returns the meta object for the containment reference list 'Parts'.
        Returns:
        the meta object for the containment reference list 'Parts'.
        See Also:
        Line.getParts(), getLine()
        Generated:
      • getLine_RichString

        org.eclipse.emf.ecore.EReference getLine_RichString()
        Returns the meta object for the container reference 'Rich String'.
        Returns:
        the meta object for the container reference 'Rich String'.
        See Also:
        Line.getRichString(), getLine()
        Generated:
      • getLinePart

        org.eclipse.emf.ecore.EClass getLinePart()
        Returns the meta object for class 'Line Part'.
        Returns:
        the meta object for class 'Line Part'.
        See Also:
        LinePart
        Generated:
      • getLinePart_Line

        org.eclipse.emf.ecore.EReference getLinePart_Line()
        Returns the meta object for the container reference 'Line'.
        Returns:
        the meta object for the container reference 'Line'.
        See Also:
        LinePart.getLine(), getLinePart()
        Generated:
      • getLiteral

        org.eclipse.emf.ecore.EClass getLiteral()
        Returns the meta object for class 'Literal'.
        Returns:
        the meta object for class 'Literal'.
        See Also:
        Literal
        Generated:
      • getLiteral_Literal

        org.eclipse.emf.ecore.EReference getLiteral_Literal()
        Returns the meta object for the reference 'Literal'.
        Returns:
        the meta object for the reference 'Literal'.
        See Also:
        Literal.getLiteral(), getLiteral()
        Generated:
      • getLiteral_Offset

        org.eclipse.emf.ecore.EAttribute getLiteral_Offset()
        Returns the meta object for the attribute 'Offset'.
        Returns:
        the meta object for the attribute 'Offset'.
        See Also:
        Literal.getOffset(), getLiteral()
        Generated:
      • getLiteral_Length

        org.eclipse.emf.ecore.EAttribute getLiteral_Length()
        Returns the meta object for the attribute 'Length'.
        Returns:
        the meta object for the attribute 'Length'.
        See Also:
        Literal.getLength(), getLiteral()
        Generated:
      • getLineBreak

        org.eclipse.emf.ecore.EClass getLineBreak()
        Returns the meta object for class 'Line Break'.
        Returns:
        the meta object for class 'Line Break'.
        See Also:
        LineBreak
        Generated:
      • getForLoopStart

        org.eclipse.emf.ecore.EClass getForLoopStart()
        Returns the meta object for class 'For Loop Start'.
        Returns:
        the meta object for class 'For Loop Start'.
        See Also:
        ForLoopStart
        Generated:
      • getForLoopStart_Loop

        org.eclipse.emf.ecore.EReference getForLoopStart_Loop()
        Returns the meta object for the reference 'Loop'.
        Returns:
        the meta object for the reference 'Loop'.
        See Also:
        ForLoopStart.getLoop(), getForLoopStart()
        Generated:
      • getForLoopStart_End

        org.eclipse.emf.ecore.EReference getForLoopStart_End()
        Returns the meta object for the reference 'End'.
        Returns:
        the meta object for the reference 'End'.
        See Also:
        ForLoopStart.getEnd(), getForLoopStart()
        Generated:
      • getForLoopEnd

        org.eclipse.emf.ecore.EClass getForLoopEnd()
        Returns the meta object for class 'For Loop End'.
        Returns:
        the meta object for class 'For Loop End'.
        See Also:
        ForLoopEnd
        Generated:
      • getForLoopEnd_Start

        org.eclipse.emf.ecore.EReference getForLoopEnd_Start()
        Returns the meta object for the reference 'Start'.
        Returns:
        the meta object for the reference 'Start'.
        See Also:
        ForLoopEnd.getStart(), getForLoopEnd()
        Generated:
      • getPrintedExpression

        org.eclipse.emf.ecore.EClass getPrintedExpression()
        Returns the meta object for class 'Printed Expression'.
        Returns:
        the meta object for class 'Printed Expression'.
        See Also:
        PrintedExpression
        Generated:
      • getIfConditionStart

        org.eclipse.emf.ecore.EClass getIfConditionStart()
        Returns the meta object for class 'If Condition Start'.
        Returns:
        the meta object for class 'If Condition Start'.
        See Also:
        IfConditionStart
        Generated:
      • getElseIfCondition

        org.eclipse.emf.ecore.EClass getElseIfCondition()
        Returns the meta object for class 'Else If Condition'.
        Returns:
        the meta object for class 'Else If Condition'.
        See Also:
        ElseIfCondition
        Generated:
      • getElseStart

        org.eclipse.emf.ecore.EClass getElseStart()
        Returns the meta object for class 'Else Start'.
        Returns:
        the meta object for class 'Else Start'.
        See Also:
        ElseStart
        Generated:
      • getEndIf

        org.eclipse.emf.ecore.EClass getEndIf()
        Returns the meta object for class 'End If'.
        Returns:
        the meta object for class 'End If'.
        See Also:
        EndIf
        Generated:
      • getEndIf_IfConditionStart

        org.eclipse.emf.ecore.EReference getEndIf_IfConditionStart()
        Returns the meta object for the reference 'If Condition Start'.
        Returns:
        the meta object for the reference 'If Condition Start'.
        See Also:
        EndIf.getIfConditionStart(), getEndIf()
        Generated:
      • getProcessedRichStringFactory

        ProcessedRichStringFactory getProcessedRichStringFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated: