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 String
getName(ScriptVariant scriptVariant)
Get name for script variantString
getTemplate(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 benull
nameRu
- Russian name, can't benull
templateEn
- English template string, can't benull
templateRu
- Russian template string, can't benull
-
ExpressionsFunctionsStatement
public ExpressionsFunctionsStatement(String[] names, String templateEn, String templateRu)
Constructor- Parameters:
names
- English and Russian names, can't benull
templateEn
- English template string, can't benull
templateRu
- Russian template string, can't benull
-
ExpressionsFunctionsStatement
public ExpressionsFunctionsStatement(String[] names, String[] templates)
Constructor- Parameters:
names
- English and Russian names, can't benull
templates
- 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
-
-