org.argosfields.persistence
Class GameResult

java.lang.Object
  extended byorg.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

Field Summary
static GameResult DISCONNECTED
           
static GameResult LOSE
           
static GameResult WIN
           
 
Method Summary
static GameResult fromInt(int code)
           
 int toInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIN

public static final GameResult WIN

LOSE

public static final GameResult LOSE

DISCONNECTED

public static final GameResult DISCONNECTED
Method Detail

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.