Interface ITMXEntry

All Superinterfaces:
ITranslationEntry
All Known Implementing Classes:
PrepareTMXEntry, TMXEntry

public interface ITMXEntry extends ITranslationEntry
Common interface for any object storing a pair source / translation text with date and author
  • Method Details

    • getCreator

      String getCreator()
      Gets the initial creator of the entry
    • getCreationDate

      long getCreationDate()
      Gets the initial creation date as an EPOCH timestamp
    • getChanger

      String getChanger()
      Gets the author of last change in the entry
    • getChangeDate

      long getChangeDate()
      Gets the EPOCH timestamp for last change in this entry
    • getNote

      String getNote()
      Gets text note (markup <note> in TMX format)
    • hasNote

      default boolean hasNote()
    • hasProperties

      boolean hasProperties()
    • getPropValue

      String getPropValue(String propType)
    • hasPropValue

      boolean hasPropValue(String propType, String propValue)
    • getProperties

      List<TMXProp> getProperties()