Package org.omegat.core.data
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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.String
getSourceText()
Gets the source textjava.lang.String
getTranslationText()
Gets translation textdefault boolean
isTranslated()
Check whenever there is a translation
-