Interface TextElement

All Superinterfaces:
DiagramElement, Element, org.eclipse.emf.ecore.EObject, LeafElement, MethodElement, NamedElement, org.eclipse.emf.common.notify.Notifier, PackageableElement
All Known Implementing Classes:
TextElementImpl

public interface TextElement
extends LeafElement
A representation of the model object 'Text Element'.

The following features are supported:

See Also:
UmaPackage.getTextElement()
  • Method Details

    • getText

      java.lang.String getText()
      Returns the value of the 'Text' attribute. The default value is "".
      Returns:
      the value of the 'Text' attribute.
      See Also:
      setText(String), UmaPackage.getTextElement_Text()
    • setText

      void setText​(java.lang.String value)
      Sets the value of the 'Text' attribute.
      Parameters:
      value - the new value of the 'Text' attribute.
      See Also:
      getText()