Uses of Class
net.sf.okapi.lib.xliff2.its.DataCategory
-
Packages that use DataCategory Package Description net.sf.okapi.lib.xliff2.its Classes to read, write and manipulate ITS data categories. -
-
Uses of DataCategory in net.sf.okapi.lib.xliff2.its
Classes in net.sf.okapi.lib.xliff2.its with type parameters of type DataCategory Modifier and Type Class Description classDataCategoryGroup<T extends DataCategory>Represents a stand-off group for a given data category that can have multiple instances.Subclasses of DataCategory in net.sf.okapi.lib.xliff2.its Modifier and Type Class Description classDomainImplements the Domain data category.classLocQualityIssueImplements the Localization Quality Issue data category.classMTConfidenceImplements the MT Confidence data category.classProvenanceImplements the Provenance data category.classTextAnalysisImplements the Text Analysis data category.Methods in net.sf.okapi.lib.xliff2.its with type parameters of type DataCategory Modifier and Type Method Description <A extends DataCategory>
IITSItemITSItems. get(Class<A> dcType)Gets the item for a given type of data category.
-