A complete list of the Java classes in Money.h++ is available in the Javadoc API documentation: <rw_root>/htmldocs/mnyapi/packages.html in Software Parts Manager installations, <rw_common>\docs\htmldocs\mnyapi\packages.html in Visual Studio Edition installations. Money.h++ Java classes can be imported from the com.roguewave.money.currency.v1_0 package using an import statement. For example, to import the Currency class, use the statement:
import com.roguewave.money.currency.v1_0.Currency;
Similarly, to import the BigDecimalValue class, use the statement:
import com.roguewave.money.currency.v1_0.BigDecimalValue;
To import all the Money.h++ Java classes, use the statement:
import com.roguewave.money.currency.v1_0.*;
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.