public static enum AlgorithmsAndCategoriesBindPanel.ItemType extends java.lang.Enum<AlgorithmsAndCategoriesBindPanel.ItemType>
| Enum Constant and Description |
|---|
ALGORITHM_ITEM
Item é um algoritmo
|
CATEGORY_ITEM
Item é uma categoria
|
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmsAndCategoriesBindPanel.ItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmsAndCategoriesBindPanel.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmsAndCategoriesBindPanel.ItemType CATEGORY_ITEM
public static final AlgorithmsAndCategoriesBindPanel.ItemType ALGORITHM_ITEM
public static AlgorithmsAndCategoriesBindPanel.ItemType[] values()
for (AlgorithmsAndCategoriesBindPanel.ItemType c : AlgorithmsAndCategoriesBindPanel.ItemType.values()) System.out.println(c);
public static AlgorithmsAndCategoriesBindPanel.ItemType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018. All Rights Reserved.