edu.uiuc.cs397rhc.game
Enum GameUtils.Team

java.lang.Object
  extended by java.lang.Enum
      extended by edu.uiuc.cs397rhc.game.GameUtils.Team
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
GameUtils

public static enum GameUtils.Team
extends java.lang.Enum<GameUtils.Team>

Lists the teams that are playing.


Enum Constant Summary
avian
           
feline
           
komodae
           
pisces
           
 
Method Summary
static GameUtils.Team valueOf(java.lang.String name)
           
static GameUtils.Team[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Enum Constant Detail

avian

public static final GameUtils.Team avian

feline

public static final GameUtils.Team feline

komodae

public static final GameUtils.Team komodae

pisces

public static final GameUtils.Team pisces
Method Detail

values

public static final GameUtils.Team[] values()

valueOf

public static GameUtils.Team valueOf(java.lang.String name)