Uses of Class
edu.wisc.game.rest.ParaSet.Incentive
Package | Description |
---|---|
edu.wisc.game.rest |
The RESTful web API
|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of ParaSet.Incentive in edu.wisc.game.rest
Methods in edu.wisc.game.rest that return ParaSet.Incentive Modifier and Type Method Description ParaSet.Incentive
ParaSet. getIncentive()
Returns the name of the incentive scheme in use in this para set, or null if none is apparenly is in effect.static ParaSet.Incentive
ParaSet.Incentive. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParaSet.Incentive[]
ParaSet.Incentive. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParaSet.Incentive in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ParaSet.Incentive Modifier and Type Method Description ParaSet.Incentive
EpisodeInfo.ExtendedDisplay. getIncentive()