Enum Class ReceiverDProto.ReceptionCapabilities.Capability
java.lang.Object
java.lang.Enum<ReceiverDProto.ReceptionCapabilities.Capability>
de.serosystems.proto.v3.grx.receiverd.ReceiverDProto.ReceptionCapabilities.Capability
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ReceiverDProto.ReceptionCapabilities.Capability>
,Constable
- Enclosing class:
- ReceiverDProto.ReceptionCapabilities
public static enum ReceiverDProto.ReceptionCapabilities.Capability
extends Enum<ReceiverDProto.ReceptionCapabilities.Capability>
implements com.google.protobuf.ProtocolMessageEnum
Capabilities.Protobuf enum
serosystems.proto.v3.grx.receiverd.ReceptionCapabilities.Capability
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDME/TACAN pulse pair on downlink.Isolated pulse on downlink.Mode-4 reply on downlink.Mode-5 reply on downlink.Mode-AC reply on downlink.Mode-S frame on downlink.UAT ADS-B message.UAT ground uplink message.Mode-1, Mode-2, Mode-A, Mode-C interrogation on uplink.DME/TACAN pulse pair on uplink.Isolated pulse on uplink.Mode-4 interrogation on uplink.Mode-5 interrogation on uplink.Mode-S frame on uplink. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
DME/TACAN pulse pair on downlink.static final int
Isolated pulse on downlink.static final int
Mode-4 reply on downlink.static final int
Mode-5 reply on downlink.static final int
Mode-AC reply on downlink.static final int
Mode-S frame on downlink.static final int
UAT ADS-B message.static final int
UAT ground uplink message.static final int
Mode-1, Mode-2, Mode-A, Mode-C interrogation on uplink.static final int
DME/TACAN pulse pair on uplink.static final int
Isolated pulse on uplink.static final int
Mode-4 interrogation on uplink.static final int
Mode-5 interrogation on uplink.static final int
Mode-S frame on uplink. -
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<ReceiverDProto.ReceptionCapabilities.Capability>
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
-
DOWNLINK_MODE_S_FRAME
Mode-S frame on downlink.
DOWNLINK_MODE_S_FRAME = 0;
-
DOWNLINK_MODE_AC_REPLY
Mode-AC reply on downlink.
DOWNLINK_MODE_AC_REPLY = 1;
-
DOWNLINK_MODE_4_REPLY
Mode-4 reply on downlink.
DOWNLINK_MODE_4_REPLY = 2;
-
DOWNLINK_Mode_5_REPLY
Mode-5 reply on downlink.
DOWNLINK_Mode_5_REPLY = 3;
-
DOWNLINK_DME_TACAN_PULSE_PAIR
DME/TACAN pulse pair on downlink.
DOWNLINK_DME_TACAN_PULSE_PAIR = 4;
-
DOWNLINK_ISOLATED_PULSE
Isolated pulse on downlink.
DOWNLINK_ISOLATED_PULSE = 5;
-
UPLINK_Mode_S_FRAME
Mode-S frame on uplink.
UPLINK_Mode_S_FRAME = 8;
-
UPLINK_Basic_INTERROGATION
Mode-1, Mode-2, Mode-A, Mode-C interrogation on uplink.
UPLINK_Basic_INTERROGATION = 9;
-
UPLINK_Mode_4_INTERROGATION
Mode-4 interrogation on uplink.
UPLINK_Mode_4_INTERROGATION = 10;
-
UPLINK_Mode_5_INTERROGATION
Mode-5 interrogation on uplink.
UPLINK_Mode_5_INTERROGATION = 11;
-
UPLINK_DME_TACAN_PULSE_PAIR
DME/TACAN pulse pair on uplink.
UPLINK_DME_TACAN_PULSE_PAIR = 12;
-
UPLINK_ISOLATED_PULSE
Isolated pulse on uplink.
UPLINK_ISOLATED_PULSE = 13;
-
UAT_ADS_B_MESSAGE
UAT ADS-B message.
UAT_ADS_B_MESSAGE = 16;
-
UAT_GROUND_UPLINK_MESSAGE
UAT ground uplink message.
UAT_GROUND_UPLINK_MESSAGE = 17;
-
UNRECOGNIZED
-
-
Field Details
-
DOWNLINK_MODE_S_FRAME_VALUE
public static final int DOWNLINK_MODE_S_FRAME_VALUEMode-S frame on downlink.
DOWNLINK_MODE_S_FRAME = 0;
- See Also:
-
DOWNLINK_MODE_AC_REPLY_VALUE
public static final int DOWNLINK_MODE_AC_REPLY_VALUEMode-AC reply on downlink.
DOWNLINK_MODE_AC_REPLY = 1;
- See Also:
-
DOWNLINK_MODE_4_REPLY_VALUE
public static final int DOWNLINK_MODE_4_REPLY_VALUEMode-4 reply on downlink.
DOWNLINK_MODE_4_REPLY = 2;
- See Also:
-
DOWNLINK_Mode_5_REPLY_VALUE
public static final int DOWNLINK_Mode_5_REPLY_VALUEMode-5 reply on downlink.
DOWNLINK_Mode_5_REPLY = 3;
- See Also:
-
DOWNLINK_DME_TACAN_PULSE_PAIR_VALUE
public static final int DOWNLINK_DME_TACAN_PULSE_PAIR_VALUEDME/TACAN pulse pair on downlink.
DOWNLINK_DME_TACAN_PULSE_PAIR = 4;
- See Also:
-
DOWNLINK_ISOLATED_PULSE_VALUE
public static final int DOWNLINK_ISOLATED_PULSE_VALUEIsolated pulse on downlink.
DOWNLINK_ISOLATED_PULSE = 5;
- See Also:
-
UPLINK_Mode_S_FRAME_VALUE
public static final int UPLINK_Mode_S_FRAME_VALUEMode-S frame on uplink.
UPLINK_Mode_S_FRAME = 8;
- See Also:
-
UPLINK_Basic_INTERROGATION_VALUE
public static final int UPLINK_Basic_INTERROGATION_VALUEMode-1, Mode-2, Mode-A, Mode-C interrogation on uplink.
UPLINK_Basic_INTERROGATION = 9;
- See Also:
-
UPLINK_Mode_4_INTERROGATION_VALUE
public static final int UPLINK_Mode_4_INTERROGATION_VALUEMode-4 interrogation on uplink.
UPLINK_Mode_4_INTERROGATION = 10;
- See Also:
-
UPLINK_Mode_5_INTERROGATION_VALUE
public static final int UPLINK_Mode_5_INTERROGATION_VALUEMode-5 interrogation on uplink.
UPLINK_Mode_5_INTERROGATION = 11;
- See Also:
-
UPLINK_DME_TACAN_PULSE_PAIR_VALUE
public static final int UPLINK_DME_TACAN_PULSE_PAIR_VALUEDME/TACAN pulse pair on uplink.
UPLINK_DME_TACAN_PULSE_PAIR = 12;
- See Also:
-
UPLINK_ISOLATED_PULSE_VALUE
public static final int UPLINK_ISOLATED_PULSE_VALUEIsolated pulse on uplink.
UPLINK_ISOLATED_PULSE = 13;
- See Also:
-
UAT_ADS_B_MESSAGE_VALUE
public static final int UAT_ADS_B_MESSAGE_VALUEUAT ADS-B message.
UAT_ADS_B_MESSAGE = 16;
- See Also:
-
UAT_GROUND_UPLINK_MESSAGE_VALUE
public static final int UAT_GROUND_UPLINK_MESSAGE_VALUEUAT ground uplink message.
UAT_GROUND_UPLINK_MESSAGE = 17;
- 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
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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- 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<ReceiverDProto.ReceptionCapabilities.Capability> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ReceiverDProto.ReceptionCapabilities.Capability 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
-