TreePosition instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public enum TreePosition extends Enum<TreePosition>
| Enum Constant and Description |
|---|
ABOVE
Deprecated.
|
APPEND
Deprecated.
|
BELOW
Deprecated.
|
TOP_LEVEL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Deprecated.
|
static TreePosition |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TreePosition[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreePosition TOP_LEVEL
public static final TreePosition ABOVE
public static final TreePosition BELOW
public static final TreePosition APPEND
public static TreePosition[] values()
for (TreePosition c : TreePosition.values()) System.out.println(c);
public static 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–2017 Atlassian. All rights reserved.