FileDocCategorySizeDatePackage
Country7.javaAPI DocExample2135Sun Dec 14 22:47:40 GMT 2003oreilly.hcj.constants

Country7

public final class Country7 extends ConstantObject
Holds country constants.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.3 $

Fields Summary
public static final Country7
CANADA
Contry constant for Canada.
public static final Country7
CROATIA
Contry constant for Croatia.
public static final Country7
GERMANY
Contry constant for Germany.
public static final Country7
ITALY
Contry constant for Italy.
public static final Country7
MEXICO
Contry constant for Mexico.
public static final Country7
UK
Contry constant for the UK.
public static final Country7
USA
Contry constant for the USA.
public static final Country7
VENEZUELA
Contry constant for the Venezuela.
private final String
abbreviation
Holds the abbreviation for the Country.
Constructors Summary
private Country7(String name, String abbreviation)
Creates a new Country7.

param
name The name for the country type.
param
abbreviation The abbreviation for the country.


	                    	 
	       
		super(name);
		this.abbreviation = abbreviation;
	
Methods Summary
public final java.lang.StringgetAbbreviation()
Gets the abbreviation.

return
The country's abbreviation.

		return this.abbreviation;