/**
 * @author Yoshihiro Fujio
 * CS239 section 2
 * PA2
 * V1 date 2007/03/11
**/
/*****************************************************************
 * Suit.java
 *
 * Represents the symbols of cards
 ***************************************************************/
public enum Suit
{
	CLUB, 
	DIAMOND, 
	HEART, 
	SPADE
} // end enum