public static enum NavItemTileWidget.View.ItemType extends Enum<NavItemTileWidget.View.ItemType>
Enum Constant and Description |
---|
GROUP |
PERSPECTIVE |
RUNTIME_PERSPECTIVE |
Modifier and Type | Method and Description |
---|---|
static NavItemTileWidget.View.ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavItemTileWidget.View.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavItemTileWidget.View.ItemType GROUP
public static final NavItemTileWidget.View.ItemType PERSPECTIVE
public static final NavItemTileWidget.View.ItemType RUNTIME_PERSPECTIVE
public static NavItemTileWidget.View.ItemType[] values()
for (NavItemTileWidget.View.ItemType c : NavItemTileWidget.View.ItemType.values()) System.out.println(c);
public static NavItemTileWidget.View.ItemType 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 © 2012–2020 JBoss by Red Hat. All rights reserved.