Class GomExpressionLangInfo

All Implemented Interfaces:
GomCheckable, GomElement, GomLangInfo, Serializable

@NonExtendable public class GomExpressionLangInfo extends DefaultGomLangInfo
Extension of language information for tab lists.
Since:
3.0
See Also:
  • Constructor Details

    • GomExpressionLangInfo

      public GomExpressionLangInfo(LanguageAbbreviation lang)
      Creates a new instance with the specified language abbreviation
      Since:
      3.0
    • GomExpressionLangInfo

      public GomExpressionLangInfo(String lang, String label, String description)
      Creates a new instance with the specified language abbreviation, label, and description.
      Since:
      3.0
  • Method Details