public class Categories extends Object
| Constructor and Description |
|---|
Categories() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(Category<?> category) |
static boolean |
contains(String name) |
static List<Category<?>> |
getAllCategories() |
static Category<?> |
getByName(String categoryName) |
static void |
remove(Category<?> category) |
Copyright © 2015. All rights reserved.