Package uk.org.netex.www.netex
Enum Class VehicleCollectionEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<VehicleCollectionEnumeration>,Constable
public enum VehicleCollectionEnumeration
extends Enum<VehicleCollectionEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for VEHICLE RENTAL COLLECTION [netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 104:54]Protobuf enum
uk.org.netex.www.netex.VehicleCollectionEnumeration-
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_3/part3_fares/netex_fareConditionSummary_support.xsd at 113:39][netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 112:43][netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 111:38][netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 110:45][netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 109:37][netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 114:36]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 113:39]static final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 112:43]static final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 110:45]static final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 111:38]static final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 109:37]static final int[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 114:36]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic VehicleCollectionEnumerationforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<VehicleCollectionEnumeration> static VehicleCollectionEnumerationvalueOf(int value) Deprecated.static VehicleCollectionEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static VehicleCollectionEnumerationReturns the enum constant of this class with the specified name.static VehicleCollectionEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VEHICLE_COLLECTION_ENUMERATION_UNSPECIFIED
Default
VEHICLE_COLLECTION_ENUMERATION_UNSPECIFIED = 0; -
VEHICLE_COLLECTION_ENUMERATION_ON_SITE
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 109:37]
VEHICLE_COLLECTION_ENUMERATION_ON_SITE = 1; -
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_SHUTTLE
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 110:45]
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_SHUTTLE = 2; -
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 111:38]
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE = 3; -
VEHICLE_COLLECTION_ENUMERATION_MEET_AND_GREET
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 112:43]
VEHICLE_COLLECTION_ENUMERATION_MEET_AND_GREET = 4; -
VEHICLE_COLLECTION_ENUMERATION_FLOATING
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 113:39]
VEHICLE_COLLECTION_ENUMERATION_FLOATING = 5; -
VEHICLE_COLLECTION_ENUMERATION_OTHER
[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 114:36]
VEHICLE_COLLECTION_ENUMERATION_OTHER = 6; -
UNRECOGNIZED
-
-
Field Details
-
VEHICLE_COLLECTION_ENUMERATION_UNSPECIFIED_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_UNSPECIFIED_VALUEDefault
VEHICLE_COLLECTION_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_ON_SITE_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_ON_SITE_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 109:37]
VEHICLE_COLLECTION_ENUMERATION_ON_SITE = 1;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_SHUTTLE_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_SHUTTLE_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 110:45]
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_SHUTTLE = 2;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_OFF_SITE_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 111:38]
VEHICLE_COLLECTION_ENUMERATION_OFF_SITE = 3;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_MEET_AND_GREET_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_MEET_AND_GREET_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 112:43]
VEHICLE_COLLECTION_ENUMERATION_MEET_AND_GREET = 4;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_FLOATING_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_FLOATING_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 113:39]
VEHICLE_COLLECTION_ENUMERATION_FLOATING = 5;- See Also:
-
VEHICLE_COLLECTION_ENUMERATION_OTHER_VALUE
public static final int VEHICLE_COLLECTION_ENUMERATION_OTHER_VALUE[netex_part_3/part3_fares/netex_fareConditionSummary_support.xsd at 114:36]
VEHICLE_COLLECTION_ENUMERATION_OTHER = 6;- 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<VehicleCollectionEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static VehicleCollectionEnumeration 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
-