Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein.options
Enum Option.OutsideInProducts

java.lang.Object
  extended by java.lang.Enum<Option.OutsideInProducts>
      extended by com.oracle.outsidein.options.Option.OutsideInProducts

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Option.OutsideInProducts>
Enclosing interface:
Option

public static enum Option.OutsideInProducts
extends java.lang.Enum<Option.OutsideInProducts>

List of Outside In export products


Enum Constant Summary
HTMLEXPORT
           
IMAGEEXPORT
           
PDFEXPORT
           
SEARCHEXPORT
           
WEBVIEWEXPORT
           
XMLEXPORT
           

 

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

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

HTMLEXPORT

public static final Option.OutsideInProducts HTMLEXPORT

IMAGEEXPORT

public static final Option.OutsideInProducts IMAGEEXPORT

PDFEXPORT

public static final Option.OutsideInProducts PDFEXPORT

SEARCHEXPORT

public static final Option.OutsideInProducts SEARCHEXPORT

WEBVIEWEXPORT

public static final Option.OutsideInProducts WEBVIEWEXPORT

XMLEXPORT

public static final Option.OutsideInProducts XMLEXPORT

Method Detail

values

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

valueOf

public static Option.OutsideInProducts 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<Option.OutsideInProducts>

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.