Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.trees.uiModel.util
Enum HierarchicalQuery.Operator

java.lang.Object
  extended by java.lang.Enum<HierarchicalQuery.Operator>
      extended by oracle.apps.fnd.applcore.trees.uiModel.util.HierarchicalQuery.Operator
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HierarchicalQuery.Operator>
Enclosing class:
HierarchicalQuery

public static enum HierarchicalQuery.Operator
extends java.lang.Enum<HierarchicalQuery.Operator>

Enumeration of hierarchichal operators.


Enum Constant Summary
IS_ANCESTOR_OF
          Is an ancestor of.
IS_CHILD_OF
          Is a child of.
IS_DESCENDENT_OF
          Is a descendent of.
IS_FIRST_ANCESTOR_OF
          Is a first ancestor of.
IS_LAST_DESCENDENT_OF
          Is a last descendent of.
IS_PARENT_OF
          Is a parent of.
IS_SIBLING_OF
          Is a sibling of.
 
Method Summary
 java.lang.String getBundleKey()
          Gets the bundle key for this operator's description.
 java.lang.String getBundleName()
          Gets the bundle name containing the description for this operator.
 java.lang.String getName()
          Gets the name of this operator.
static HierarchicalQuery.Operator valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HierarchicalQuery.Operator[] 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

IS_CHILD_OF

public static final HierarchicalQuery.Operator IS_CHILD_OF
Is a child of.


IS_DESCENDENT_OF

public static final HierarchicalQuery.Operator IS_DESCENDENT_OF
Is a descendent of.


IS_LAST_DESCENDENT_OF

public static final HierarchicalQuery.Operator IS_LAST_DESCENDENT_OF
Is a last descendent of.


IS_PARENT_OF

public static final HierarchicalQuery.Operator IS_PARENT_OF
Is a parent of.


IS_ANCESTOR_OF

public static final HierarchicalQuery.Operator IS_ANCESTOR_OF
Is an ancestor of.


IS_FIRST_ANCESTOR_OF

public static final HierarchicalQuery.Operator IS_FIRST_ANCESTOR_OF
Is a first ancestor of.


IS_SIBLING_OF

public static final HierarchicalQuery.Operator IS_SIBLING_OF
Is a sibling of.

Method Detail

values

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

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

valueOf

public static HierarchicalQuery.Operator 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

getName

public java.lang.String getName()
Gets the name of this operator.

Returns:
the name of the operator

getBundleName

public java.lang.String getBundleName()
Gets the bundle name containing the description for this operator.

Returns:
the bundle name

getBundleKey

public java.lang.String getBundleKey()
Gets the bundle key for this operator's description.

Returns:
the bundle key

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.