Package com._1c.g5.v8.dt.qw.ui.utils
Class QueryWizardTerms
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.utils.QueryWizardTerms
-
public final class QueryWizardTerms extends Object
Terms for query wizard
-
-
Field Summary
Fields Modifier and Type Field Description static intASstatic intFIELDstatic intNESTED_SELECTstatic intQUERY_BUILDER_WITH_RESULT_PROCESSING_ENDstatic intQUERY_BUILDER_WITH_RESULT_PROCESSING_STARTstatic StringST_QUERY_BUILDER_WITH_RESULT_PROCESSING_ENDstatic StringST_QUERY_BUILDER_WITH_RESULT_PROCESSING_END_RUstatic StringST_QUERY_BUILDER_WITH_RESULT_PROCESSING_STARTstatic StringST_QUERY_BUILDER_WITH_RESULT_PROCESSING_START_RUstatic intTEMPORARY_TABLE
-
Constructor Summary
Constructors Constructor Description QueryWizardTerms()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetTerm(int term, ScriptVariant scriptVariant, QueryWizardSource source)Get localized termstatic StringgetTerm(int term, QueryWizardSource source)Get localized term
-
-
-
Field Detail
-
ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_START
public static final String ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_START
- See Also:
- Constant Field Values
-
ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_START_RU
public static final String ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_START_RU
- See Also:
- Constant Field Values
-
ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_END
public static final String ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_END
- See Also:
- Constant Field Values
-
ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_END_RU
public static final String ST_QUERY_BUILDER_WITH_RESULT_PROCESSING_END_RU
- See Also:
- Constant Field Values
-
NESTED_SELECT
public static final int NESTED_SELECT
- See Also:
- Constant Field Values
-
TEMPORARY_TABLE
public static final int TEMPORARY_TABLE
- See Also:
- Constant Field Values
-
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
-
AS
public static final int AS
- See Also:
- Constant Field Values
-
QUERY_BUILDER_WITH_RESULT_PROCESSING_START
public static final int QUERY_BUILDER_WITH_RESULT_PROCESSING_START
- See Also:
- Constant Field Values
-
QUERY_BUILDER_WITH_RESULT_PROCESSING_END
public static final int QUERY_BUILDER_WITH_RESULT_PROCESSING_END
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTerm
public static String getTerm(int term, QueryWizardSource source)
Get localized term- Parameters:
term- - term typesource- - query wizard source- Returns:
- term presentation
-
getTerm
public static String getTerm(int term, ScriptVariant scriptVariant, QueryWizardSource source)
Get localized term- Parameters:
term- - term typescriptVariant- - script variantsource- - query wizard source- Returns:
- term presentation
-
-