Package net.sf.okapi.lib.xliff2.its
Class DataCategories
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.its.DataCategories
-
public class DataCategories extends Object
Represents the identifiers for the different types of ITS data categories.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOMAINstatic StringLISTstatic StringLOCQUALITYISSUEstatic StringMTCONFIDENCEstatic StringPROVENANCEstatic StringTERMINOLOGYstatic StringTEXTANALYSISstatic StringTRANSLATE
-
Constructor Summary
Constructors Constructor Description DataCategories()
-
-
-
Field Detail
-
LOCQUALITYISSUE
public static final String LOCQUALITYISSUE
- See Also:
- Constant Field Values
-
PROVENANCE
public static final String PROVENANCE
- See Also:
- Constant Field Values
-
DOMAIN
public static final String DOMAIN
- See Also:
- Constant Field Values
-
TEXTANALYSIS
public static final String TEXTANALYSIS
- See Also:
- Constant Field Values
-
MTCONFIDENCE
public static final String MTCONFIDENCE
- See Also:
- Constant Field Values
-
TERMINOLOGY
public static final String TERMINOLOGY
- See Also:
- Constant Field Values
-
TRANSLATE
public static final String TRANSLATE
- See Also:
- Constant Field Values
-
LIST
public static final String LIST
- See Also:
- Constant Field Values
-
-