Package uk.org.netex.www.netex
Enum Class OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase
java.lang.Object
java.lang.Enum<OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase>
uk.org.netex.www.netex.OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase>,Constable
- Enclosing class:
OfferedTravelSpecificationType
public static enum OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase
extends Enum<OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
TRIP_PLAN_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase TRIP_PLAN_REQUEST_REF -
SCHEDULE_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase SCHEDULE_REQUEST_REF -
STOP_EVENT_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase STOP_EVENT_REQUEST_REF -
STOP_FINDER_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase STOP_FINDER_REQUEST_REF -
FARE_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase FARE_REQUEST_REF -
SINGLE_TRIP_FARE_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase SINGLE_TRIP_FARE_REQUEST_REF -
REPEATED_TRIP_FARE_REQUEST_REF
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase REPEATED_TRIP_FARE_REQUEST_REF -
PASSENGERINFORMATIONREQUESTREFSTRUCTURE_NOT_SET
public static final OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase PASSENGERINFORMATIONREQUESTREFSTRUCTURE_NOT_SET
-
-
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
public static OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase 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 nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase 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 nameNullPointerException- if the argument is null
-
forNumber
public static OfferedTravelSpecificationType.PassengerInformationRequestRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-