Enum Class CompassBearing16Enumeration

java.lang.Object
java.lang.Enum<CompassBearing16Enumeration>
uk.org.netex.www.netex.CompassBearing16Enumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CompassBearing16Enumeration>, Constable

public enum CompassBearing16Enumeration extends Enum<CompassBearing16Enumeration> implements com.google.protobuf.ProtocolMessageEnum
 16 point compass.  [netex_framework/netex_utility/netex_location_types.xsd at 199:53]
 
Protobuf enum uk.org.netex.www.netex.CompassBearing16Enumeration
  • Enum Constant Details

    • COMPASS_BEARING16_ENUMERATION_UNSPECIFIED

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_UNSPECIFIED
       Default
       
      COMPASS_BEARING16_ENUMERATION_UNSPECIFIED = 0;
    • COMPASS_BEARING16_ENUMERATION_SW

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_SW
       [netex_framework/netex_utility/netex_location_types.xsd at 204:33]
       
      COMPASS_BEARING16_ENUMERATION_SW = 1;
    • COMPASS_BEARING16_ENUMERATION_SE

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_SE
       [netex_framework/netex_utility/netex_location_types.xsd at 205:33]
       
      COMPASS_BEARING16_ENUMERATION_SE = 2;
    • COMPASS_BEARING16_ENUMERATION_NW

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_NW
       [netex_framework/netex_utility/netex_location_types.xsd at 206:33]
       
      COMPASS_BEARING16_ENUMERATION_NW = 3;
    • COMPASS_BEARING16_ENUMERATION_NE

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_NE
       [netex_framework/netex_utility/netex_location_types.xsd at 207:33]
       
      COMPASS_BEARING16_ENUMERATION_NE = 4;
    • COMPASS_BEARING16_ENUMERATION_W

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_W
       [netex_framework/netex_utility/netex_location_types.xsd at 208:32]
       
      COMPASS_BEARING16_ENUMERATION_W = 5;
    • COMPASS_BEARING16_ENUMERATION_E

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_E
       [netex_framework/netex_utility/netex_location_types.xsd at 209:32]
       
      COMPASS_BEARING16_ENUMERATION_E = 6;
    • COMPASS_BEARING16_ENUMERATION_S

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_S
       [netex_framework/netex_utility/netex_location_types.xsd at 210:32]
       
      COMPASS_BEARING16_ENUMERATION_S = 7;
    • COMPASS_BEARING16_ENUMERATION_N

      public static final CompassBearing16Enumeration COMPASS_BEARING16_ENUMERATION_N
       [netex_framework/netex_utility/netex_location_types.xsd at 211:32]
       
      COMPASS_BEARING16_ENUMERATION_N = 8;
    • UNRECOGNIZED

      public static final CompassBearing16Enumeration UNRECOGNIZED
  • Field Details

    • COMPASS_BEARING16_ENUMERATION_UNSPECIFIED_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      COMPASS_BEARING16_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_SW_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_SW_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 204:33]
       
      COMPASS_BEARING16_ENUMERATION_SW = 1;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_SE_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_SE_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 205:33]
       
      COMPASS_BEARING16_ENUMERATION_SE = 2;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_NW_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_NW_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 206:33]
       
      COMPASS_BEARING16_ENUMERATION_NW = 3;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_NE_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_NE_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 207:33]
       
      COMPASS_BEARING16_ENUMERATION_NE = 4;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_W_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_W_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 208:32]
       
      COMPASS_BEARING16_ENUMERATION_W = 5;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_E_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_E_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 209:32]
       
      COMPASS_BEARING16_ENUMERATION_E = 6;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_S_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_S_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 210:32]
       
      COMPASS_BEARING16_ENUMERATION_S = 7;
      See Also:
    • COMPASS_BEARING16_ENUMERATION_N_VALUE

      public static final int COMPASS_BEARING16_ENUMERATION_N_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 211:32]
       
      COMPASS_BEARING16_ENUMERATION_N = 8;
      See Also:
  • Method Details

    • values

      public static CompassBearing16Enumeration[] 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 CompassBearing16Enumeration 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 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 public static CompassBearing16Enumeration 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static CompassBearing16Enumeration 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<CompassBearing16Enumeration> 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 CompassBearing16Enumeration 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