Enum Class ParkingBayStatusEnumeration

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

@Generated public enum ParkingBayStatusEnumeration extends Enum<ParkingBayStatusEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for PARKING BAY STATUS.  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 114:53]
 
Protobuf enum uk.org.netex.www.netex.ParkingBayStatusEnumeration
  • Enum Constant Details

    • PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED
       Default
       
      PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED = 0;
    • PARKING_BAY_STATUS_ENUMERATION_AVAILABLE

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_AVAILABLE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 119:40]
       
      PARKING_BAY_STATUS_ENUMERATION_AVAILABLE = 1;
    • PARKING_BAY_STATUS_ENUMERATION_IN_USE

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_IN_USE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 120:36]
       
      PARKING_BAY_STATUS_ENUMERATION_IN_USE = 2;
    • PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 121:43]
       
      PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE = 3;
    • PARKING_BAY_STATUS_ENUMERATION_RESERVED

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_RESERVED
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 122:39]
       
      PARKING_BAY_STATUS_ENUMERATION_RESERVED = 4;
    • PARKING_BAY_STATUS_ENUMERATION_UNKNOWN

      public static final ParkingBayStatusEnumeration PARKING_BAY_STATUS_ENUMERATION_UNKNOWN
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 123:38]
       
      PARKING_BAY_STATUS_ENUMERATION_UNKNOWN = 5;
    • UNRECOGNIZED

      public static final ParkingBayStatusEnumeration UNRECOGNIZED
  • Field Details

    • PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • PARKING_BAY_STATUS_ENUMERATION_AVAILABLE_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_AVAILABLE_VALUE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 119:40]
       
      PARKING_BAY_STATUS_ENUMERATION_AVAILABLE = 1;
      See Also:
    • PARKING_BAY_STATUS_ENUMERATION_IN_USE_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_IN_USE_VALUE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 120:36]
       
      PARKING_BAY_STATUS_ENUMERATION_IN_USE = 2;
      See Also:
    • PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE_VALUE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 121:43]
       
      PARKING_BAY_STATUS_ENUMERATION_OUT_OF_SERVICE = 3;
      See Also:
    • PARKING_BAY_STATUS_ENUMERATION_RESERVED_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_RESERVED_VALUE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 122:39]
       
      PARKING_BAY_STATUS_ENUMERATION_RESERVED = 4;
      See Also:
    • PARKING_BAY_STATUS_ENUMERATION_UNKNOWN_VALUE

      public static final int PARKING_BAY_STATUS_ENUMERATION_UNKNOWN_VALUE
       [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 123:38]
       
      PARKING_BAY_STATUS_ENUMERATION_UNKNOWN = 5;
      See Also:
  • Method Details

    • values

      public static ParkingBayStatusEnumeration[] 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 ParkingBayStatusEnumeration 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 ParkingBayStatusEnumeration 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 ParkingBayStatusEnumeration 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<ParkingBayStatusEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

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