Package io.redvox.apis
Enum Class RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor
java.lang.Object
java.lang.Enum<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor>
io.redvox.apis.RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor>,Constable
- Enclosing class:
- RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings
public static enum RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor
extends Enum<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor>
implements com.google.protobuf.ProtocolMessageEnum
Configured input sensorsProtobuf enum
redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACCELEROMETER = 1;ACCELEROMETER_FAST = 2;AMBIENT_TEMPERATURE = 3;AUDIO = 4;COMPRESSED_AUDIO = 5;GRAVITY = 6;GYROSCOPE = 7;GYROSCOPE_FAST = 8;IMAGE_PER_PACKET = 10;IMAGE_PER_SECOND = 9;LIGHT = 11;LINEAR_ACCELERATION = 12;LOCATION = 13;MAGNETOMETER = 14;MAGNETOMETER_FAST = 15;ORIENTATION = 16;PRESSURE = 17;PROXIMITY = 18;RELATIVE_HUMIDITY = 19;ROTATION_VECTOR = 20;UNKNOWN_SENSOR = 0;VELOCITY = 21; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intACCELEROMETER_FAST = 2;static final intACCELEROMETER = 1;static final intAMBIENT_TEMPERATURE = 3;static final intAUDIO = 4;static final intCOMPRESSED_AUDIO = 5;static final intGRAVITY = 6;static final intGYROSCOPE_FAST = 8;static final intGYROSCOPE = 7;static final intIMAGE_PER_PACKET = 10;static final intIMAGE_PER_SECOND = 9;static final intLIGHT = 11;static final intLINEAR_ACCELERATION = 12;static final intLOCATION = 13;static final intMAGNETOMETER_FAST = 15;static final intMAGNETOMETER = 14;static final intORIENTATION = 16;static final intPRESSURE = 17;static final intPROXIMITY = 18;static final intRELATIVE_HUMIDITY = 19;static final intROTATION_VECTOR = 20;static final intUNKNOWN_SENSOR = 0;static final intVELOCITY = 21; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_SENSOR
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor UNKNOWN_SENSORUNKNOWN_SENSOR = 0; -
ACCELEROMETER
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor ACCELEROMETERACCELEROMETER = 1; -
ACCELEROMETER_FAST
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor ACCELEROMETER_FASTACCELEROMETER_FAST = 2; -
AMBIENT_TEMPERATURE
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor AMBIENT_TEMPERATUREAMBIENT_TEMPERATURE = 3; -
AUDIO
AUDIO = 4; -
COMPRESSED_AUDIO
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor COMPRESSED_AUDIOCOMPRESSED_AUDIO = 5; -
GRAVITY
GRAVITY = 6; -
GYROSCOPE
GYROSCOPE = 7; -
GYROSCOPE_FAST
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor GYROSCOPE_FASTGYROSCOPE_FAST = 8; -
IMAGE_PER_SECOND
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor IMAGE_PER_SECONDIMAGE_PER_SECOND = 9; -
IMAGE_PER_PACKET
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor IMAGE_PER_PACKETIMAGE_PER_PACKET = 10; -
LIGHT
LIGHT = 11; -
LINEAR_ACCELERATION
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor LINEAR_ACCELERATIONLINEAR_ACCELERATION = 12; -
LOCATION
LOCATION = 13; -
MAGNETOMETER
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor MAGNETOMETERMAGNETOMETER = 14; -
MAGNETOMETER_FAST
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor MAGNETOMETER_FASTMAGNETOMETER_FAST = 15; -
ORIENTATION
ORIENTATION = 16; -
PRESSURE
PRESSURE = 17; -
PROXIMITY
PROXIMITY = 18; -
RELATIVE_HUMIDITY
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor RELATIVE_HUMIDITYRELATIVE_HUMIDITY = 19; -
ROTATION_VECTOR
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor ROTATION_VECTORROTATION_VECTOR = 20; -
VELOCITY
VELOCITY = 21; -
UNRECOGNIZED
public static final RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_SENSOR_VALUE
public static final int UNKNOWN_SENSOR_VALUEUNKNOWN_SENSOR = 0;- See Also:
-
ACCELEROMETER_VALUE
public static final int ACCELEROMETER_VALUEACCELEROMETER = 1;- See Also:
-
ACCELEROMETER_FAST_VALUE
public static final int ACCELEROMETER_FAST_VALUEACCELEROMETER_FAST = 2;- See Also:
-
AMBIENT_TEMPERATURE_VALUE
public static final int AMBIENT_TEMPERATURE_VALUEAMBIENT_TEMPERATURE = 3;- See Also:
-
AUDIO_VALUE
public static final int AUDIO_VALUEAUDIO = 4;- See Also:
-
COMPRESSED_AUDIO_VALUE
public static final int COMPRESSED_AUDIO_VALUECOMPRESSED_AUDIO = 5;- See Also:
-
GRAVITY_VALUE
public static final int GRAVITY_VALUEGRAVITY = 6;- See Also:
-
GYROSCOPE_VALUE
public static final int GYROSCOPE_VALUEGYROSCOPE = 7;- See Also:
-
GYROSCOPE_FAST_VALUE
public static final int GYROSCOPE_FAST_VALUEGYROSCOPE_FAST = 8;- See Also:
-
IMAGE_PER_SECOND_VALUE
public static final int IMAGE_PER_SECOND_VALUEIMAGE_PER_SECOND = 9;- See Also:
-
IMAGE_PER_PACKET_VALUE
public static final int IMAGE_PER_PACKET_VALUEIMAGE_PER_PACKET = 10;- See Also:
-
LIGHT_VALUE
public static final int LIGHT_VALUELIGHT = 11;- See Also:
-
LINEAR_ACCELERATION_VALUE
public static final int LINEAR_ACCELERATION_VALUELINEAR_ACCELERATION = 12;- See Also:
-
LOCATION_VALUE
public static final int LOCATION_VALUELOCATION = 13;- See Also:
-
MAGNETOMETER_VALUE
public static final int MAGNETOMETER_VALUEMAGNETOMETER = 14;- See Also:
-
MAGNETOMETER_FAST_VALUE
public static final int MAGNETOMETER_FAST_VALUEMAGNETOMETER_FAST = 15;- See Also:
-
ORIENTATION_VALUE
public static final int ORIENTATION_VALUEORIENTATION = 16;- See Also:
-
PRESSURE_VALUE
public static final int PRESSURE_VALUEPRESSURE = 17;- See Also:
-
PROXIMITY_VALUE
public static final int PROXIMITY_VALUEPROXIMITY = 18;- See Also:
-
RELATIVE_HUMIDITY_VALUE
public static final int RELATIVE_HUMIDITY_VALUERELATIVE_HUMIDITY = 19;- See Also:
-
ROTATION_VECTOR_VALUE
public static final int ROTATION_VECTOR_VALUEROTATION_VECTOR = 20;- See Also:
-
VELOCITY_VALUE
public static final int VELOCITY_VALUEVELOCITY = 21;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor forNumber(int value) - Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-