org.ow2.orchestra.pvm.internal.util
Class Priority
java.lang.Object
org.ow2.orchestra.pvm.internal.util.Priority
public abstract class Priority
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIGHEST
public static final int HIGHEST
- See Also:
- Constant Field Values
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
LOW
public static final int LOW
- See Also:
- Constant Field Values
LOWEST
public static final int LOWEST
- See Also:
- Constant Field Values
TEXT_HIGHEST
public static final String TEXT_HIGHEST
- See Also:
- Constant Field Values
TEXT_HIGH
public static final String TEXT_HIGH
- See Also:
- Constant Field Values
TEXT_NORMAL
public static final String TEXT_NORMAL
- See Also:
- Constant Field Values
TEXT_LOW
public static final String TEXT_LOW
- See Also:
- Constant Field Values
TEXT_LOWEST
public static final String TEXT_LOWEST
- See Also:
- Constant Field Values
toString
public static String toString(int priority)
parsePriority
public static int parsePriority(String priorityText)
Copyright © 2011 OW2 Consortium. All Rights Reserved.