Enum Class StopUseEnumeration

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

public enum StopUseEnumeration extends Enum<StopUseEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Stop Use.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 365:44]
 
Protobuf enum uk.org.netex.www.netex.StopUseEnumeration
  • Enum Constant Details

    • STOP_USE_ENUMERATION_UNSPECIFIED

      public static final StopUseEnumeration STOP_USE_ENUMERATION_UNSPECIFIED
       Default
       
      STOP_USE_ENUMERATION_UNSPECIFIED = 0;
    • STOP_USE_ENUMERATION_ACCESS

      public static final StopUseEnumeration STOP_USE_ENUMERATION_ACCESS
       Stop May be used to access transport system.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 370:36]
       
      STOP_USE_ENUMERATION_ACCESS = 1;
    • STOP_USE_ENUMERATION_INTERCHANGE_ONLY

      public static final StopUseEnumeration STOP_USE_ENUMERATION_INTERCHANGE_ONLY
       Stop may only be used for interchange. Passengers may not enter or exit the station.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 375:45]
       
      STOP_USE_ENUMERATION_INTERCHANGE_ONLY = 2;
    • STOP_USE_ENUMERATION_PASSTHROUGH

      public static final StopUseEnumeration STOP_USE_ENUMERATION_PASSTHROUGH
       Vehicle passes through without stopping.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 380:41]
       
      STOP_USE_ENUMERATION_PASSTHROUGH = 3;
    • STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING

      public static final StopUseEnumeration STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 385:52]
       
      STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING = 4;
    • UNRECOGNIZED

      public static final StopUseEnumeration UNRECOGNIZED
  • Field Details

    • STOP_USE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int STOP_USE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      STOP_USE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • STOP_USE_ENUMERATION_ACCESS_VALUE

      public static final int STOP_USE_ENUMERATION_ACCESS_VALUE
       Stop May be used to access transport system.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 370:36]
       
      STOP_USE_ENUMERATION_ACCESS = 1;
      See Also:
    • STOP_USE_ENUMERATION_INTERCHANGE_ONLY_VALUE

      public static final int STOP_USE_ENUMERATION_INTERCHANGE_ONLY_VALUE
       Stop may only be used for interchange. Passengers may not enter or exit the station.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 375:45]
       
      STOP_USE_ENUMERATION_INTERCHANGE_ONLY = 2;
      See Also:
    • STOP_USE_ENUMERATION_PASSTHROUGH_VALUE

      public static final int STOP_USE_ENUMERATION_PASSTHROUGH_VALUE
       Vehicle passes through without stopping.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 380:41]
       
      STOP_USE_ENUMERATION_PASSTHROUGH = 3;
      See Also:
    • STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING_VALUE

      public static final int STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING_VALUE
       [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 385:52]
       
      STOP_USE_ENUMERATION_NO_BOARDING_OR_ALIGHTING = 4;
      See Also:
  • Method Details

    • values

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