Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

oracle.apps.fnd.applcp.srs.model.util.interfaces
Enum IOutputDestination.DESTINATION_TYPE

java.lang.Object
  extended by java.lang.Enum<IOutputDestination.DESTINATION_TYPE>
      extended by oracle.apps.fnd.applcp.srs.model.util.interfaces.IOutputDestination.DESTINATION_TYPE
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IOutputDestination.DESTINATION_TYPE>
Enclosing interface:
IOutputDestination

public static enum IOutputDestination.DESTINATION_TYPE
extends java.lang.Enum<IOutputDestination.DESTINATION_TYPE>


Enum Constant Summary
EMAIL
           
FAX
           
FTP
           
PRINT
           
WEB_FOLDER
           
 
Method Summary
static IOutputDestination.DESTINATION_TYPE valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IOutputDestination.DESTINATION_TYPE[] 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

PRINT

public static final IOutputDestination.DESTINATION_TYPE PRINT

EMAIL

public static final IOutputDestination.DESTINATION_TYPE EMAIL

FAX

public static final IOutputDestination.DESTINATION_TYPE FAX

FTP

public static final IOutputDestination.DESTINATION_TYPE FTP

WEB_FOLDER

public static final IOutputDestination.DESTINATION_TYPE WEB_FOLDER
Method Detail

values

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

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

valueOf

public static IOutputDestination.DESTINATION_TYPE 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 extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.