Package com.stimulsoft.report
Class Func.En
java.lang.Object
com.stimulsoft.report.Func.En
- Enclosing class:
Func
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcurrToStr(double value) static StringcurrToStr(double value, boolean showCents) static StringcurrToStr(double value, boolean uppercase, boolean cents) static Stringstatic StringcurrToStr(long value) static StringcurrToStr(long value, boolean showCents) static StringcurrToStr(long value, boolean uppercase, boolean cents) static Stringstatic StringcurrToStr(BigDecimal value) static StringcurrToStr(BigDecimal value, boolean showCents) static StringcurrToStr(BigDecimal value, boolean uppercase, boolean showCents) static StringcurrToStr(BigDecimal value, boolean uppercase, boolean showCents, String dollars, String cents) static StringDateToStr(StiDateTime date) static StringDateToStr(StiDateTime date, boolean uppercase) static Stringdecline(BigDecimal value, boolean showCents, String dollars, String cents) static Stringdecline(BigDecimal value, String one, String two) Returns the correct noun declension.static StringnumToStr(double value) static StringnumToStr(double value, boolean uppercase) static StringnumToStr(BigDecimal value) static StringnumToStr(BigDecimal value, boolean uppercase)
-
Constructor Details
-
En
public En()
-
-
Method Details
-
decline
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
-
numToStr
-
numToStr
-
numToStr
-
numToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
-
currToStr
public static String currToStr(BigDecimal value, boolean uppercase, boolean showCents, String dollars, String cents) -
DateToStr
-
DateToStr
-