public enum ContractLabelType extends java.lang.Enum<ContractLabelType>
| Enum Constant and Description |
|---|
GROUP
Корневая категория групп
|
GROUP_ITEM
Группа
|
LABEL
Корневая категория меток
|
LABEL_ITEM
Метка
|
| Modifier and Type | Method and Description |
|---|---|
static ContractLabelType |
getType(int ordinal) |
static ContractLabelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContractLabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContractLabelType GROUP
public static final ContractLabelType GROUP_ITEM
public static final ContractLabelType LABEL
public static final ContractLabelType LABEL_ITEM
public static ContractLabelType[] values()
for (ContractLabelType c : ContractLabelType.values()) System.out.println(c);
public static ContractLabelType 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 nullpublic static ContractLabelType getType(int ordinal)