Enum Class SeriesTypeEnumeration

java.lang.Object
java.lang.Enum<SeriesTypeEnumeration>
uk.org.netex.www.netex.SeriesTypeEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SeriesTypeEnumeration>, Constable

@Generated 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
  • Enum Constant Details

    • SERIES_TYPE_ENUMERATION_UNSPECIFIED

      public static final SeriesTypeEnumeration SERIES_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      SERIES_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • SERIES_TYPE_ENUMERATION_STATION_TO_STATION

      public static final SeriesTypeEnumeration 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

      public static final SeriesTypeEnumeration 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

      public static final SeriesTypeEnumeration 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

      public static final SeriesTypeEnumeration 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

      public static final SeriesTypeEnumeration SERIES_TYPE_ENUMERATION_TRANSIT
       [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 137:38]
       
      SERIES_TYPE_ENUMERATION_TRANSIT = 5;
    • UNRECOGNIZED

      public static final SeriesTypeEnumeration UNRECOGNIZED
  • Field Details

    • SERIES_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int SERIES_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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

      public static SeriesTypeEnumeration[] 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 SeriesTypeEnumeration 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static SeriesTypeEnumeration 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 name
      NullPointerException - if the argument is null
    • forNumber

      public static SeriesTypeEnumeration forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<SeriesTypeEnumeration> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static 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 name
      NullPointerException - if the argument is null