|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.CountryCode
Enumeration type for the excel country codes
| Field Summary | |
static CountryCode |
BELGIUM
|
static CountryCode |
CANADA
|
static CountryCode |
CHINA
|
static CountryCode |
DENMARK
|
static CountryCode |
FRANCE
|
static CountryCode |
GERMANY
|
static CountryCode |
GREECE
|
static CountryCode |
INDIA
|
static CountryCode |
ITALY
|
static CountryCode |
NETHERLANDS
|
static CountryCode |
NORWAY
|
static CountryCode |
PHILIPPINES
|
static CountryCode |
SPAIN
|
static CountryCode |
SWEDEN
|
static CountryCode |
SWITZERLAND
|
static CountryCode |
UK
|
static CountryCode |
UNKNOWN
|
static CountryCode |
USA
|
| Method Summary | |
static CountryCode |
createArbitraryCode(int i)
Creates an arbitrary country code with the specified value. |
java.lang.String |
getCode()
Accessor for the string |
static CountryCode |
getCountryCode(java.lang.String s)
Gets the country code for the given two character mnemonic string |
int |
getValue()
Accessor for the excel value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
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 Detail |
public int getValue()
public java.lang.String getCode()
public static CountryCode getCountryCode(java.lang.String s)
public static CountryCode createArbitraryCode(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||