Enum Class FlexibleServiceEnumeration

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

@Generated public enum FlexibleServiceEnumeration extends Enum<FlexibleServiceEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for flexible service type: FixedPassingTimes, DynamicPassingTimes, FixedHeadwayFrequency.  [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 141:52]
 
Protobuf enum uk.org.netex.www.netex.FlexibleServiceEnumeration
  • Enum Constant Details

    • FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED
       Default
       
      FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED = 0;
    • FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 146:50]
       
      FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES = 1;
    • FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 147:52]
       
      FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY = 2;
    • FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 148:48]
       
      FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES = 3;
    • FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 149:42]
       
      FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE = 4;
    • FLEXIBLE_SERVICE_ENUMERATION_OTHER

      public static final FlexibleServiceEnumeration FLEXIBLE_SERVICE_ENUMERATION_OTHER
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 150:36]
       
      FLEXIBLE_SERVICE_ENUMERATION_OTHER = 5;
    • UNRECOGNIZED

      public static final FlexibleServiceEnumeration UNRECOGNIZED
  • Field Details

    • FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      FLEXIBLE_SERVICE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES_VALUE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 146:50]
       
      FLEXIBLE_SERVICE_ENUMERATION_DYNAMIC_PASSING_TIMES = 1;
      See Also:
    • FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY_VALUE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 147:52]
       
      FLEXIBLE_SERVICE_ENUMERATION_FIXED_HEADWAY_FREQUENCY = 2;
      See Also:
    • FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES_VALUE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 148:48]
       
      FLEXIBLE_SERVICE_ENUMERATION_FIXED_PASSING_TIMES = 3;
      See Also:
    • FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE_VALUE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 149:42]
       
      FLEXIBLE_SERVICE_ENUMERATION_NOT_FLEXIBLE = 4;
      See Also:
    • FLEXIBLE_SERVICE_ENUMERATION_OTHER_VALUE

      public static final int FLEXIBLE_SERVICE_ENUMERATION_OTHER_VALUE
       [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 150:36]
       
      FLEXIBLE_SERVICE_ENUMERATION_OTHER = 5;
      See Also:
  • Method Details

    • values

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