Uses of Class
edu.cnm.deepdive.dominionendpointtestspring.model.entity.Player.PlayerStateInGame
-
Packages that use Player.PlayerStateInGame Package Description edu.cnm.deepdive.dominionendpointtestspring.model.dao edu.cnm.deepdive.dominionendpointtestspring.model.entity -
-
Uses of Player.PlayerStateInGame in edu.cnm.deepdive.dominionendpointtestspring.model.dao
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.dao with parameters of type Player.PlayerStateInGame Modifier and Type Method Description Player
PlayerRepository. getByPlayerStateInGame(Player.PlayerStateInGame playerStateInGame)
-
Uses of Player.PlayerStateInGame in edu.cnm.deepdive.dominionendpointtestspring.model.entity
Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity that return Player.PlayerStateInGame Modifier and Type Method Description Player.PlayerStateInGame
Player. getPlayerStateInGame()
static Player.PlayerStateInGame
Player.PlayerStateInGame. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Player.PlayerStateInGame[]
Player.PlayerStateInGame. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cnm.deepdive.dominionendpointtestspring.model.entity with parameters of type Player.PlayerStateInGame Modifier and Type Method Description void
Player. setPlayerStateInGame(Player.PlayerStateInGame playerStateInGame)
-