Package uk.org.netex.www.netex
Enum Class TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase
java.lang.Object
java.lang.Enum<TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase>
uk.org.netex.www.netex.TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase>,Constable
- Enclosing class:
TravelSpecification_VersionStructure
public static enum TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase
extends Enum<TravelSpecification_VersionStructure.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 TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase TRIP_PLAN_REQUEST_REF -
SCHEDULE_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase SCHEDULE_REQUEST_REF -
STOP_EVENT_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase STOP_EVENT_REQUEST_REF -
STOP_FINDER_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase STOP_FINDER_REQUEST_REF -
FARE_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase FARE_REQUEST_REF -
SINGLE_TRIP_FARE_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase SINGLE_TRIP_FARE_REQUEST_REF -
REPEATED_TRIP_FARE_REQUEST_REF
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase REPEATED_TRIP_FARE_REQUEST_REF -
PASSENGERINFORMATIONREQUESTREFSTRUCTURE_NOT_SET
public static final TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase PASSENGERINFORMATIONREQUESTREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase[] 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 TravelSpecification_VersionStructure.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 TravelSpecification_VersionStructure.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 TravelSpecification_VersionStructure.PassengerInformationRequestRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-