Enum Class UicProductCharacteristicEnumeration

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

@Generated public enum UicProductCharacteristicEnumeration extends Enum<UicProductCharacteristicEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 UIC Product Characteristic UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 62:61]
 
Protobuf enum uk.org.netex.www.netex.UicProductCharacteristicEnumeration
  • Enum Constant Details

    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED
       Default
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED = 0;
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 67:52]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS = 1;
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 68:48]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE = 2;
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 69:45]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF = 3;
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 70:57]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE = 4;
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF

      public static final UicProductCharacteristicEnumeration UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 71:48]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF = 5;
    • UNRECOGNIZED

      public static final UicProductCharacteristicEnumeration UNRECOGNIZED
  • Field Details

    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS_VALUE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 67:52]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TARIFF_COMMUN_VOYAGEURS = 1;
      See Also:
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE_VALUE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 68:48]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_ALL_INCLUSIVE_PRICE = 2;
      See Also:
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF_VALUE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 69:45]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_EAST_WEST_TARIFF = 3;
      See Also:
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE_VALUE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 70:57]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_TRAIN_WITH_TCV_AND_MARKET_PRICE = 4;
      See Also:
    • UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF_VALUE

      public static final int UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF_VALUE
       [netex_framework/netex_reusableComponents/netex_facilityUic_support.xsd at 71:48]
       
      UIC_PRODUCT_CHARACTERISTIC_ENUMERATION_NO_PUBLISHED_TARIFF = 5;
      See Also:
  • Method Details

    • values

      public static UicProductCharacteristicEnumeration[] 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 UicProductCharacteristicEnumeration 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 UicProductCharacteristicEnumeration 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 UicProductCharacteristicEnumeration 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<UicProductCharacteristicEnumeration> 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 UicProductCharacteristicEnumeration 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