Uses of Package
com.accountingenhancements.common

Packages that use com.accountingenhancements.common
com.accountingenhancements.formula BETA 9/10/2006
The formula package is a string based interpreted scripting math and string manipulation language written in Java.
It's intended to perform math and/or string concatination based on basic code segments that are stored in databases and work with dynamically created variables.
In an effort to improve speed in loops where some variables are stable and other variables change, levels of volatility can be assigned to variables. 
 

Classes in com.accountingenhancements.common used by com.accountingenhancements.formula
SupportParameters
          Used to hand objects to functions within com.accountingenhancements.formula and in com.accountingenhancements.layouttools to handle various components.
In com.accountingenhancements.formula this class is used to pass objects, such as SQL database connections, to custom functions.