Package edu.wisc.game.sql
Class Episode.FINISH_CODE
java.lang.Object
edu.wisc.game.sql.Episode.FINISH_CODE
- Enclosing class:
- Episode
public static class Episode.FINISH_CODE extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FINISH_CODE()
-
Method Summary
-
Field Details
-
NO
public static final int NO- See Also:
- Constant Field Values
-
FINISH
public static final int FINISH- See Also:
- Constant Field Values
-
STALEMATE
public static final int STALEMATE- See Also:
- Constant Field Values
-
GIVEN_UP
public static final int GIVEN_UP- See Also:
- Constant Field Values
-
LOST
public static final int LOST- See Also:
- Constant Field Values
-
EARLY_WIN
public static final int EARLY_WIN- See Also:
- Constant Field Values
-
-
Constructor Details
-
FINISH_CODE
public FINISH_CODE()
-