Package uk.org.netex.www.netex
Enum Class ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase
java.lang.Object
java.lang.Enum<ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase>
uk.org.netex.www.netex.ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase>,Constable
public static enum ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase
extends Enum<ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase>
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
-
TICKETING_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase TICKETING_SERVICE -
ASSISTANCE_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase ASSISTANCE_SERVICE -
LUGGAGE_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase LUGGAGE_SERVICE -
CUSTOMER_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase CUSTOMER_SERVICE -
COMPLAINTS_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase COMPLAINTS_SERVICE -
LEFT_LUGGAGE_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase LEFT_LUGGAGE_SERVICE -
LOST_PROPERTY_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase LOST_PROPERTY_SERVICE -
MEETING_POINT_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase MEETING_POINT_SERVICE -
COMMUNICATION_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase COMMUNICATION_SERVICE -
HIRE_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase HIRE_SERVICE -
MONEY_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase MONEY_SERVICE -
RETAIL_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase RETAIL_SERVICE -
CATERING_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase CATERING_SERVICE -
ASSISTANCE_BOOKING_SERVICE
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase ASSISTANCE_BOOKING_SERVICE -
LOCALSERVICEVERSIONSTRUCTURE_NOT_SET
public static final ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase LOCALSERVICEVERSIONSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase[] 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 ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase 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 ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase 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 ExplicitEquipments_RelStructure.ChoiceWrapper_ExplicitEquipments_RelStructure.LocalServiceVersionStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-