Class Define
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.model.common.Define
-
public class Define extends Object
Single define in Bsl.
-
-
Constructor Summary
Constructors Constructor Description Define(String symbol, String symbolRu, Environments environments)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Define
define(String symbol, String symbolRu, Environments environments)
Shortcut function to cretaeDefine
instance.Environments
getEnvironments()
String
getSymbol()
String
getSymbolRu()
-
-
-
Constructor Detail
-
Define
public Define(String symbol, String symbolRu, Environments environments)
Constructor- Parameters:
symbol
- symbol in iternational spelling. Can't benull
or empty.symbolRu
- symbol in russian spelling. May benull
.environments
-Environments
to be associated with thid define. Can't benull
.
-
-
Method Detail
-
define
public static Define define(String symbol, String symbolRu, Environments environments)
Shortcut function to cretaeDefine
instance.- Parameters:
symbol
- symbol in iternational spelling. Can't benull
or empty.symbolRu
- symbol in russian spelling. May benull
.environments
-Environments
to be associated with thid define. Can't benull
.- Returns:
- created instance.
-
getSymbol
public String getSymbol()
- Returns:
- symbol in international spelling.
-
getSymbolRu
public String getSymbolRu()
- Returns:
- symbol in russian spelling. May be
null
.
-
getEnvironments
public Environments getEnvironments()
- Returns:
Environments
containing in this define.
-
-