Package com._1c.g5.v8.dt.ql.ui
Class QlPreferences
java.lang.Object
com._1c.g5.v8.dt.ql.ui.QlPreferences
Ql preferences.
Contains preference for automatic filling query with aliases
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key of settings of automatic query aliasing. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if automatic query aliasing is enabled.static voidsetAutomaticQueryAliasingEnabled(boolean enable) Sets the automatic query aliasing preference value.
-
Field Details
-
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
-