Class Define


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

      • 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 Detail

      • 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.