public enum Category extends Enum<Category>
Enum Constant and Description |
---|
BROWSING |
CONTEXTUALIZATION |
DESCRIPTIVENESS |
IDENTIFICATION |
MANDATORY |
MULTILINGUALITY |
REUSABILITY |
SEARCHABILITY |
VIEWING |
Modifier and Type | Method and Description |
---|---|
static List<Category> |
extractCategories(Collection<JsonBranch> paths) |
static Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Category MANDATORY
public static final Category DESCRIPTIVENESS
public static final Category SEARCHABILITY
public static final Category CONTEXTUALIZATION
public static final Category IDENTIFICATION
public static final Category BROWSING
public static final Category VIEWING
public static final Category REUSABILITY
public static final Category MULTILINGUALITY
public static Category[] values()
for (Category c : Category.values()) System.out.println(c);
public static Category valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static List<Category> extractCategories(Collection<JsonBranch> paths)
Copyright © 2020. All rights reserved.