public interface CategoryRegistry<T>
Modifier and Type | Method and Description |
---|---|
java.util.Set<T> |
getAll(Category<T> category) |
java.util.Set<T> |
getCategorisedByName(java.lang.String category)
Gets a set of values with a given category.
|