org.argosfields.persistence
Class GameResult
java.lang.Object
org.argosfields.persistence.GameResult
- All Implemented Interfaces:
- net.sf.hibernate.PersistentEnum
- public final class GameResult
- extends Object
- implements net.sf.hibernate.PersistentEnum
GameResult.java
- Version:
- $Revision: 1.1 $ $Date: 2004/04/15 05:43:55 $
- Author:
- Xavier Cho
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WIN
public static final GameResult WIN
LOSE
public static final GameResult LOSE
DISCONNECTED
public static final GameResult DISCONNECTED
toInt
public int toInt()
- Specified by:
toInt
in interface net.sf.hibernate.PersistentEnum
- See Also:
PersistentEnum.toInt()
fromInt
public static GameResult fromInt(int code)
Copyright © Gnome Korea. All Rights Reserved.