public static enum AddToNonFacetGroupCommand.ParentCriterium extends Enum<AddToNonFacetGroupCommand.ParentCriterium>
| Enum Constant and Description |
|---|
NO_PARENT
If a concept has no parent at all, move it to the no-facet category.
|
| Modifier and Type | Method and Description |
|---|---|
static AddToNonFacetGroupCommand.ParentCriterium |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddToNonFacetGroupCommand.ParentCriterium[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddToNonFacetGroupCommand.ParentCriterium NO_PARENT
public static AddToNonFacetGroupCommand.ParentCriterium[] values()
for (AddToNonFacetGroupCommand.ParentCriterium c : AddToNonFacetGroupCommand.ParentCriterium.values()) System.out.println(c);
public static AddToNonFacetGroupCommand.ParentCriterium 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 nullCopyright © 2018 JULIE Lab Jena, Germany. All rights reserved.