Uses of Class
com.atlassian.gadgets.directory.internal.Category

Packages that use Category
com.atlassian.gadgets.directory.internal   
com.atlassian.gadgets.directory.internal.jaxb Contains JAXB model classes that can be served through REST modules. 
 

Uses of Category in com.atlassian.gadgets.directory.internal
 

Methods in com.atlassian.gadgets.directory.internal that return Category
static Category Category.named(String categoryName)
           
static Category Category.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Category[] Category.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.atlassian.gadgets.directory.internal that return types with arguments of type Category
 Set<Category> Directory.Entry.getCategories()
          Returns the directory categories of this entry.
 

Methods in com.atlassian.gadgets.directory.internal with parameters of type Category
static com.google.common.base.Predicate<Directory.Entry> DirectoryPredicates.inCategory(Category categoryToMatch)
           
 

Uses of Category in com.atlassian.gadgets.directory.internal.jaxb
 

Constructors in com.atlassian.gadgets.directory.internal.jaxb with parameters of type Category
JAXBCategory(Category category)
          Constructor.
 



Copyright © 2009 Atlassian. All Rights Reserved.