Uses of Class
name.milesparker.epi.plague.StatusEnum

Packages that use StatusEnum
name.milesparker.epi.plague   
 

Uses of StatusEnum in name.milesparker.epi.plague
 

Methods in name.milesparker.epi.plague that return StatusEnum
 StatusEnum Individual.getStatus()
          Gets the Status property for Individual.
static StatusEnum StatusEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StatusEnum[] StatusEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in name.milesparker.epi.plague with parameters of type StatusEnum
 void Individual.setStatus(StatusEnum _status)
          Sets the Status property for Individual.