Uses of Class
org.w3c.mwi.mobileok.basic.LoadType

Packages that use LoadType
org.w3c.mwi.mobileok.basic Contains the mobileOK Checker Java library that may be used to claim conformance to the W3C mobileOK Basic Tests 1.0 standard, or in a more generic way to build a moki representation of an HTTP(S) resource and run tests against it. 
 

Uses of LoadType in org.w3c.mwi.mobileok.basic
 

Methods in org.w3c.mwi.mobileok.basic that return LoadType
 LoadType HTTPObjectResource.getLoadType()
           
static LoadType LoadType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LoadType[] LoadType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type LoadType
 void HTTPObjectResource.setLoadType(LoadType loadType)