Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


oracle.as.scheduler
Enum WorkAssignment.SpecializationProperty

java.lang.Object
  extended by java.lang.Enum<WorkAssignment.SpecializationProperty>
      extended by oracle.as.scheduler.WorkAssignment.SpecializationProperty
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WorkAssignment.SpecializationProperty>
Enclosing class:
WorkAssignment

public static enum WorkAssignment.SpecializationProperty
extends java.lang.Enum<WorkAssignment.SpecializationProperty>

Enumerates the supported property names for WorkAssignment specialization.


Enum Constant Summary
APPLICATION
          The name of the application that submits a request
DEFINITION
          The unique job definition (JOB_DEFINITION or JOBSET) identifier.
PRODUCT
          The name of the product system property associated with a request.
REQUEST_CATEGORY
          The request category system property associated with a request.
USER_NAME
          The name of the user that submits a request.
 
Method Summary
static WorkAssignment.SpecializationProperty getProperty(java.lang.String name)
           
 java.lang.String toString()
           
 java.lang.String value()
           
static WorkAssignment.SpecializationProperty valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkAssignment.SpecializationProperty[] 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

APPLICATION

public static final WorkAssignment.SpecializationProperty APPLICATION
The name of the application that submits a request


PRODUCT

public static final WorkAssignment.SpecializationProperty PRODUCT
The name of the product system property associated with a request.


USER_NAME

public static final WorkAssignment.SpecializationProperty USER_NAME
The name of the user that submits a request.


REQUEST_CATEGORY

public static final WorkAssignment.SpecializationProperty REQUEST_CATEGORY
The request category system property associated with a request.


DEFINITION

public static final WorkAssignment.SpecializationProperty DEFINITION
The unique job definition (JOB_DEFINITION or JOBSET) identifier. This specialization property is not applicable for Adhoc requests.

Method Detail

values

public static WorkAssignment.SpecializationProperty[] 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 (WorkAssignment.SpecializationProperty c : WorkAssignment.SpecializationProperty.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WorkAssignment.SpecializationProperty 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

getProperty

public static WorkAssignment.SpecializationProperty getProperty(java.lang.String name)

value

public java.lang.String value()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<WorkAssignment.SpecializationProperty>

Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.5)
E20742-01


Copyright © 2008, 2011 Oracle. All rights reserved.