|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<Incompatibility.IncompatibilityType>
oracle.as.scheduler.Incompatibility.IncompatibilityType
public static enum Incompatibility.IncompatibilityType
Enum for valid Incompatibility type.
| Enum Constant Summary | |
|---|---|
DOMAINDomain Incompatibility. |
|
GLOBALGlobal 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 |
|---|
public static final Incompatibility.IncompatibilityType GLOBAL
public static final Incompatibility.IncompatibilityType DOMAIN
| Method Detail |
|---|
public static Incompatibility.IncompatibilityType[] values()
for (Incompatibility.IncompatibilityType c : Incompatibility.IncompatibilityType.values())
System.out.println(c);
public static Incompatibility.IncompatibilityType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString(java.util.Locale locale)
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||