Class TranslationUnitVariant


  • public class TranslationUnitVariant
    extends Object
    Represents a Unit of Translation's Variant. This is used for both the source and targets
    Author:
    HaslamJD
    • Constructor Detail

      • TranslationUnitVariant

        public TranslationUnitVariant()
        Creates an empty TUV
      • TranslationUnitVariant

        public TranslationUnitVariant​(LocaleId language,
                                      TextFragment content)
        Creates a TUV with the given language and content
        Parameters:
        language - the language of the TUV
        content - the content of the TUV