Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.navigator
Enum DeleteActionHandler.DeleteOption

java.lang.Object
  extended by java.lang.Enum<DeleteActionHandler.DeleteOption>
      extended by oracle.ide.navigator.DeleteActionHandler.DeleteOption

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DeleteActionHandler.DeleteOption>
Enclosing class:
DeleteActionHandler<T extends Element>

public static enum DeleteActionHandler.DeleteOption
extends java.lang.Enum<DeleteActionHandler.DeleteOption>

Enum Constant Summary
Cancelled
           
EraseFromDisk
           
RemoveFromParent
           

 

Method Summary
static DeleteActionHandler.DeleteOption valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeleteActionHandler.DeleteOption[] 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

EraseFromDisk

public static final DeleteActionHandler.DeleteOption EraseFromDisk

RemoveFromParent

public static final DeleteActionHandler.DeleteOption RemoveFromParent

Cancelled

public static final DeleteActionHandler.DeleteOption Cancelled

Method Detail

values

public static DeleteActionHandler.DeleteOption[] 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 (DeleteActionHandler.DeleteOption c : DeleteActionHandler.DeleteOption.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DeleteActionHandler.DeleteOption 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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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