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

Packages that use Category
com.atlassian.gadgets.directory   
 

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.
 



Copyright © 2013 Atlassian. All Rights Reserved.