|
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<MetadataObjectId.MetadataObjectType>
oracle.as.scheduler.MetadataObjectId.MetadataObjectType
public static enum MetadataObjectId.MetadataObjectType
Enumeration for all the supported metadata object types.
| Enum Constant Summary | |
|---|---|
EXCLUSION_DEFINITIONRepresents the Exclusions definition metadata object. |
|
INCOMPATIBILITYRepresents the Incompatibility metadata object. |
|
JOB_DEFINITIONRepresents the Job Definition metadata object. |
|
JOB_SETRepresents the JobSet metadata object. |
|
JOB_TYPERepresents the JobType metadata object. |
|
SCHEDULE_DEFINITIONRepresents the Schedule definition metadata object. |
|
TRIGGERRepresents the Trigger metadata object. |
|
WORK_ASSIGNMENTRepresents the Work Assignment metadata object. |
|
WORKSHIFTRepresents 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 |
|---|
public static final MetadataObjectId.MetadataObjectType JOB_TYPE
public static final MetadataObjectId.MetadataObjectType JOB_DEFINITION
public static final MetadataObjectId.MetadataObjectType JOB_SET
public static final MetadataObjectId.MetadataObjectType INCOMPATIBILITY
public static final MetadataObjectId.MetadataObjectType SCHEDULE_DEFINITION
public static final MetadataObjectId.MetadataObjectType EXCLUSION_DEFINITION
public static final MetadataObjectId.MetadataObjectType TRIGGER
public static final MetadataObjectId.MetadataObjectType WORKSHIFT
public static final MetadataObjectId.MetadataObjectType WORK_ASSIGNMENT
| Method Detail |
|---|
public static MetadataObjectId.MetadataObjectType[] values()
for (MetadataObjectId.MetadataObjectType c : MetadataObjectId.MetadataObjectType.values())
System.out.println(c);
public static MetadataObjectId.MetadataObjectType 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 value()
public java.lang.String toString()
toString in class java.lang.Enum<MetadataObjectId.MetadataObjectType>public static MetadataObjectId.MetadataObjectType getMOType(java.lang.String name)
|
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 | |||||||||