Class Define

java.lang.Object
com._1c.g5.v8.dt.bsl.model.common.Define

public class Define extends Object
Single define in Bsl.
  • Constructor Details

    • Define

      public Define(String symbol, String symbolRu, Environments environments)
      Constructor
      Parameters:
      symbol - symbol in iternational spelling. Can't be null or empty.
      symbolRu - symbol in russian spelling. May be null.
      environments - Environments to be associated with thid define. Can't be null.
  • Method Details

    • define

      public static Define define(String symbol, String symbolRu, Environments environments)
      Shortcut function to cretae Define instance.
      Parameters:
      symbol - symbol in iternational spelling. Can't be null or empty.
      symbolRu - symbol in russian spelling. May be null.
      environments - Environments to be associated with thid define. Can't be null.
      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.