All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ContentImpl

public interface Content extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Content'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'CR' attribute.
    Returns the value of the 'Ctn' attribute.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression
    Returns the value of the 'Indent' containment reference.
    Returns the value of the 'No CR' attribute.
    void
    setCR(String value)
    Sets the value of the 'CR' attribute.
    void
    setCtn(String value)
    Sets the value of the 'Ctn' attribute.
    void
    setIndent(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value)
    Sets the value of the 'Indent' containment reference.
    void
    setNoCR(String value)
    Sets the value of the 'No CR' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getCtn

      String getCtn()
      Returns the value of the 'Ctn' attribute.
      Returns:
      the value of the 'Ctn' attribute.
      See Also:
    • setCtn

      void setCtn(String value)
      Sets the value of the 'Ctn' attribute.
      Parameters:
      value - the new value of the 'Ctn' attribute.
      See Also:
    • getNoCR

      String getNoCR()
      Returns the value of the 'No CR' attribute.
      Returns:
      the value of the 'No CR' attribute.
      See Also:
    • setNoCR

      void setNoCR(String value)
      Sets the value of the 'No CR' attribute.
      Parameters:
      value - the new value of the 'No CR' attribute.
      See Also:
    • getCR

      String getCR()
      Returns the value of the 'CR' attribute.
      Returns:
      the value of the 'CR' attribute.
      See Also:
    • setCR

      void setCR(String value)
      Sets the value of the 'CR' attribute.
      Parameters:
      value - the new value of the 'CR' attribute.
      See Also:
    • getIndent

      de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getIndent()
      Returns the value of the 'Indent' containment reference.
      Returns:
      the value of the 'Indent' containment reference.
      See Also:
    • setIndent

      void setIndent(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value)
      Sets the value of the 'Indent' containment reference.
      Parameters:
      value - the new value of the 'Indent' containment reference.
      See Also: