Package uk.org.netex.www.netex
Enum Class RequestMethodTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RequestMethodTypeEnumeration>,Constable
@Generated
public enum RequestMethodTypeEnumeration
extends Enum<RequestMethodTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Stop RequestMethod [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 388:54]Protobuf enum
uk.org.netex.www.netex.RequestMethodTypeEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMake hand signal to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 398:40]Use mobile Application to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 418:39]No action required to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 393:42]Use other method to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 433:35]Call number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 413:39]Use Sms to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 423:33]Tell the driver to request stop.Press button at stop to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 408:40]Call number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 403:41]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intMake hand signal to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 398:40]static final intUse mobile Application to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 418:39]static final intNo action required to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 393:42]static final intUse other method to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 433:35]static final intCall number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 413:39]static final intUse Sms to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 423:33]static final intTell the driver to request stop.static final intPress button at stop to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 408:40]static final intCall number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 403:41]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestMethodTypeEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RequestMethodTypeEnumeration> static RequestMethodTypeEnumerationvalueOf(int value) Deprecated.static RequestMethodTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RequestMethodTypeEnumerationReturns the enum constant of this class with the specified name.static RequestMethodTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUEST_METHOD_TYPE_ENUMERATION_UNSPECIFIED
Default
REQUEST_METHOD_TYPE_ENUMERATION_UNSPECIFIED = 0; -
REQUEST_METHOD_TYPE_ENUMERATION_NONE_REQUIRED
No action required to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 393:42]
REQUEST_METHOD_TYPE_ENUMERATION_NONE_REQUIRED = 1; -
REQUEST_METHOD_TYPE_ENUMERATION_HAND_SIGNAL
Make hand signal to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 398:40]
REQUEST_METHOD_TYPE_ENUMERATION_HAND_SIGNAL = 2; -
REQUEST_METHOD_TYPE_ENUMERATION_TURN_ON_LIGHT
Call number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 403:41]
REQUEST_METHOD_TYPE_ENUMERATION_TURN_ON_LIGHT = 3; -
REQUEST_METHOD_TYPE_ENUMERATION_STOP_BUTTON
Press button at stop to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 408:40]
REQUEST_METHOD_TYPE_ENUMERATION_STOP_BUTTON = 4; -
REQUEST_METHOD_TYPE_ENUMERATION_PHONE_CALL
Call number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 413:39]
REQUEST_METHOD_TYPE_ENUMERATION_PHONE_CALL = 5; -
REQUEST_METHOD_TYPE_ENUMERATION_MOBILE_APP
Use mobile Application to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 418:39]
REQUEST_METHOD_TYPE_ENUMERATION_MOBILE_APP = 6; -
REQUEST_METHOD_TYPE_ENUMERATION_SMS
Use Sms to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 423:33]
REQUEST_METHOD_TYPE_ENUMERATION_SMS = 7; -
REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARD
public static final RequestMethodTypeEnumeration REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARDTell the driver to request stop. Mainly used for on demand traffic, where the route depends on where passengers want to leave the vehicle. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 428:50]
REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARD = 10; -
REQUEST_METHOD_TYPE_ENUMERATION_OTHER
Use other method to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 433:35]
REQUEST_METHOD_TYPE_ENUMERATION_OTHER = 8; -
UNRECOGNIZED
-
-
Field Details
-
REQUEST_METHOD_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
REQUEST_METHOD_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_NONE_REQUIRED_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_NONE_REQUIRED_VALUENo action required to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 393:42]
REQUEST_METHOD_TYPE_ENUMERATION_NONE_REQUIRED = 1;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_HAND_SIGNAL_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_HAND_SIGNAL_VALUEMake hand signal to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 398:40]
REQUEST_METHOD_TYPE_ENUMERATION_HAND_SIGNAL = 2;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_TURN_ON_LIGHT_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_TURN_ON_LIGHT_VALUECall number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 403:41]
REQUEST_METHOD_TYPE_ENUMERATION_TURN_ON_LIGHT = 3;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_STOP_BUTTON_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_STOP_BUTTON_VALUEPress button at stop to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 408:40]
REQUEST_METHOD_TYPE_ENUMERATION_STOP_BUTTON = 4;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_PHONE_CALL_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_PHONE_CALL_VALUECall number to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 413:39]
REQUEST_METHOD_TYPE_ENUMERATION_PHONE_CALL = 5;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_MOBILE_APP_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_MOBILE_APP_VALUEUse mobile Application to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 418:39]
REQUEST_METHOD_TYPE_ENUMERATION_MOBILE_APP = 6;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_SMS_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_SMS_VALUEUse Sms to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 423:33]
REQUEST_METHOD_TYPE_ENUMERATION_SMS = 7;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARD_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARD_VALUETell the driver to request stop. Mainly used for on demand traffic, where the route depends on where passengers want to leave the vehicle. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 428:50]
REQUEST_METHOD_TYPE_ENUMERATION_SPEAK_TO_DRIVER_ONBOARD = 10;- See Also:
-
REQUEST_METHOD_TYPE_ENUMERATION_OTHER_VALUE
public static final int REQUEST_METHOD_TYPE_ENUMERATION_OTHER_VALUEUse other method to request stop [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 433:35]
REQUEST_METHOD_TYPE_ENUMERATION_OTHER = 8;- 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<RequestMethodTypeEnumeration> 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 RequestMethodTypeEnumeration 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
-