public static enum AntPlusGeocachePcc.DeviceChangingCode extends java.lang.Enum<AntPlusGeocachePcc.DeviceChangingCode>
AntPlusGeocachePcc.IAvailableDeviceListReceiver.| Enum Constant and Description | 
|---|
| ADDED_TO_LISTIndicates the specified device was added to the list. | 
| NO_CHANGEIndicates the list hasn't changed since the last event. | 
| PROGRAMMEDIndicates the specified device was recently programmed and any existing data may have changed. | 
| REMOVED_FROM_LISTIndicates the specified device was removed from the list. | 
| UNRECOGNIZEDThe 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 AntPlusGeocachePcc.DeviceChangingCode | getValueFromInt(int intValue)Convert int to equivalent enum value | 
| static AntPlusGeocachePcc.DeviceChangingCode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AntPlusGeocachePcc.DeviceChangingCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AntPlusGeocachePcc.DeviceChangingCode NO_CHANGE
public static final AntPlusGeocachePcc.DeviceChangingCode ADDED_TO_LIST
public static final AntPlusGeocachePcc.DeviceChangingCode REMOVED_FROM_LIST
public static final AntPlusGeocachePcc.DeviceChangingCode PROGRAMMED
public static final AntPlusGeocachePcc.DeviceChangingCode UNRECOGNIZED
public static AntPlusGeocachePcc.DeviceChangingCode[] values()
for (AntPlusGeocachePcc.DeviceChangingCode c : AntPlusGeocachePcc.DeviceChangingCode.values()) System.out.println(c);
public static AntPlusGeocachePcc.DeviceChangingCode 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 AntPlusGeocachePcc.DeviceChangingCode getValueFromInt(int intValue)
intValue - integer to convertCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.