public enum ProvaThreadpoolEnum extends java.lang.Enum<ProvaThreadpoolEnum>
| Enum Constant and Description |
|---|
CONVERSATION |
MAIN |
SWING |
TASK |
| Modifier and Type | Method and Description |
|---|---|
static ProvaThreadpoolEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProvaThreadpoolEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvaThreadpoolEnum MAIN
public static final ProvaThreadpoolEnum CONVERSATION
public static final ProvaThreadpoolEnum TASK
public static final ProvaThreadpoolEnum SWING
public static ProvaThreadpoolEnum[] values()
for (ProvaThreadpoolEnum c : ProvaThreadpoolEnum.values()) System.out.println(c);
public static ProvaThreadpoolEnum 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 nullCopyright © 2019. All Rights Reserved.