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 MetadataObjectId.MetadataObjectType

java.lang.Object
  extended by java.lang.Enum<MetadataObjectId.MetadataObjectType>
      extended by oracle.as.scheduler.MetadataObjectId.MetadataObjectType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MetadataObjectId.MetadataObjectType>
Enclosing class:
MetadataObjectId

public static enum MetadataObjectId.MetadataObjectType
extends java.lang.Enum<MetadataObjectId.MetadataObjectType>

Enumeration for all the supported metadata object types.


Enum Constant Summary
EXCLUSION_DEFINITION
          Represents the Exclusions definition metadata object.
INCOMPATIBILITY
          Represents the Incompatibility metadata object.
JOB_DEFINITION
          Represents the Job Definition metadata object.
JOB_SET
          Represents the JobSet metadata object.
JOB_TYPE
          Represents the JobType metadata object.
SCHEDULE_DEFINITION
          Represents the Schedule definition metadata object.
TRIGGER
          Represents the Trigger metadata object.
WORK_ASSIGNMENT
          Represents the Work Assignment metadata object.
WORKSHIFT
          Represents the Workshift metadata object.

 

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

JOB_TYPE

public static final MetadataObjectId.MetadataObjectType JOB_TYPE
Represents the JobType metadata object.

JOB_DEFINITION

public static final MetadataObjectId.MetadataObjectType JOB_DEFINITION
Represents the Job Definition metadata object.

JOB_SET

public static final MetadataObjectId.MetadataObjectType JOB_SET
Represents the JobSet metadata object.

INCOMPATIBILITY

public static final MetadataObjectId.MetadataObjectType INCOMPATIBILITY
Represents the Incompatibility metadata object.

SCHEDULE_DEFINITION

public static final MetadataObjectId.MetadataObjectType SCHEDULE_DEFINITION
Represents the Schedule definition metadata object.

EXCLUSION_DEFINITION

public static final MetadataObjectId.MetadataObjectType EXCLUSION_DEFINITION
Represents the Exclusions definition metadata object.

TRIGGER

public static final MetadataObjectId.MetadataObjectType TRIGGER
Represents the Trigger metadata object.

WORKSHIFT

public static final MetadataObjectId.MetadataObjectType WORKSHIFT
Represents the Workshift metadata object.

WORK_ASSIGNMENT

public static final MetadataObjectId.MetadataObjectType WORK_ASSIGNMENT
Represents the Work Assignment metadata object.

Method Detail

values

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

valueOf

public static MetadataObjectId.MetadataObjectType 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

value

public java.lang.String value()
Returns the String value of this enum.
Returns:
enum as a String.

toString

public java.lang.String toString()
Returns the String value of this enum.
Overrides:
toString in class java.lang.Enum<MetadataObjectId.MetadataObjectType>
Returns:
enum as a String.

getMOType

public static MetadataObjectId.MetadataObjectType getMOType(java.lang.String name)

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.