Uses of Class
edu.wpi.prc.user.VolunteerState

Packages that use VolunteerState
edu.wpi.prc.user   
 

Uses of VolunteerState in edu.wpi.prc.user
 

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

Methods in edu.wpi.prc.user with parameters of type VolunteerState
 void Volunteer.setState(VolunteerState state)
          Sets the state of this volunteer.