Class Define
java.lang.Object
com._1c.g5.v8.dt.bsl.model.common.Define
Single define in Bsl.
-
Constructor Summary
ConstructorsConstructorDescriptionDefine
(String symbol, String symbolRu, Environments environments) Constructor -
Method Summary
-
Constructor Details
-
Define
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 Details
-
define
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
- Returns:
- symbol in international spelling.
-
getSymbolRu
- Returns:
- symbol in russian spelling. May be
null
.
-
getEnvironments
- Returns:
Environments
containing in this define.
-