Enum Class DirectionTypeEnumeration

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

public enum DirectionTypeEnumeration extends Enum<DirectionTypeEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 67:50]
 
Protobuf enum uk.org.netex.www.netex.DirectionTypeEnumeration
  • Enum Constant Details

    • DIRECTION_TYPE_ENUMERATION_UNSPECIFIED

      public static final DirectionTypeEnumeration DIRECTION_TYPE_ENUMERATION_UNSPECIFIED
       Default
       
      DIRECTION_TYPE_ENUMERATION_UNSPECIFIED = 0;
    • DIRECTION_TYPE_ENUMERATION_INBOUND

      public static final DirectionTypeEnumeration DIRECTION_TYPE_ENUMERATION_INBOUND
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 72:38]
       
      DIRECTION_TYPE_ENUMERATION_INBOUND = 1;
    • DIRECTION_TYPE_ENUMERATION_OUTBOUND

      public static final DirectionTypeEnumeration DIRECTION_TYPE_ENUMERATION_OUTBOUND
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 73:39]
       
      DIRECTION_TYPE_ENUMERATION_OUTBOUND = 2;
    • DIRECTION_TYPE_ENUMERATION_CLOCKWISE

      public static final DirectionTypeEnumeration DIRECTION_TYPE_ENUMERATION_CLOCKWISE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 74:40]
       
      DIRECTION_TYPE_ENUMERATION_CLOCKWISE = 3;
    • DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE

      public static final DirectionTypeEnumeration DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 75:44]
       
      DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE = 4;
    • UNRECOGNIZED

      public static final DirectionTypeEnumeration UNRECOGNIZED
  • Field Details

    • DIRECTION_TYPE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int DIRECTION_TYPE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      DIRECTION_TYPE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • DIRECTION_TYPE_ENUMERATION_INBOUND_VALUE

      public static final int DIRECTION_TYPE_ENUMERATION_INBOUND_VALUE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 72:38]
       
      DIRECTION_TYPE_ENUMERATION_INBOUND = 1;
      See Also:
    • DIRECTION_TYPE_ENUMERATION_OUTBOUND_VALUE

      public static final int DIRECTION_TYPE_ENUMERATION_OUTBOUND_VALUE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 73:39]
       
      DIRECTION_TYPE_ENUMERATION_OUTBOUND = 2;
      See Also:
    • DIRECTION_TYPE_ENUMERATION_CLOCKWISE_VALUE

      public static final int DIRECTION_TYPE_ENUMERATION_CLOCKWISE_VALUE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 74:40]
       
      DIRECTION_TYPE_ENUMERATION_CLOCKWISE = 3;
      See Also:
    • DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE_VALUE

      public static final int DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE_VALUE
       [netex_part_1/part1_networkDescription/netex_route_support.xsd at 75:44]
       
      DIRECTION_TYPE_ENUMERATION_ANTICLOCKWISE = 4;
      See Also:
  • Method Details

    • values

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