Interface HasMutableText

All Superinterfaces:
HasText
All Known Subinterfaces:
MutableEntity, MutableEntityExtended, MutableExternalEntity
All Known Implementing Classes:
MutableEntityExtendedImp, MutableExternalEntityImp

public interface HasMutableText extends HasText
  • Field Summary

    Fields inherited from interface net.tangly.core.HasText

    TEXT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    text(String text)
    Set the text description of the entity.

    Methods inherited from interface net.tangly.core.HasText

    text
  • Method Details

    • text

      void text(String text)
      Set the text description of the entity.
      Parameters:
      text - human readable text description
      See Also: