Package uk.org.netex.www.netex
Enum Class LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase
java.lang.Object
java.lang.Enum<LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase>
uk.org.netex.www.netex.LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase>,Constable
- Enclosing class:
LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure
public static enum LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase
extends Enum<LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase>
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
Modifier and TypeMethodDescriptionstatic LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCaseforNumber(int value) intstatic LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCasevalueOf(int value) Deprecated.static LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCaseReturns the enum constant of this class with the specified name.static LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOCAL_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase LOCAL_SERVICE_REF -
TICKETING_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase TICKETING_SERVICE_REF -
ASSISTANCE_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase ASSISTANCE_SERVICE_REF -
CUSTOMER_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase CUSTOMER_SERVICE_REF -
COMPLAINTS_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase COMPLAINTS_SERVICE_REF -
LOST_PROPERTY_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase LOST_PROPERTY_SERVICE_REF -
LUGGAGE_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase LUGGAGE_SERVICE_REF -
LEFT_LUGGAGE_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase LEFT_LUGGAGE_SERVICE_REF -
MEETING_POINT_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase MEETING_POINT_SERVICE_REF -
COMMUNICATION_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase COMMUNICATION_SERVICE_REF -
HIRE_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase HIRE_SERVICE_REF -
MONEY_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase MONEY_SERVICE_REF -
RETAIL_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase RETAIL_SERVICE_REF -
CATERING_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase CATERING_SERVICE_REF -
ASSISTANCE_BOOKING_SERVICE_REF
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase ASSISTANCE_BOOKING_SERVICE_REF -
LOCALSERVICEREFSTRUCTURE_NOT_SET
public static final LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase LOCALSERVICEREFSTRUCTURE_NOT_SET
-
-
Method Details
-
values
public static LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase[] 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 LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase 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 LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase 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 LocalServices_RelStructure.ChoiceWrapper_LocalServices_RelStructure.LocalServiceRefStructureCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-