Package org.omegat.core.data
Interface ITMXEntry
- All Superinterfaces:
ITranslationEntry
- All Known Implementing Classes:
PrepareTMXEntry,TMXEntry
Common interface for any object storing a pair source / translation text
with date and author
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the EPOCH timestamp for last change in this entryGets the author of last change in the entrylongGets the initial creation date as an EPOCH timestampGets the initial creator of the entrygetNote()Gets text note (markup <note> in TMX format)getPropValue(String propType) default booleanhasNote()booleanbooleanhasPropValue(String propType, String propValue) Methods inherited from interface org.omegat.core.data.ITranslationEntry
getSourceText, getTranslationText, isTranslated
-
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
-
hasPropValue
-
getProperties
-