@Portable public enum LayoutNavigationRefType extends Enum<LayoutNavigationRefType>
| Enum Constant and Description |
|---|
DEFAULT_ITEM_DEFINED |
DEFAULT_ITEM_FOUND |
NAV_COMPONENT |
NAV_GROUP_CONTEXT |
NAV_GROUP_DEFINED |
PERSPECTIVE |
| Modifier and Type | Method and Description |
|---|---|
static LayoutNavigationRefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutNavigationRefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutNavigationRefType PERSPECTIVE
public static final LayoutNavigationRefType NAV_COMPONENT
public static final LayoutNavigationRefType NAV_GROUP_CONTEXT
public static final LayoutNavigationRefType NAV_GROUP_DEFINED
public static final LayoutNavigationRefType DEFAULT_ITEM_DEFINED
public static final LayoutNavigationRefType DEFAULT_ITEM_FOUND
public static LayoutNavigationRefType[] values()
for (LayoutNavigationRefType c : LayoutNavigationRefType.values()) System.out.println(c);
public static LayoutNavigationRefType 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.