Interface ITranslationEntry

All Known Subinterfaces:
ITMXEntry
All Known Implementing Classes:
GlossaryEntry, PrepareTMXEntry, TMXEntry

public interface ITranslationEntry
Common interface for any object storing a pair source / translation text
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the source text
    Gets translation text
    default boolean
    Check whenever there is a translation
  • Method Details

    • getSourceText

      String getSourceText()
      Gets the source text
    • getTranslationText

      String getTranslationText()
      Gets translation text
    • isTranslated

      default boolean isTranslated()
      Check whenever there is a translation