Enum Class TimingPointStatusEnumeration

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

public enum TimingPointStatusEnumeration extends Enum<TimingPointStatusEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for TYPE OF TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 256:54]
 
Protobuf enum uk.org.netex.www.netex.TimingPointStatusEnumeration
  • Enum Constant Details

    • TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED

      public static final TimingPointStatusEnumeration TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED
       Default
       
      TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED = 0;
    • TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT

      public static final TimingPointStatusEnumeration TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 261:42]
       
      TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT = 1;
    • TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT

      public static final TimingPointStatusEnumeration TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 262:51]
       
      TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT = 2;
    • TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT

      public static final TimingPointStatusEnumeration TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 263:45]
       
      TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT = 3;
    • UNRECOGNIZED

      public static final TimingPointStatusEnumeration UNRECOGNIZED
  • Field Details

    • TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED_VALUE

      public static final int TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      TIMING_POINT_STATUS_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT_VALUE

      public static final int TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT_VALUE
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 261:42]
       
      TIMING_POINT_STATUS_ENUMERATION_TIMING_POINT = 1;
      See Also:
    • TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT_VALUE

      public static final int TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT_VALUE
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 262:51]
       
      TIMING_POINT_STATUS_ENUMERATION_SECONDARY_TIMING_POINT = 2;
      See Also:
    • TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT_VALUE

      public static final int TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT_VALUE
       [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 263:45]
       
      TIMING_POINT_STATUS_ENUMERATION_NOT_TIMING_POINT = 3;
      See Also:
  • Method Details

    • values

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