public static enum InfoListItemCoercer.ListRole extends Enum<InfoListItemCoercer.ListRole>
| Enum Constant and Description |
|---|
ROLE_CATEGORY |
ROLE_NATURE |
ROLE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static InfoListItemCoercer.ListRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoListItemCoercer.ListRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoListItemCoercer.ListRole ROLE_NATURE
public static final InfoListItemCoercer.ListRole ROLE_TYPE
public static final InfoListItemCoercer.ListRole ROLE_CATEGORY
public static InfoListItemCoercer.ListRole[] values()
for (InfoListItemCoercer.ListRole c : InfoListItemCoercer.ListRole.values()) System.out.println(c);
public static InfoListItemCoercer.ListRole 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 © 2010–2017 Henix, henix.fr. All rights reserved.