Uses of Class
net.sf.okapi.lib.xliff2.glossary.Translation
-
Packages that use Translation Package Description net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module. -
-
Uses of Translation in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return Translation Modifier and Type Method Description TranslationGlossEntry. addTranslation(String text)Adds a translation to this entry.Methods in net.sf.okapi.lib.xliff2.glossary that return types with arguments of type Translation Modifier and Type Method Description List<Translation>GlossEntry. getTranslations()Gets the list of theTranslationobjects for this entry.Iterator<Translation>GlossEntry. iterator()Constructors in net.sf.okapi.lib.xliff2.glossary with parameters of type Translation Constructor Description Translation(Translation original)Copy constructor.
-