public static enum Connector.Status extends Enum<Connector.Status>
| Enum Constant and Description |
|---|
API_AVAILABLE |
ATTACHED |
NOT_AVAILABLE |
NOT_RUNNING |
PENDING_AUTHORIZATION
PENDING_AUTHORIZATION - The connector is waiting for the user to
accept this app to connect to the Skype client.
|
REFUSED |
| Modifier and Type | Method and Description |
|---|---|
static Connector.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connector.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Connector.Status PENDING_AUTHORIZATION
public static final Connector.Status ATTACHED
public static final Connector.Status REFUSED
public static final Connector.Status NOT_AVAILABLE
public static final Connector.Status API_AVAILABLE
public static final Connector.Status NOT_RUNNING
public static Connector.Status[] values()
for (Connector.Status c : Connector.Status.values()) System.out.println(c);
public static Connector.Status 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 nullCopyright © 2013. All Rights Reserved.