public static enum QueuedRequest.Priority extends java.lang.Enum<QueuedRequest.Priority>
| Modifier and Type | Method and Description |
|---|---|
static QueuedRequest.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueuedRequest.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueuedRequest.Priority MINIMUM
public static final QueuedRequest.Priority LOW
public static final QueuedRequest.Priority MEDIUM
public static final QueuedRequest.Priority HIGH
public static final QueuedRequest.Priority MAXIMUM
public static QueuedRequest.Priority[] values()
for (QueuedRequest.Priority c : QueuedRequest.Priority.values()) System.out.println(c);
public static QueuedRequest.Priority valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullRoboSuite Java API, v11.2.8