|
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<JobSetStep.LinkType>
oracle.as.scheduler.JobSetStep.LinkType
public static enum JobSetStep.LinkType
Link types for the links for a serial JobSetStep. A link is the step id to run next when this step has a certain result state.
| Enum Constant Summary | |
|---|---|
ON_ERRORLinkType for the stepId to link to on step error. |
|
ON_SUCCESSLinkType for the stepId to link to on step success. |
|
ON_WARNINGLinkType for the stepId to link to on step warning. |
|
| Method Summary | |
|---|---|
static JobSetStep.LinkType |
getType(int value)Returns the LinkType corresponding to the given value. |
java.lang.String |
toString(java.util.Locale locale) |
int |
value()Returns the value of this enum. |
static JobSetStep.LinkType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static JobSetStep.LinkType[] |
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 JobSetStep.LinkType ON_SUCCESS
public static final JobSetStep.LinkType ON_ERROR
public static final JobSetStep.LinkType ON_WARNING
| Method Detail |
|---|
public static JobSetStep.LinkType[] values()
for (JobSetStep.LinkType c : JobSetStep.LinkType.values())
System.out.println(c);
public static JobSetStep.LinkType 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 int value()
public static JobSetStep.LinkType getType(int value)
value - the integer value.IllegalArgumentException - if the value doesn't correspond to any LinkType enum.public 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 | |||||||||