Uses of Class
org.starhope.appius.mb.MBGoal

Packages that use MBGoal
org.starhope.appius.mb   
 

Uses of MBGoal in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb with type parameters of type MBGoal
(package private)  EnumSet<MBGoal> MBSession.goals
          Goals that the user is trying to acheive
 

Methods in org.starhope.appius.mb that return MBGoal
static MBGoal MBGoal.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MBGoal[] MBGoal.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.mb that return types with arguments of type MBGoal
 Set<MBGoal> MBSession.getGoals()
           
 

Methods in org.starhope.appius.mb with parameters of type MBGoal
 boolean MBSession.add(MBGoal goal)
           
 boolean MBSession.remove(MBGoal goal)