public class Categories extends Object
Categories()
static void
add(Category<?> category)
static boolean
contains(String name)
static List<Category<?>>
getAllCategories()
static Category<?>
getByName(String categoryName)
remove(Category<?> category)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Categories()
public static boolean contains(String name)
public static void add(Category<?> category)
public static void remove(Category<?> category)
public static Category<?> getByName(String categoryName)
public static List<Category<?>> getAllCategories()
Copyright © 2017. All Rights Reserved.