TreePosition@Deprecated public static enum PageOrderingTree.TreePosition extends Enum<PageOrderingTree.TreePosition>
TreePosition| Enum Constant and Description |
|---|
BELOW
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
|
static PageOrderingTree.TreePosition |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PageOrderingTree.TreePosition[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageOrderingTree.TreePosition BELOW
public static PageOrderingTree.TreePosition[] values()
for (PageOrderingTree.TreePosition c : PageOrderingTree.TreePosition.values()) System.out.println(c);
public static PageOrderingTree.TreePosition 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 nullpublic String getValue()
Copyright © 2003–2019 Atlassian. All rights reserved.