net.sourceforge.scuba.data
Class Country
java.lang.Object
net.sourceforge.scuba.data.Country
- Direct Known Subclasses:
- ICAOCountry, ISOCountry, TestCountry
public abstract class Country
- extends Object
Generic country data type.
- Author:
- Martijn Oostdijk (martijn.oostdijk@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Country
public Country()
getInstance
public static Country getInstance(int code)
getInstance
public static Country getInstance(String code)
values
public static Country[] values()
valueOf
public abstract int valueOf()
getName
public abstract String getName()
toAlpha2Code
public abstract String toAlpha2Code()
toAlpha3Code
public abstract String toAlpha3Code()