public enum TransferJobPriority extends java.lang.Enum<TransferJobPriority>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHigherThan(TransferJobPriority other) |
java.lang.String |
symbol() |
static TransferJobPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransferJobPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferJobPriority HIGH
public static final TransferJobPriority REPUSH
public static final TransferJobPriority NORMAL
public static final TransferJobPriority LOW
public static TransferJobPriority[] values()
for (TransferJobPriority c : TransferJobPriority.values()) System.out.println(c);
public static TransferJobPriority 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 nullpublic boolean isHigherThan(TransferJobPriority other)
public java.lang.String symbol()
Copyright © 2006 - 2022 - HelpSystems LLC All Rights Reserved.