Package uk.org.netex.www.netex
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
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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionERA X01: The connection is guaranteed under any circumstances.ERA X04: The connection is never guaranteed, although the connection time available is longer than the location connection time.ERA X02: The connection is normally guaranteed, although the connection time available is shorter than the location connection time.ERA X03: The connection is not guaranteed, although the connection time available is longer than the location connection time.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intERA X01: The connection is guaranteed under any circumstances.static final intERA X04: The connection is never guaranteed, although the connection time available is longer than the location connection time.static final intERA X02: The connection is normally guaranteed, although the connection time available is shorter than the location connection time.static final intERA X03: The connection is not guaranteed, although the connection time available is longer than the location connection time.static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ConnectionCertaintyEnumeration> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ConnectionCertaintyEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED
Default
CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED = 0; -
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_GUARANTEEDERA 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
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_GUARANTEEDERA 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
-
-
Field Details
-
CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED_VALUE
public static final int CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED_VALUEDefault
CONNECTION_CERTAINTY_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED_VALUE
public static final int CONNECTION_CERTAINTY_ENUMERATION_GUARANTEED_VALUEERA 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_VALUEERA 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_VALUEERA 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_VALUEERA 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
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final 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 nameNullPointerException- if the argument is null
-