com.atlassian.confluence.selenium.client
Enum PageOrderingTree.TreePosition

java.lang.Object
  extended by java.lang.Enum<PageOrderingTree.TreePosition>
      extended by com.atlassian.confluence.selenium.client.PageOrderingTree.TreePosition
All Implemented Interfaces:
Serializable, Comparable<PageOrderingTree.TreePosition>
Enclosing class:
PageOrderingTree

Deprecated. since 5.7, use TreePosition

@Deprecated
public static enum PageOrderingTree.TreePosition
extends Enum<PageOrderingTree.TreePosition>

See Also:
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

TOP_LEVEL

public static final PageOrderingTree.TreePosition TOP_LEVEL
Deprecated. 

ABOVE

public static final PageOrderingTree.TreePosition ABOVE
Deprecated. 

BELOW

public static final PageOrderingTree.TreePosition BELOW
Deprecated. 

APPEND

public static final PageOrderingTree.TreePosition APPEND
Deprecated. 
Method Detail

values

public static PageOrderingTree.TreePosition[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PageOrderingTree.TreePosition c : PageOrderingTree.TreePosition.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PageOrderingTree.TreePosition valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getValue

public String getValue()
Deprecated. 


Copyright © 2003–2015 Atlassian. All rights reserved.