Package uk.org.netex.www.netex
Enum Class 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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 119:40][netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 120:36][netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 121:43][netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 122:39][netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 123:38]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 119:40]static final int[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 120:36]static final int[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 121:43]static final int[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 122:39]static final int[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 123:38]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic ParkingBayStatusEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ParkingBayStatusEnumeration> static ParkingBayStatusEnumerationvalueOf(int value) Deprecated.static ParkingBayStatusEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ParkingBayStatusEnumerationReturns the enum constant of this class with the specified name.static ParkingBayStatusEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED
Default
PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED = 0; -
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
[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
[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
[netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 122:39]
PARKING_BAY_STATUS_ENUMERATION_RESERVED = 4; -
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
-
-
Field Details
-
PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED_VALUE
public static final int PARKING_BAY_STATUS_ENUMERATION_UNSPECIFIED_VALUEDefault
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
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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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<ParkingBayStatusEnumeration> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-