Class ExpressionsFunctionsStatement
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.expressions.functions.ExpressionsFunctionsStatement
-
- All Implemented Interfaces:
IExpressionsFunctionsItem
- Direct Known Subclasses:
ExpressionsFunctionsFunction
public class ExpressionsFunctionsStatement extends Object implements IExpressionsFunctionsItem
DCS expressions statement
-
-
Constructor Summary
Constructors Constructor Description ExpressionsFunctionsStatement(String name)ConstructorExpressionsFunctionsStatement(String[] names, String[] templates)ConstructorExpressionsFunctionsStatement(String[] names, String templateEn, String templateRu)ConstructorExpressionsFunctionsStatement(String nameEn, String nameRu, String templateEn, String templateRu)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName(ScriptVariant scriptVariant)Get name for script variantStringgetTemplate(ScriptVariant scriptVariant)Get template string
-
-
-
Constructor Detail
-
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
public ExpressionsFunctionsStatement(String[] names, String templateEn, String templateRu)
Constructor- Parameters:
names- English and Russian names, can't benulltemplateEn- English template string, can't benulltemplateRu- Russian template string, can't benull
-
ExpressionsFunctionsStatement
public ExpressionsFunctionsStatement(String[] names, String[] templates)
Constructor- Parameters:
names- English and Russian names, can't benulltemplates- English and Russian, can't benull
-
ExpressionsFunctionsStatement
public ExpressionsFunctionsStatement(String name)
Constructor- Parameters:
name- English name, can't benull
-
-
Method Detail
-
getName
public String getName(ScriptVariant scriptVariant)
Get name for script variant- Parameters:
scriptVariant- script variant, can't benull- Returns:
- name for script variant, never
null
-
getTemplate
public String getTemplate(ScriptVariant scriptVariant)
Get template string- Parameters:
scriptVariant- script variant, can't benull- Returns:
- template string, never
null
-
-