Uses of Class
com.netmera.mobile.NetmeraService.SortOrder

Packages that use NetmeraService.SortOrder
com.netmera.mobile   
 

Uses of NetmeraService.SortOrder in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraService.SortOrder
static NetmeraService.SortOrder NetmeraService.SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetmeraService.SortOrder[] NetmeraService.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.netmera.mobile with parameters of type NetmeraService.SortOrder
 void NetmeraService.setSortOrder(NetmeraService.SortOrder sortOrder)
          Sorts the content with the given order.