public static enum Api900.ChannelType extends java.lang.Enum<Api900.ChannelType> implements com.google.protobuf.ProtocolMessageEnum
ChannelType
Enum Constant and Description |
---|
ACCELEROMETER_X
ACCELEROMETER_X = 11; |
ACCELEROMETER_Y
ACCELEROMETER_Y = 12; |
ACCELEROMETER_Z
ACCELEROMETER_Z = 13; |
ACCURACY
ACCURACY = 10; |
ALTITUDE
ALTITUDE = 5; |
BAROMETER
BAROMETER = 1; |
GYROSCOPE_X
GYROSCOPE_X = 17; |
GYROSCOPE_Y
GYROSCOPE_Y = 18; |
GYROSCOPE_Z
GYROSCOPE_Z = 19; |
IMAGE
IMAGE = 22; |
INFRARED
INFRARED = 23; |
LATITUDE
LATITUDE = 2; |
LIGHT
LIGHT = 21; |
LONGITUDE
LONGITUDE = 3; |
MAGNETOMETER_X
MAGNETOMETER_X = 14; |
MAGNETOMETER_Y
MAGNETOMETER_Y = 15; |
MAGNETOMETER_Z
MAGNETOMETER_Z = 16; |
MICROPHONE
MICROPHONE = 0; |
OTHER
OTHER = 20; |
RESERVED_0
RESERVED_0 = 6; |
RESERVED_1
RESERVED_1 = 7; |
RESERVED_2
RESERVED_2 = 8; |
SPEED
SPEED = 4; |
TIME_SYNCHRONIZATION
TIME_SYNCHRONIZATION = 9; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ACCELEROMETER_X_VALUE
ACCELEROMETER_X = 11; |
static int |
ACCELEROMETER_Y_VALUE
ACCELEROMETER_Y = 12; |
static int |
ACCELEROMETER_Z_VALUE
ACCELEROMETER_Z = 13; |
static int |
ACCURACY_VALUE
ACCURACY = 10; |
static int |
ALTITUDE_VALUE
ALTITUDE = 5; |
static int |
BAROMETER_VALUE
BAROMETER = 1; |
static int |
GYROSCOPE_X_VALUE
GYROSCOPE_X = 17; |
static int |
GYROSCOPE_Y_VALUE
GYROSCOPE_Y = 18; |
static int |
GYROSCOPE_Z_VALUE
GYROSCOPE_Z = 19; |
static int |
IMAGE_VALUE
IMAGE = 22; |
static int |
INFRARED_VALUE
INFRARED = 23; |
static int |
LATITUDE_VALUE
LATITUDE = 2; |
static int |
LIGHT_VALUE
LIGHT = 21; |
static int |
LONGITUDE_VALUE
LONGITUDE = 3; |
static int |
MAGNETOMETER_X_VALUE
MAGNETOMETER_X = 14; |
static int |
MAGNETOMETER_Y_VALUE
MAGNETOMETER_Y = 15; |
static int |
MAGNETOMETER_Z_VALUE
MAGNETOMETER_Z = 16; |
static int |
MICROPHONE_VALUE
MICROPHONE = 0; |
static int |
OTHER_VALUE
OTHER = 20; |
static int |
RESERVED_0_VALUE
RESERVED_0 = 6; |
static int |
RESERVED_1_VALUE
RESERVED_1 = 7; |
static int |
RESERVED_2_VALUE
RESERVED_2 = 8; |
static int |
SPEED_VALUE
SPEED = 4; |
static int |
TIME_SYNCHRONIZATION_VALUE
TIME_SYNCHRONIZATION = 9; |
Modifier and Type | Method and Description |
---|---|
static Api900.ChannelType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Api900.ChannelType> |
internalGetValueMap() |
static Api900.ChannelType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Api900.ChannelType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Api900.ChannelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Api900.ChannelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Api900.ChannelType MICROPHONE
MICROPHONE = 0;
public static final Api900.ChannelType BAROMETER
BAROMETER = 1;
public static final Api900.ChannelType LATITUDE
LATITUDE = 2;
public static final Api900.ChannelType LONGITUDE
LONGITUDE = 3;
public static final Api900.ChannelType SPEED
SPEED = 4;
public static final Api900.ChannelType ALTITUDE
ALTITUDE = 5;
public static final Api900.ChannelType RESERVED_0
RESERVED_0 = 6;
public static final Api900.ChannelType RESERVED_1
RESERVED_1 = 7;
public static final Api900.ChannelType RESERVED_2
RESERVED_2 = 8;
public static final Api900.ChannelType TIME_SYNCHRONIZATION
TIME_SYNCHRONIZATION = 9;
public static final Api900.ChannelType ACCURACY
ACCURACY = 10;
public static final Api900.ChannelType ACCELEROMETER_X
ACCELEROMETER_X = 11;
public static final Api900.ChannelType ACCELEROMETER_Y
ACCELEROMETER_Y = 12;
public static final Api900.ChannelType ACCELEROMETER_Z
ACCELEROMETER_Z = 13;
public static final Api900.ChannelType MAGNETOMETER_X
MAGNETOMETER_X = 14;
public static final Api900.ChannelType MAGNETOMETER_Y
MAGNETOMETER_Y = 15;
public static final Api900.ChannelType MAGNETOMETER_Z
MAGNETOMETER_Z = 16;
public static final Api900.ChannelType GYROSCOPE_X
GYROSCOPE_X = 17;
public static final Api900.ChannelType GYROSCOPE_Y
GYROSCOPE_Y = 18;
public static final Api900.ChannelType GYROSCOPE_Z
GYROSCOPE_Z = 19;
public static final Api900.ChannelType OTHER
OTHER = 20;
public static final Api900.ChannelType LIGHT
LIGHT = 21;
public static final Api900.ChannelType IMAGE
IMAGE = 22;
public static final Api900.ChannelType INFRARED
INFRARED = 23;
public static final Api900.ChannelType UNRECOGNIZED
public static final int MICROPHONE_VALUE
MICROPHONE = 0;
public static final int BAROMETER_VALUE
BAROMETER = 1;
public static final int LATITUDE_VALUE
LATITUDE = 2;
public static final int LONGITUDE_VALUE
LONGITUDE = 3;
public static final int SPEED_VALUE
SPEED = 4;
public static final int ALTITUDE_VALUE
ALTITUDE = 5;
public static final int RESERVED_0_VALUE
RESERVED_0 = 6;
public static final int RESERVED_1_VALUE
RESERVED_1 = 7;
public static final int RESERVED_2_VALUE
RESERVED_2 = 8;
public static final int TIME_SYNCHRONIZATION_VALUE
TIME_SYNCHRONIZATION = 9;
public static final int ACCURACY_VALUE
ACCURACY = 10;
public static final int ACCELEROMETER_X_VALUE
ACCELEROMETER_X = 11;
public static final int ACCELEROMETER_Y_VALUE
ACCELEROMETER_Y = 12;
public static final int ACCELEROMETER_Z_VALUE
ACCELEROMETER_Z = 13;
public static final int MAGNETOMETER_X_VALUE
MAGNETOMETER_X = 14;
public static final int MAGNETOMETER_Y_VALUE
MAGNETOMETER_Y = 15;
public static final int MAGNETOMETER_Z_VALUE
MAGNETOMETER_Z = 16;
public static final int GYROSCOPE_X_VALUE
GYROSCOPE_X = 17;
public static final int GYROSCOPE_Y_VALUE
GYROSCOPE_Y = 18;
public static final int GYROSCOPE_Z_VALUE
GYROSCOPE_Z = 19;
public static final int OTHER_VALUE
OTHER = 20;
public static final int LIGHT_VALUE
LIGHT = 21;
public static final int IMAGE_VALUE
IMAGE = 22;
public static final int INFRARED_VALUE
INFRARED = 23;
public static Api900.ChannelType[] values()
for (Api900.ChannelType c : Api900.ChannelType.values()) System.out.println(c);
public static Api900.ChannelType 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Api900.ChannelType valueOf(int value)
forNumber(int)
instead.public static Api900.ChannelType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Api900.ChannelType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Api900.ChannelType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)