| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EventUtil.JobPriority>
org.apache.sling.event.EventUtil.JobPriority
JobUtil.JobPriority
public static enum EventUtil.JobPriority
The priority for jobs.
| Enum Constant Summary | |
|---|---|
| MAXDeprecated. | |
| MINDeprecated. | |
| NORMDeprecated. | |
| Method Summary | |
|---|---|
| static EventUtil.JobPriority | valueOf(String name)Deprecated. Returns the enum constant of this type with the specified name. | 
| static EventUtil.JobPriority[] | values()Deprecated. Returns an array containing the constants of this enum type, in the order they're declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final EventUtil.JobPriority NORM
public static final EventUtil.JobPriority MIN
public static final EventUtil.JobPriority MAX
| Method Detail | 
|---|
public static final EventUtil.JobPriority[] values()
for(EventUtil.JobPriority c : EventUtil.JobPriority.values())
        System.out.println(c);
public static EventUtil.JobPriority 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| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||