Package uk.org.netex.www.netex
Enum Class SeriesTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<SeriesTypeEnumeration>,Constable
public enum SeriesTypeEnumeration
extends Enum<SeriesTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for SERIES CONSTRAINT type. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 128:47]Protobuf enum
uk.org.netex.www.netex.SeriesTypeEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 136:37][netex_part_3/part3_fares/netex_fareSeries_support.xsd at 135:50][netex_part_3/part3_fares/netex_fareSeries_support.xsd at 134:45][netex_part_3/part3_fares/netex_fareSeries_support.xsd at 133:47][netex_part_3/part3_fares/netex_fareSeries_support.xsd at 137:38]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 135:50]static final int[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 136:37]static final int[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 134:45]static final int[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 133:47]static final int[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 137:38]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic SeriesTypeEnumerationforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<SeriesTypeEnumeration> static SeriesTypeEnumerationvalueOf(int value) Deprecated.static SeriesTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SeriesTypeEnumerationReturns the enum constant of this class with the specified name.static SeriesTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SERIES_TYPE_ENUMERATION_UNSPECIFIED
Default
SERIES_TYPE_ENUMERATION_UNSPECIFIED = 0; -
SERIES_TYPE_ENUMERATION_STATION_TO_STATION
[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 133:47]
SERIES_TYPE_ENUMERATION_STATION_TO_STATION = 1; -
SERIES_TYPE_ENUMERATION_ORIGIN_TO_BORDER
[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 134:45]
SERIES_TYPE_ENUMERATION_ORIGIN_TO_BORDER = 2; -
SERIES_TYPE_ENUMERATION_BORDER_TO_DESTINATION
[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 135:50]
SERIES_TYPE_ENUMERATION_BORDER_TO_DESTINATION = 3; -
SERIES_TYPE_ENUMERATION_BORDER
[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 136:37]
SERIES_TYPE_ENUMERATION_BORDER = 4; -
SERIES_TYPE_ENUMERATION_TRANSIT
[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 137:38]
SERIES_TYPE_ENUMERATION_TRANSIT = 5; -
UNRECOGNIZED
-
-
Field Details
-
SERIES_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int SERIES_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
SERIES_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
SERIES_TYPE_ENUMERATION_STATION_TO_STATION_VALUE
public static final int SERIES_TYPE_ENUMERATION_STATION_TO_STATION_VALUE[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 133:47]
SERIES_TYPE_ENUMERATION_STATION_TO_STATION = 1;- See Also:
-
SERIES_TYPE_ENUMERATION_ORIGIN_TO_BORDER_VALUE
public static final int SERIES_TYPE_ENUMERATION_ORIGIN_TO_BORDER_VALUE[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 134:45]
SERIES_TYPE_ENUMERATION_ORIGIN_TO_BORDER = 2;- See Also:
-
SERIES_TYPE_ENUMERATION_BORDER_TO_DESTINATION_VALUE
public static final int SERIES_TYPE_ENUMERATION_BORDER_TO_DESTINATION_VALUE[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 135:50]
SERIES_TYPE_ENUMERATION_BORDER_TO_DESTINATION = 3;- See Also:
-
SERIES_TYPE_ENUMERATION_BORDER_VALUE
public static final int SERIES_TYPE_ENUMERATION_BORDER_VALUE[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 136:37]
SERIES_TYPE_ENUMERATION_BORDER = 4;- See Also:
-
SERIES_TYPE_ENUMERATION_TRANSIT_VALUE
public static final int SERIES_TYPE_ENUMERATION_TRANSIT_VALUE[netex_part_3/part3_fares/netex_fareSeries_support.xsd at 137:38]
SERIES_TYPE_ENUMERATION_TRANSIT = 5;- See Also:
-
-
Method Details
-
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
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
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static SeriesTypeEnumeration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) 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:
desc- 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
-