Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Enum Incompatibility.IncompatibilityType

java.lang.Object
  extended by java.lang.Enum<Incompatibility.IncompatibilityType>
      extended by oracle.as.scheduler.Incompatibility.IncompatibilityType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Incompatibility.IncompatibilityType>
Enclosing class:
Incompatibility

public static enum Incompatibility.IncompatibilityType
extends java.lang.Enum<Incompatibility.IncompatibilityType>

Enum for valid Incompatibility type.


Enum Constant Summary
DOMAIN
          Domain Incompatibility.
GLOBAL
          Global Incompatibility.

 

Method Summary
 java.lang.String toString(java.util.Locale locale)
           
static Incompatibility.IncompatibilityType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Incompatibility.IncompatibilityType[] 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

GLOBAL

public static final Incompatibility.IncompatibilityType GLOBAL
Global Incompatibility.

DOMAIN

public static final Incompatibility.IncompatibilityType DOMAIN
Domain Incompatibility.

Method Detail

values

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

valueOf

public static Incompatibility.IncompatibilityType 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:
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(java.util.Locale locale)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.