Enum Class ReceiverDProto.QualifiedAddressModeS.AddressQualifier

java.lang.Object
java.lang.Enum<ReceiverDProto.QualifiedAddressModeS.AddressQualifier>
de.serosystems.proto.v3.grx.receiverd.ReceiverDProto.QualifiedAddressModeS.AddressQualifier
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ReceiverDProto.QualifiedAddressModeS.AddressQualifier>, Constable
Enclosing class:
ReceiverDProto.QualifiedAddressModeS

public static enum ReceiverDProto.QualifiedAddressModeS.AddressQualifier extends Enum<ReceiverDProto.QualifiedAddressModeS.AddressQualifier> implements com.google.protobuf.ProtocolMessageEnum
 Address qualifier. 
 
Protobuf enum serosystems.proto.v3.grx.receiverd.QualifiedAddressModeS.AddressQualifier
  • Enum Constant Details

  • Field Details

    • ICAO24_VALUE

      public static final int ICAO24_VALUE
       Mode S (or ADS-B) Target with ICAO 24 bit address. 
       
      ICAO24 = 0;
      See Also:
    • TIS_B_ICAO24_VALUE

      public static final int TIS_B_ICAO24_VALUE
       TIS-B target with ICAO 24 bit address. 
       
      TIS_B_ICAO24 = 1;
      See Also:
    • ADS_R_ICAO24_VALUE

      public static final int ADS_R_ICAO24_VALUE
       ADS-R target with ICAO 24 bit address. 
       
      ADS_R_ICAO24 = 2;
      See Also:
    • ADS_B_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE_VALUE

      public static final int ADS_B_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE_VALUE
       ADS-B target with anonymous, ground vehicle or fixed obstacle address. 
       
      ADS_B_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE = 3;
      See Also:
    • ADS_R_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE_VALUE

      public static final int ADS_R_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE_VALUE
       ADS-R target with anonymous, ground vehicle or fixed obstacle address. 
       
      ADS_R_ANONYMOUS_OR_GROUND_VEHICLE_OR_FIXED_OBSTACLE = 4;
      See Also:
    • TIS_B_MODE_A_CODE_AND_TRACK_FILE_IDENTIFIER_VALUE

      public static final int TIS_B_MODE_A_CODE_AND_TRACK_FILE_IDENTIFIER_VALUE
       TIS-B target with Mode A code and track file identifier. 
       
      TIS_B_MODE_A_CODE_AND_TRACK_FILE_IDENTIFIER = 5;
      See Also:
    • TIS_B_NON_ICAO24_VALUE

      public static final int TIS_B_NON_ICAO24_VALUE
       TIS-B target with non-ICAO 24 bit address. 
       
      TIS_B_NON_ICAO24 = 6;
      See Also:
    • INVALID_VALUE

      public static final int INVALID_VALUE
      
       Invalid or reserved address; will also be used to indicated that the
       address could not be determined
       
      INVALID = 7;
      See Also:
    • MATCH_ANY_QUALIFIER_VALUE

      public static final int MATCH_ANY_QUALIFIER_VALUE
      
       Matches addresses with any qualifier (including invalid ones) that
       additionally have a matching address part.
       Use this if you want to match an address, but do not care about the
       exact qualifier.
       
      MATCH_ANY_QUALIFIER = 254;
      See Also:
    • MATCH_ANY_ADDRESS_VALUE

      public static final int MATCH_ANY_ADDRESS_VALUE
      
       Matches any addresses with any qualifier (including invalid ones).
       Use this to disable any filtering.
       
      MATCH_ANY_ADDRESS = 255;
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.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 name
      NullPointerException - if the argument is null
    • forNumber

      public static ReceiverDProto.QualifiedAddressModeS.AddressQualifier 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<ReceiverDProto.QualifiedAddressModeS.AddressQualifier> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static ReceiverDProto.QualifiedAddressModeS.AddressQualifier 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 name
      NullPointerException - if the argument is null