net.sourceforge.cilib.games.items
Enum GameToken.PredatorPrey
java.lang.Object
java.lang.Enum<GameToken.PredatorPrey>
net.sourceforge.cilib.games.items.GameToken.PredatorPrey
- All Implemented Interfaces:
- Serializable, Comparable<GameToken.PredatorPrey>, GameEnum
- Enclosing class:
- GameToken
public static enum GameToken.PredatorPrey
- extends Enum<GameToken.PredatorPrey>
- implements GameEnum
Predator Prey tokens
- Author:
- leo
PREDATOR
public static final GameToken.PredatorPrey PREDATOR
PREY
public static final GameToken.PredatorPrey PREY
values
public static GameToken.PredatorPrey[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GameToken.PredatorPrey c : GameToken.PredatorPrey.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GameToken.PredatorPrey valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getDescription
public String getDescription()
- Return a description of a specific Enum, this description is
used in the Game's
display()
method to show
a GameItem
- Specified by:
getDescription
in interface GameEnum
- Returns:
- the string description.
Copyright © 2009 CIRG. All Rights Reserved.