CountryInformation Class

com.bea.commerce.ebusiness.tax
CountryInformation Class

public class CountryInformation

    extends Object

Hierarchy
Object
  CountryInformation

Constructor Summary

CountryInformation()

 

Method Summary

public static Country
getCountry(String country_info)
public static Country
getCountry(int country_code)
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

CountryInformation

public CountryInformation()
 

Method Detail

getCountry(String) Method

public static Country getCountry(String country_info)
throws Exception

Exceptions

Exception

getCountry(int) Method

public static Country getCountry(int country_code)
throws Exception

Exceptions

Exception