Uses of Class
net.sf.okapi.lib.xliff2.its.ITSItems
-
Packages that use ITSItems Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories. -
-
Uses of ITSItems in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ITSItems Modifier and Type Method Description ITSItemsMTag. getITSItems()ITSItemsMTagCommon. getITSItems()ITSItemsUnit. getITSItems()Methods in net.sf.okapi.lib.xliff2.core with parameters of type ITSItems Modifier and Type Method Description voidMTag. setITSItems(ITSItems itsItems)voidMTagCommon. setITSItems(ITSItems itsItems)voidUnit. setITSItems(ITSItems itsItems) -
Uses of ITSItems in net.sf.okapi.lib.xliff2.its
Methods in net.sf.okapi.lib.xliff2.its that return ITSItems Modifier and Type Method Description ITSItemsIWithITSAttributes. getITSItems()Gets the ITS items associated with this object.ITSItemsTermTag. getITSItems()This method always return null: Only the Terminology data category can be used on a term annotation.Methods in net.sf.okapi.lib.xliff2.its with parameters of type ITSItems Modifier and Type Method Description voidIWithITSAttributes. setITSItems(ITSItems items)Sets the list of the ITS items associated with this object.voidTermTag. setITSItems(ITSItems itsItems)This method always throws an UnsupportedOperationException exception: Only the Terminology data category can be used on a term annotation.Constructors in net.sf.okapi.lib.xliff2.its with parameters of type ITSItems Constructor Description ITSItems(ITSItems original)Copy constructor.
-