private static enum TransferListener.Keyaction extends Enum<TransferListener.Keyaction>
| Modifier and Type | Method and Description |
|---|---|
static TransferListener.Keyaction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferListener.Keyaction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferListener.Keyaction SUM
public static final TransferListener.Keyaction AV
public static final TransferListener.Keyaction MIN
public static final TransferListener.Keyaction MAX
public static final TransferListener.Keyaction SQRT
public static TransferListener.Keyaction[] values()
for (TransferListener.Keyaction c : TransferListener.Keyaction.values()) System.out.println(c);
public static TransferListener.Keyaction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null