Enum Class CompassBearing8Enumeration

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

public enum CompassBearing8Enumeration extends Enum<CompassBearing8Enumeration> implements com.google.protobuf.ProtocolMessageEnum
 8 point compass.  [netex_framework/netex_utility/netex_location_types.xsd at 214:52]
 
Protobuf enum uk.org.netex.www.netex.CompassBearing8Enumeration
  • Enum Constant Details

    • COMPASS_BEARING8_ENUMERATION_UNSPECIFIED

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_UNSPECIFIED
       Default
       
      COMPASS_BEARING8_ENUMERATION_UNSPECIFIED = 0;
    • COMPASS_BEARING8_ENUMERATION_SW

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_SW
       [netex_framework/netex_utility/netex_location_types.xsd at 219:33]
       
      COMPASS_BEARING8_ENUMERATION_SW = 1;
    • COMPASS_BEARING8_ENUMERATION_SE

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_SE
       [netex_framework/netex_utility/netex_location_types.xsd at 220:33]
       
      COMPASS_BEARING8_ENUMERATION_SE = 2;
    • COMPASS_BEARING8_ENUMERATION_NW

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_NW
       [netex_framework/netex_utility/netex_location_types.xsd at 221:33]
       
      COMPASS_BEARING8_ENUMERATION_NW = 3;
    • COMPASS_BEARING8_ENUMERATION_NE

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_NE
       [netex_framework/netex_utility/netex_location_types.xsd at 222:33]
       
      COMPASS_BEARING8_ENUMERATION_NE = 4;
    • COMPASS_BEARING8_ENUMERATION_W

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_W
       [netex_framework/netex_utility/netex_location_types.xsd at 223:32]
       
      COMPASS_BEARING8_ENUMERATION_W = 5;
    • COMPASS_BEARING8_ENUMERATION_E

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_E
       [netex_framework/netex_utility/netex_location_types.xsd at 224:32]
       
      COMPASS_BEARING8_ENUMERATION_E = 6;
    • COMPASS_BEARING8_ENUMERATION_S

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_S
       [netex_framework/netex_utility/netex_location_types.xsd at 225:32]
       
      COMPASS_BEARING8_ENUMERATION_S = 7;
    • COMPASS_BEARING8_ENUMERATION_N

      public static final CompassBearing8Enumeration COMPASS_BEARING8_ENUMERATION_N
       [netex_framework/netex_utility/netex_location_types.xsd at 226:32]
       
      COMPASS_BEARING8_ENUMERATION_N = 8;
    • UNRECOGNIZED

      public static final CompassBearing8Enumeration UNRECOGNIZED
  • Field Details

    • COMPASS_BEARING8_ENUMERATION_UNSPECIFIED_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      COMPASS_BEARING8_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_SW_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_SW_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 219:33]
       
      COMPASS_BEARING8_ENUMERATION_SW = 1;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_SE_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_SE_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 220:33]
       
      COMPASS_BEARING8_ENUMERATION_SE = 2;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_NW_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_NW_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 221:33]
       
      COMPASS_BEARING8_ENUMERATION_NW = 3;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_NE_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_NE_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 222:33]
       
      COMPASS_BEARING8_ENUMERATION_NE = 4;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_W_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_W_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 223:32]
       
      COMPASS_BEARING8_ENUMERATION_W = 5;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_E_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_E_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 224:32]
       
      COMPASS_BEARING8_ENUMERATION_E = 6;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_S_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_S_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 225:32]
       
      COMPASS_BEARING8_ENUMERATION_S = 7;
      See Also:
    • COMPASS_BEARING8_ENUMERATION_N_VALUE

      public static final int COMPASS_BEARING8_ENUMERATION_N_VALUE
       [netex_framework/netex_utility/netex_location_types.xsd at 226:32]
       
      COMPASS_BEARING8_ENUMERATION_N = 8;
      See Also:
  • Method Details

    • values

      public static CompassBearing8Enumeration[] 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 CompassBearing8Enumeration 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 CompassBearing8Enumeration 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 CompassBearing8Enumeration 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<CompassBearing8Enumeration> 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 CompassBearing8Enumeration 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