Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: CountryCode [javadoc | source]
java.lang.Object
   jxl.biff.CountryCode
Enumeration type for the excel country codes
Field Summary
public static final  CountryCode USA     
public static final  CountryCode CANADA     
public static final  CountryCode GREECE     
public static final  CountryCode NETHERLANDS     
public static final  CountryCode BELGIUM     
public static final  CountryCode FRANCE     
public static final  CountryCode SPAIN     
public static final  CountryCode ITALY     
public static final  CountryCode SWITZERLAND     
public static final  CountryCode UK     
public static final  CountryCode DENMARK     
public static final  CountryCode SWEDEN     
public static final  CountryCode NORWAY     
public static final  CountryCode GERMANY     
public static final  CountryCode PHILIPPINES     
public static final  CountryCode CHINA     
public static final  CountryCode INDIA     
public static final  CountryCode UNKNOWN     
Method from jxl.biff.CountryCode Summary:
createArbitraryCode,   getCode,   getCountryCode,   getValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.CountryCode Detail:
 public static CountryCode createArbitraryCode(int i) 
    Creates an arbitrary country code with the specified value. Used when copying sheets, and the country code isn't initialized as part of the static data below
 public String getCode() 
    Accessor for the string
 public static CountryCode getCountryCode(String s) 
    Gets the country code for the given two character mnemonic string
 public int getValue() 
    Accessor for the excel value