Enum Class ConnectionCertaintyEnumeration

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

@Generated public enum ConnectionCertaintyEnumeration extends Enum<ConnectionCertaintyEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for  Guaranteed.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 241:56]
 
Protobuf enum uk.org.netex.www.netex.ConnectionCertaintyEnumeration
  • Enum Constant Details

    • CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED

      public static final ConnectionCertaintyEnumeration CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED
       Default
       
      CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED = 0;
    • CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED

      public static final ConnectionCertaintyEnumeration CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED
       ERA X01: The connection is guaranteed under any circumstances.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 246:40]
       
      CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED = 1;
    • CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED

      public static final ConnectionCertaintyEnumeration CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED
       ERA X02: The connection is normally guaranteed, although the connection time available is shorter than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 251:48]
       
      CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED = 2;
    • CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED

      public static final ConnectionCertaintyEnumeration CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED
       ERA X03: The connection is not guaranteed, although the connection time available is longer than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 256:43]
       
      CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED = 3;
    • CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED

      public static final ConnectionCertaintyEnumeration CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED
       ERA X04: The connection is never guaranteed, although the connection time available is longer than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 261:45]
       
      CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED = 4;
    • UNRECOGNIZED

      public static final ConnectionCertaintyEnumeration UNRECOGNIZED
  • Field Details

    • CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED_VALUE

      public static final int CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED_VALUE
       ERA X01: The connection is guaranteed under any circumstances.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 246:40]
       
      CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED = 1;
      See Also:
    • CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED_VALUE

      public static final int CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED_VALUE
       ERA X02: The connection is normally guaranteed, although the connection time available is shorter than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 251:48]
       
      CONNECTION_CERTAINTY_ENUMERATION_NORMALLY_GUARANTEED = 2;
      See Also:
    • CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED_VALUE

      public static final int CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED_VALUE
       ERA X03: The connection is not guaranteed, although the connection time available is longer than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 256:43]
       
      CONNECTION_CERTAINTY_ENUMERATION_NOT_GUARANTEED = 3;
      See Also:
    • CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED_VALUE

      public static final int CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED_VALUE
       ERA X04: The connection is never guaranteed, although the connection time available is longer than the location connection time.  [netex_part_2/part2_journeyTimes/netex_interchange_support.xsd at 261:45]
       
      CONNECTION_CERTAINTY_ENUMERATION_NEVER_GUARANTEED = 4;
      See Also:
  • Method Details

    • values

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