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

Packages that use VisitorRole
org.starhope.appius.mb   
 

Uses of VisitorRole in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb declared as VisitorRole
private  VisitorRole MBSession.visitorRole
          whether the current visitor to the site is acting for themself, or is a parent
 

Methods in org.starhope.appius.mb that return VisitorRole
 VisitorRole MBSession.getVisitorRole()
          WRITEME: Document this method brpocock@star-hope.org
static VisitorRole VisitorRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VisitorRole[] VisitorRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.