Package uk.org.netex.www.netex
Enum Class VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase
java.lang.Object
java.lang.Enum<VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase>
uk.org.netex.www.netex.VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase>,Constable
public static enum VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase
extends Enum<VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase>
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 ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
VEHICLE_MEETING_PLACEU
public static final VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase VEHICLE_MEETING_PLACEU -
VEHICLE_POOLING_MEETING_PLACE
public static final VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase VEHICLE_POOLING_MEETING_PLACE -
ADDRESSABLEPLACEVERSIONSTRUCTURE_NOT_SET
public static final VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase ADDRESSABLEPLACEVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase[] 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 VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase 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 VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase 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 VehicleMeetingPlaces_RelStructure.ChoiceWrapper_AddressablePlace_VersionStructure.AddressablePlaceVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-