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

Packages that use Category
com.atlassian.gadgets.directory   
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
 

Methods in com.atlassian.gadgets.directory 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 are declared.
 

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

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 © 2011 Atlassian. All Rights Reserved.