Interface ITMXEntry

    • Method Detail

      • getCreator

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

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

        java.lang.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

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

        default boolean hasNote()
      • hasProperties

        boolean hasProperties()
      • getPropValue

        java.lang.String getPropValue​(java.lang.String propType)
      • hasPropValue

        boolean hasPropValue​(java.lang.String propType,
                             java.lang.String propValue)
      • getProperties

        java.util.List<TMXProp> getProperties()