Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.Incompatibility.IncompatibilityType

Packages that use Incompatibility.IncompatibilityType
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 

 

Uses of Incompatibility.IncompatibilityType in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return Incompatibility.IncompatibilityType
 Incompatibility.IncompatibilityType Incompatibility.getType()
          Returns the incompatibility type.
static Incompatibility.IncompatibilityType Incompatibility.IncompatibilityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Incompatibility.IncompatibilityType[] Incompatibility.IncompatibilityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.as.scheduler with parameters of type Incompatibility.IncompatibilityType
Incompatibility(java.lang.String name, java.lang.String description, Incompatibility.IncompatibilityType type)
          Constructs a new incompatibility definition.
Incompatibility(java.lang.String name, java.lang.String description, Incompatibility.IncompatibilityType type, MetadataObjectId objectId)
          Constructs a new instance.
Incompatibility(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, Incompatibility.IncompatibilityType type, java.lang.String[] resourceBundleIDs)
          Constructs a new incompatibility definition and associate resource bundles.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.