Class QlPreferences

java.lang.Object
com._1c.g5.v8.dt.ql.ui.QlPreferences

public class QlPreferences extends Object
Ql preferences.

Contains preference for automatic filling query with aliases

  • Field Details

    • KEY_AUTOMATIC_QUERY_ALIASING_ENABLED

      public static final String KEY_AUTOMATIC_QUERY_ALIASING_ENABLED
      The key of settings of automatic query aliasing.
      See Also:
  • Constructor Details

    • QlPreferences

      public QlPreferences()
  • Method Details

    • isAutomaticQueryAliasingEnabled

      public static boolean isAutomaticQueryAliasingEnabled()
      Checks if automatic query aliasing is enabled.
      Returns:
      true, if corresponding preference has enabled value
    • setAutomaticQueryAliasingEnabled

      public static void setAutomaticQueryAliasingEnabled(boolean enable)
      Sets the automatic query aliasing preference value.
      Parameters:
      enable - the new enable status of automatic query aliasing preference value