public static enum POPConfig.Type extends java.lang.Enum<POPConfig.Type>
| Enum Constant and Description |
|---|
ACCESS_POINT |
CONNECTION |
CONNECTION_PWD |
LOCAL_JVM |
PROTOCOLS |
UPNP |
URL |
| Modifier and Type | Method and Description |
|---|---|
static POPConfig.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POPConfig.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POPConfig.Type URL
public static final POPConfig.Type CONNECTION
public static final POPConfig.Type CONNECTION_PWD
public static final POPConfig.Type ACCESS_POINT
public static final POPConfig.Type LOCAL_JVM
public static final POPConfig.Type PROTOCOLS
public static final POPConfig.Type UPNP
public static POPConfig.Type[] values()
for (POPConfig.Type c : POPConfig.Type.values()) System.out.println(c);
public static POPConfig.Type 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 null