Class Func.En

java.lang.Object
com.stimulsoft.report.Func.En
Enclosing class:
Func

public static class Func.En extends Object
  • Constructor Details

    • En

      public En()
  • Method Details

    • decline

      public static String decline(BigDecimal value, String one, String two)
      Returns the correct noun declension.
      Parameters:
      value - A value containing a currency on which the resulting value depends.
      one - If the value ends with "one" then this parameter is the result of the function.
      two - If the value does not end with "one" then this parameter is the result of the function.
      Returns:
    • decline

      public static String decline(BigDecimal value, boolean showCents, String dollars, String cents)
    • numToStr

      public static String numToStr(BigDecimal value)
    • numToStr

      public static String numToStr(BigDecimal value, boolean uppercase)
    • numToStr

      public static String numToStr(double value, boolean uppercase)
    • numToStr

      public static String numToStr(double value)
    • currToStr

      public static String currToStr(long value)
    • currToStr

      public static String currToStr(long value, boolean showCents)
    • currToStr

      public static String currToStr(long value, boolean uppercase, boolean cents)
    • currToStr

      public static String currToStr(double value)
    • currToStr

      public static String currToStr(double value, boolean showCents)
    • currToStr

      public static String currToStr(double value, boolean uppercase, boolean cents)
    • currToStr

      public static String currToStr(BigDecimal value)
    • currToStr

      public static String currToStr(BigDecimal value, boolean showCents)
    • currToStr

      public static String currToStr(BigDecimal value, boolean uppercase, boolean showCents)
    • currToStr

      public static String currToStr(long value, boolean uppercase, boolean showCents, String dollars, String cents)
    • currToStr

      public static String currToStr(double value, boolean uppercase, boolean showCents, String dollars, String cents)
    • currToStr

      public static String currToStr(BigDecimal value, boolean uppercase, boolean showCents, String dollars, String cents)
    • DateToStr

      public static String DateToStr(StiDateTime date)
    • DateToStr

      public static String DateToStr(StiDateTime date, boolean uppercase)