Class LanguageSetting

java.lang.Object
com.datalogics.PDFL.LanguageSetting

public class LanguageSetting extends Object
Specify a language, along with any metadata about that language.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LanguageSetting(Language language, boolean prohibit)
    create a language setting.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    The language being specified.
    boolean
    Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
    void
    The language being specified.
    void
    setProhibit(boolean value)
    Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LanguageSetting

      public LanguageSetting(Language language, boolean prohibit)
      create a language setting.
      Parameters:
      language - the language to specify
      prohibit - Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
  • Method Details

    • delete

      public void delete()
    • setLanguage

      public void setLanguage(Language value)
      The language being specified.
    • getLanguage

      public Language getLanguage()
      The language being specified.
    • setProhibit

      public void setProhibit(boolean value)
      Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.
    • getProhibit

      public boolean getProhibit()
      Instead of loading this language, prohibit the language from being loaded as an adjunct of another language.