Uses of Class
net.jeremybrooks.knicker.Knicker.ListType

Packages that use Knicker.ListType
net.jeremybrooks.knicker   
net.jeremybrooks.knicker.dto   
 

Uses of Knicker.ListType in net.jeremybrooks.knicker
 

Methods in net.jeremybrooks.knicker that return Knicker.ListType
static Knicker.ListType Knicker.ListType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Knicker.ListType[] Knicker.ListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jeremybrooks.knicker with parameters of type Knicker.ListType
static WordList WordListApi.createList(AuthenticationToken token, String listName, String description, Knicker.ListType type)
          Create a new list on behalf of the authenticated user.
 

Uses of Knicker.ListType in net.jeremybrooks.knicker.dto
 

Methods in net.jeremybrooks.knicker.dto that return Knicker.ListType
 Knicker.ListType WordList.getType()
           
 

Methods in net.jeremybrooks.knicker.dto with parameters of type Knicker.ListType
 void WordList.setType(Knicker.ListType type)
           
 



Copyright © 2012. All Rights Reserved.