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