org.vizzini.game.boardgame
Class Markings

java.lang.Object
  extended by org.vizzini.util.AbstractEnumeratedType
      extended by org.vizzini.game.boardgame.Markings
All Implemented Interfaces:
Comparable, IEnumeratedType

public final class Markings
extends AbstractEnumeratedType

Provides an enumeration of markings.

Since:
v0.2
Version:
v0.3
Author:
Jeffrey M. Thompson

Field Summary
static Markings CONSTANT
          Markings constant for constant cell colors.
static Markings VARYING
          Markings constant for varying cell colors.
 
Method Summary
static Iterator iterator()
          Return an iterator over the known types.
static Markings valueOf(String name)
          Get the type which corresponds to the given name.
 
Methods inherited from class org.vizzini.util.AbstractEnumeratedType
compareTo, equals, getDisplayName, getName, hashCode, intValue, setOrdinal, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VARYING

public static final Markings VARYING
Markings constant for varying cell colors.


CONSTANT

public static final Markings CONSTANT
Markings constant for constant cell colors.

Method Detail

iterator

public static Iterator iterator()
Return an iterator over the known types.

Since:
v0.2

valueOf

public static Markings valueOf(String name)
Get the type which corresponds to the given name.

Since:
v0.2


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02