Package com.axemble.vdoc.sdk.interfaces
Interface IFunctions
public interface IFunctions
- Author:
- bchapoton
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringReturns the absolute value of the parametersstatic final StringLogical andstatic final StringMake the average of the parametersstatic final Stringreturn a concatenated stringstatic final StringFormat a datestatic final Stringreturn the day of datestatic final StringCase statementstatic final StringSubstring from the rightstatic final Stringreturn the position of a string in another stringstatic final StringIf statementstatic final StringSubstring from the leftstatic final Stringreturn the lenth of the stringstatic final StringGet localized stringstatic final StringConverts all of the characters in this String to lower casestatic final StringGet the bigger value of the parametersstatic final StringGet the smallest value of the parametersstatic final Stringreturn the month of datestatic final StringNOT statementstatic final StringFormat numberstatic final StringReturns the value of the first argument raised to the power of the second argumentstatic final Stringdo the same thing as the "replace" javastatic final StringSubstring from the rightstatic final Stringreturn doublestatic final Stringreturn doublestatic final Stringreturn doublestatic final StringMake the sum of the parametersstatic final StringConstructs a Date object initialized with the given year, month, and day.static final StringConstructs a Date object initialized with the current date and timestatic final StringConvert String to Numberstatic final StringTRIM remove empty spacestatic final Stringreturn doublestatic final StringConverts all of the characters in this String to upper casestatic final Stringreturn the year (int), of date
- 
Field Details- 
LOWER_CASE_FUNCTIONConverts all of the characters in this String to lower case- See Also:
 
- 
UPPER_CASE_FUNCTIONConverts all of the characters in this String to upper case- See Also:
 
- 
TODATE_FUNCTIONConstructs a Date object initialized with the given year, month, and day.- See Also:
 
- 
DATE_FUNCTIONFormat a date- See Also:
 
- 
AND_FUNCTIONLogical and- See Also:
 
- 
TODAY_FUNCTIONConstructs a Date object initialized with the current date and time- See Also:
 
- 
SUM_FUNCTIONMake the sum of the parameters- See Also:
 
- 
LEFT_FUNCTIONSubstring from the left- See Also:
 
- 
RIGHT_FUNCTIONSubstring from the right- See Also:
 
- 
FILESIZE_FUNCTIONSubstring from the right- See Also:
 
- 
TONUMBER_FUNCTIONConvert String to Number- See Also:
 
- 
NUMBER_FUNCTIONFormat number- See Also:
 
- 
LOC_FUNCTIONGet localized string- See Also:
 
- 
IF_FUNCTIONIf statement- See Also:
 
- 
ELSIF_FUNCTIONCase statement- See Also:
 
- 
MIN_FUNCTIONGet the smallest value of the parameters- See Also:
 
- 
MAX_FUNCTIONGet the bigger value of the parameters- See Also:
 
- 
AVERAGE_FUNCTIONMake the average of the parameters- See Also:
 
- 
POWER_FUNCTIONReturns the value of the first argument raised to the power of the second argument- See Also:
 
- 
ABS_FUNCTIONReturns the absolute value of the parameters- See Also:
 
- 
YEAR_FUNCTIONreturn the year (int), of date- See Also:
 
- 
MONTH_FUNCTIONreturn the month of date- See Also:
 
- 
DAY_FUNCTIONreturn the day of date- See Also:
 
- 
NOT_FUNCTIONNOT statement- See Also:
 
- 
TRIM_FUNCTIONTRIM remove empty space- See Also:
 
- 
LEN_FUNCTIONreturn the lenth of the string- See Also:
 
- 
FIND_FUNCTIONreturn the position of a string in another string- See Also:
 
- 
REPLACE_FUNCTIONdo the same thing as the "replace" java- See Also:
 
- 
TRUNC_FUNCTIONreturn double- See Also:
 
- 
ROUND_FUNCTIONreturn double- See Also:
 
- 
ROUNDDOWN_FUNCTIONreturn double- See Also:
 
- 
ROUNDUP_FUNCTIONreturn double- See Also:
 
- 
CONCAT_FUNCTIONreturn a concatenated string- See Also:
 
 
-