Package uk.org.netex.www.netex
Enum Class MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase
java.lang.Object
java.lang.Enum<MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase>
uk.org.netex.www.netex.MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase>,Constable
public static enum MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase
extends Enum<MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase>
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
Modifier and TypeMethodDescriptionstatic MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCaseforNumber(int value) intstatic MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCasevalueOf(int value) Deprecated.static MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCaseReturns the enum constant of this class with the specified name.static MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TAXI_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase TAXI_SERVICE -
CAR_POOLING_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase CAR_POOLING_SERVICE -
CHAUFFEURED_VEHICLE_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase CHAUFFEURED_VEHICLE_SERVICE -
VEHICLE_SHARING_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase VEHICLE_SHARING_SERVICE -
VEHICLE_RENTAL_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase VEHICLE_RENTAL_SERVICE -
ONLINE_SERVICE
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase ONLINE_SERVICE -
EQUIPMENTVERSIONSTRUCTURE_NOT_SET
public static final MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase EQUIPMENTVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase[] 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 MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase 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 MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase 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 MobilityServices_RelStructure.ChoiceWrapper_Equipment_VersionStructure.EquipmentVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-