Enum Class TransitionEnumeration

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

public enum TransitionEnumeration extends Enum<TransitionEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for path transition.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 212:47]
 
Protobuf enum uk.org.netex.www.netex.TransitionEnumeration
  • Enum Constant Details

    • TRANSITION_ENUMERATION_UNSPECIFIED

      public static final TransitionEnumeration TRANSITION_ENUMERATION_UNSPECIFIED
       Default
       
      TRANSITION_ENUMERATION_UNSPECIFIED = 0;
    • TRANSITION_ENUMERATION_UP

      public static final TransitionEnumeration TRANSITION_ENUMERATION_UP
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 217:33]
       
      TRANSITION_ENUMERATION_UP = 1;
    • TRANSITION_ENUMERATION_DOWN

      public static final TransitionEnumeration TRANSITION_ENUMERATION_DOWN
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 218:35]
       
      TRANSITION_ENUMERATION_DOWN = 2;
    • TRANSITION_ENUMERATION_LEVEL

      public static final TransitionEnumeration TRANSITION_ENUMERATION_LEVEL
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 219:36]
       
      TRANSITION_ENUMERATION_LEVEL = 3;
    • TRANSITION_ENUMERATION_UP_AND_DOWN

      public static final TransitionEnumeration TRANSITION_ENUMERATION_UP_AND_DOWN
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 220:40]
       
      TRANSITION_ENUMERATION_UP_AND_DOWN = 4;
    • TRANSITION_ENUMERATION_DOWN_AND_UP

      public static final TransitionEnumeration TRANSITION_ENUMERATION_DOWN_AND_UP
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 221:40]
       
      TRANSITION_ENUMERATION_DOWN_AND_UP = 5;
    • UNRECOGNIZED

      public static final TransitionEnumeration UNRECOGNIZED
  • Field Details

    • TRANSITION_ENUMERATION_UNSPECIFIED_VALUE

      public static final int TRANSITION_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      TRANSITION_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • TRANSITION_ENUMERATION_UP_VALUE

      public static final int TRANSITION_ENUMERATION_UP_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 217:33]
       
      TRANSITION_ENUMERATION_UP = 1;
      See Also:
    • TRANSITION_ENUMERATION_DOWN_VALUE

      public static final int TRANSITION_ENUMERATION_DOWN_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 218:35]
       
      TRANSITION_ENUMERATION_DOWN = 2;
      See Also:
    • TRANSITION_ENUMERATION_LEVEL_VALUE

      public static final int TRANSITION_ENUMERATION_LEVEL_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 219:36]
       
      TRANSITION_ENUMERATION_LEVEL = 3;
      See Also:
    • TRANSITION_ENUMERATION_UP_AND_DOWN_VALUE

      public static final int TRANSITION_ENUMERATION_UP_AND_DOWN_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 220:40]
       
      TRANSITION_ENUMERATION_UP_AND_DOWN = 4;
      See Also:
    • TRANSITION_ENUMERATION_DOWN_AND_UP_VALUE

      public static final int TRANSITION_ENUMERATION_DOWN_AND_UP_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 221:40]
       
      TRANSITION_ENUMERATION_DOWN_AND_UP = 5;
      See Also:
  • Method Details

    • values

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