public static enum Navigation.Element.Type extends java.lang.Enum<Navigation.Element.Type>
Enum Constant and Description |
---|
ITEM_BEGIN
Denotes that this element is the beginning of an item, e.g.
|
ITEM_END
Denotes that this element is the end of an item, e.g.
|
NODE_CLOSE
Denotes that is element is a closed node, e.g.
|
NODE_OPEN
Denotes that is element is an open node, e.g.
|
Modifier and Type | Method and Description |
---|---|
static Navigation.Element.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Navigation.Element.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Navigation.Element.Type NODE_OPEN
public static final Navigation.Element.Type ITEM_BEGIN
public static final Navigation.Element.Type ITEM_END
public static final Navigation.Element.Type NODE_CLOSE
public static Navigation.Element.Type[] values()
for (Navigation.Element.Type c : Navigation.Element.Type.values()) System.out.println(c);
public static Navigation.Element.Type 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 null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"