Class SupportedLanguagePair

java.lang.Object
com.basistech.rosette.apimodel.SupportedLanguagePair

public final class SupportedLanguagePair extends Object
Supported language/script/scheme pairs
  • Method Details

    • builder

    • getSource

      public com.basistech.util.TextDomain getSource()
      Returns:
      the source TextDomain
    • getTarget

      public com.basistech.util.TextDomain getTarget()
      Returns:
      the target TextDomain
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLicensed

      public Boolean getLicensed()
      Returns:
      if this language pair is licensed or not
    • setLicensed

      public void setLicensed(Boolean licensed)