Enum Class FareDemandTypeEnumeration

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

public enum FareDemandTypeEnumeration extends Enum<FareDemandTypeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Fare demand type.  [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 114:51]
 
Protobuf enum uk.org.netex.www.netex.FareDemandTypeEnumeration
  • Enum Constant Details

    • FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • FARE_DEMAND_TYPE_ENUMERATION_PEAK

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_PEAK
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35]
       
      FARE_DEMAND_TYPE_ENUMERATION_PEAK = 1;
    • FARE_DEMAND_TYPE_ENUMERATION_MIDDLE

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_MIDDLE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37]
       
      FARE_DEMAND_TYPE_ENUMERATION_MIDDLE = 2;
    • FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38]
       
      FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK = 3;
    • FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]
       
      FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK = 4;
    • FARE_DEMAND_TYPE_ENUMERATION_NIGHT

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_NIGHT
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36]
       
      FARE_DEMAND_TYPE_ENUMERATION_NIGHT = 5;
    • FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT

      public static final FareDemandTypeEnumeration FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43]
       
      FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT = 6;
    • UNRECOGNIZED

      public static final FareDemandTypeEnumeration UNRECOGNIZED
  • Field Details

    • FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_PEAK_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_PEAK_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35]
       
      FARE_DEMAND_TYPE_ENUMERATION_PEAK = 1;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_MIDDLE_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_MIDDLE_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37]
       
      FARE_DEMAND_TYPE_ENUMERATION_MIDDLE = 2;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38]
       
      FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK = 3;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]
       
      FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK = 4;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_NIGHT_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_NIGHT_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36]
       
      FARE_DEMAND_TYPE_ENUMERATION_NIGHT = 5;
      See Also:
    • FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT_VALUE

      public static final int FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT_VALUE
       [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43]
       
      FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT = 6;
      See Also:
  • Method Details

    • values

      public static FareDemandTypeEnumeration[] 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 FareDemandTypeEnumeration 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 FareDemandTypeEnumeration 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 FareDemandTypeEnumeration 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<FareDemandTypeEnumeration> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static FareDemandTypeEnumeration 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