Uses of Class
net.neurowork.mobile.android.fw.ActivityType

Packages that use ActivityType
net.neurowork.mobile.android.fw   
net.neurowork.mobile.android.fw.levels   
net.neurowork.mobile.android.fw.parse   
 

Uses of ActivityType in net.neurowork.mobile.android.fw
 

Methods in net.neurowork.mobile.android.fw that return ActivityType
static ActivityType ActivityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActivityType[] ActivityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ActivityType in net.neurowork.mobile.android.fw.levels
 

Methods in net.neurowork.mobile.android.fw.levels that return ActivityType
 ActivityType AppLevel.getActivityType()
           
 

Methods in net.neurowork.mobile.android.fw.levels with parameters of type ActivityType
 void AppLevel.setActivityType(ActivityType activityType)
           
 

Uses of ActivityType in net.neurowork.mobile.android.fw.parse
 

Methods in net.neurowork.mobile.android.fw.parse with parameters of type ActivityType
static AppLevelData ParseUtils.parseLevelData(android.content.Context context, java.util.Locale locale, java.lang.String xmlFileName, ActivityType activityType)
          This method is used to make the ride home file "LEVEL.xml" passed in the parameter xmlFileName.