Uses of Class
edu.wisc.game.sql.PlayerInfo.Transition
Package | Description |
---|---|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of PlayerInfo.Transition in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return PlayerInfo.Transition Modifier and Type Method Description static PlayerInfo.Transition
PlayerInfo.Transition. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlayerInfo.Transition[]
PlayerInfo.Transition. values()
Returns an array containing the constants of this enum type, in the order they are declared.