Package org.omegat.core.data
Interface ITranslationEntry
-
- All Known Subinterfaces:
ITMXEntry
- All Known Implementing Classes:
GlossaryEntry,PrepareTMXEntry,TMXEntry
public interface ITranslationEntryCommon interface for any object storing a pair source / translation text
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetSourceText()Gets the source textjava.lang.StringgetTranslationText()Gets translation textdefault booleanisTranslated()Check whenever there is a translation
-