Uses of Class
edu.wpi.prc.project.SpotCheckFailureAction

Packages that use SpotCheckFailureAction
edu.wpi.prc.project   
 

Uses of SpotCheckFailureAction in edu.wpi.prc.project
 

Methods in edu.wpi.prc.project that return SpotCheckFailureAction
 SpotCheckFailureAction Project.getSpotCheckFailureAction()
           
static SpotCheckFailureAction SpotCheckFailureAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpotCheckFailureAction[] SpotCheckFailureAction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.wpi.prc.project with parameters of type SpotCheckFailureAction
 void Project.setSpotCheckFailureAction(SpotCheckFailureAction action)
          Sets the action to take when a user fails a spot check.