JMRTD 0.4.5

net.sourceforge.scuba.data
Interface Country

All Known Implementing Classes:
ISOCountry

public interface Country

ISO 3166 country codes. Table based on Wikipedia information.

Author:
Martijn Oostdijk (martijn.oostdijk@gmail.com)

Method Summary
 String getName()
           
 String toAlpha2Code()
           
 String toAlpha3Code()
           
 int valueOf()
           
 

Method Detail

valueOf

int valueOf()

getName

String getName()

toAlpha2Code

String toAlpha2Code()

toAlpha3Code

String toAlpha3Code()

JMRTD 0.4.5