|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PageOrderingTree.TreePosition>
com.atlassian.confluence.selenium.client.PageOrderingTree.TreePosition
TreePosition
@Deprecated public static enum PageOrderingTree.TreePosition
TreePosition| Enum Constant Summary | |
|---|---|
ABOVE
Deprecated. |
|
APPEND
Deprecated. |
|
BELOW
Deprecated. |
|
TOP_LEVEL
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PageOrderingTree.TreePosition TOP_LEVEL
public static final PageOrderingTree.TreePosition ABOVE
public static final PageOrderingTree.TreePosition BELOW
public static final PageOrderingTree.TreePosition APPEND
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||