Interface LabelExpression

All Known Implementing Classes:
GomIncludeContent.LabelContentSource, GomLabelExpressions.GomLabelExpression

public interface LabelExpression
Expression for a label
Since:
4.2.100
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Language the label is provided for.
    @NotNull String
    Expression to be used for producing labels.
  • Method Details

    • getLang

      @NotNull @NotNull String getLang()
      Language the label is provided for.
      Returns:
      The language abbreviation.
      Since:
      4.2.100
    • getText

      @NotNull @NotNull String getText()
      Expression to be used for producing labels.
      Returns:
      The expression.
      Since:
      4.2.100