|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JobTrigger.EndType>
org.rhq.core.domain.common.JobTrigger.EndType
public static enum JobTrigger.EndType
| Enum Constant Summary | |
|---|---|
DATETIME
End recurrence at a specified date/time in the future. |
|
NEVER
No end - recurrence is indefinite. |
|
REPEAT_COUNT
End recurrence after n repetitions. |
|
| Method Summary | |
|---|---|
static JobTrigger.EndType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobTrigger.EndType[] |
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 JobTrigger.EndType NEVER
public static final JobTrigger.EndType DATETIME
public static final JobTrigger.EndType REPEAT_COUNT
| Method Detail |
|---|
public static JobTrigger.EndType[] values()
for (JobTrigger.EndType c : JobTrigger.EndType.values()) System.out.println(c);
public static JobTrigger.EndType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||