Class ExpressionsFunctionsStatement
java.lang.Object
com._1c.g5.v8.dt.dcs.expressions.functions.ExpressionsFunctionsStatement
- All Implemented Interfaces:
IExpressionsFunctionsItem
- Direct Known Subclasses:
ExpressionsFunctionsFunction
DCS expressions statement
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorExpressionsFunctionsStatement(String[] names, String[] templates) ConstructorExpressionsFunctionsStatement(String[] names, String templateEn, String templateRu) ConstructorExpressionsFunctionsStatement(String nameEn, String nameRu, String templateEn, String templateRu) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName(ScriptVariant scriptVariant) Get name for script variantgetTemplate(ScriptVariant scriptVariant) Get template string
-
Constructor Details
-
ExpressionsFunctionsStatement
public ExpressionsFunctionsStatement(String nameEn, String nameRu, String templateEn, String templateRu) Constructor- Parameters:
nameEn- English name, can't benullnameRu- Russian name, can't benulltemplateEn- English template string, can't benulltemplateRu- Russian template string, can't benull
-
ExpressionsFunctionsStatement
Constructor- Parameters:
names- English and Russian names, can't benulltemplateEn- English template string, can't benulltemplateRu- Russian template string, can't benull
-
ExpressionsFunctionsStatement
Constructor- Parameters:
names- English and Russian names, can't benulltemplates- English and Russian, can't benull
-
ExpressionsFunctionsStatement
Constructor- Parameters:
name- English name, can't benull
-
-
Method Details
-
getName
Get name for script variant- Parameters:
scriptVariant- script variant, can't benull- Returns:
- name for script variant, never
null
-
getTemplate
Get template string- Parameters:
scriptVariant- script variant, can't benull- Returns:
- template string, never
null
-