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 benullor empty.symbolRu- symbol in russian spelling. May benull.environments-Environmentsto be associated with thid define. Can't benull.
-
-
Method Details
-
define
Shortcut function to cretaeDefineinstance.- Parameters:
symbol- symbol in iternational spelling. Can't benullor empty.symbolRu- symbol in russian spelling. May benull.environments-Environmentsto 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:
Environmentscontaining in this define.
-