Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.common.binding.creator.v2
Enum DomLocation.Relation

java.lang.Object
  extended by java.lang.Enum<DomLocation.Relation>
      extended by oracle.adfdt.view.common.binding.creator.v2.DomLocation.Relation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DomLocation.Relation>
Enclosing class:
DomLocation

public static enum DomLocation.Relation
extends java.lang.Enum<DomLocation.Relation>

BEFORE: sibling of node, appears before it in child order AFTER: sibing of node, appears after it in child order INSIDE: last child of node


Enum Constant Summary
AFTER
           
BEFORE
           
INSIDE
           
 
Method Summary
static DomLocation.Relation valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DomLocation.Relation[] values()
          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

BEFORE

public static final DomLocation.Relation BEFORE

AFTER

public static final DomLocation.Relation AFTER

INSIDE

public static final DomLocation.Relation INSIDE
Method Detail

values

public static DomLocation.Relation[] values()
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 (DomLocation.Relation c : DomLocation.Relation.values())
    System.out.println(c);

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

valueOf

public static DomLocation.Relation valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Copyright © 1997, 2011, Oracle. All rights reserved.