JMRTD 0.4.6

net.sourceforge.scuba.data
Class Country

java.lang.Object
  extended by 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)

Constructor Summary
Country()
           
 
Method Summary
static Country getInstance(int code)
           
static Country getInstance(String code)
           
abstract  String getName()
           
abstract  String toAlpha2Code()
           
abstract  String toAlpha3Code()
           
abstract  int valueOf()
           
static Country[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country()
Method Detail

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()

JMRTD 0.4.6