public enum AntFsState extends java.lang.Enum<AntFsState>
Enum Constant and Description |
---|
AUTHENTICATION
Authentication
|
AUTHENTICATION_REQUESTING_PAIRING
Authentication: Requesting Pairing
Pairing request is sent and we are now waiting for the response.
|
LINK_REQUESTING_LINK
Link: Requesting Link
|
TRANSPORT_DOWNLOADING
Transport: Downloading
A download is in progress.
|
TRANSPORT_IDLE
Transport: Idle.
|
UNRECOGNIZED
The value sent by the plugin service was unrecognized indicating an upgrade of the PCC may be required to handle the value.
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue()
Convert enum to equivalent int value
|
static AntFsState |
getValueFromInt(int intValue)
Convert int to equivalent enum value
|
static AntFsState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntFsState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntFsState LINK_REQUESTING_LINK
public static final AntFsState AUTHENTICATION
public static final AntFsState AUTHENTICATION_REQUESTING_PAIRING
public static final AntFsState TRANSPORT_IDLE
public static final AntFsState TRANSPORT_DOWNLOADING
public static final AntFsState UNRECOGNIZED
public static AntFsState[] values()
for (AntFsState c : AntFsState.values()) System.out.println(c);
public static AntFsState 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 nullpublic int getIntValue()
public static AntFsState getValueFromInt(int intValue)
intValue
- integer to convertCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.