Enum Class ScopingMethodEnumeration

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

@Generated public enum ScopingMethodEnumeration extends Enum<ScopingMethodEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for FARE ZONE Scoping Method  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 274:50]
 
Protobuf enum uk.org.netex.www.netex.ScopingMethodEnumeration
  • Enum Constant Details

    • SCOPING_METHOD_ENUMERATION_UNSPECIFIED

      public static final ScopingMethodEnumeration SCOPING_METHOD_ENUMERATION_UNSPECIFIED
       Default
       
      SCOPING_METHOD_ENUMERATION_UNSPECIFIED = 0;
    • SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS

      public static final ScopingMethodEnumeration SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS
       Stops that are members of the zone are explicitly listed.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 279:43]
       
      SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS = 1;
    • SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION

      public static final ScopingMethodEnumeration SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION
       Any stop that is spatially contained within the zone is assumed to be a  member.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 284:55]
       
      SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION = 2;
    • SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS

      public static final ScopingMethodEnumeration SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS
       The extent of the zone is indicated by a set of stops marking the border points on the periphery of the FARE ZONE. Any stop that is spatially contained within the indicated zone is assumed to be a  member.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 289:52]
       
      SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS = 3;
    • SCOPING_METHOD_ENUMERATION_OTHER

      public static final ScopingMethodEnumeration SCOPING_METHOD_ENUMERATION_OTHER
       Other method  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]
       
      SCOPING_METHOD_ENUMERATION_OTHER = 4;
    • UNRECOGNIZED

      public static final ScopingMethodEnumeration UNRECOGNIZED
  • Field Details

    • SCOPING_METHOD_ENUMERATION_UNSPECIFIED_VALUE

      public static final int SCOPING_METHOD_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      SCOPING_METHOD_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS_VALUE

      public static final int SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS_VALUE
       Stops that are members of the zone are explicitly listed.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 279:43]
       
      SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS = 1;
      See Also:
    • SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION_VALUE

      public static final int SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION_VALUE
       Any stop that is spatially contained within the zone is assumed to be a  member.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 284:55]
       
      SCOPING_METHOD_ENUMERATION_IMPLICIT_SPATIAL_PROJECTION = 2;
      See Also:
    • SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS_VALUE

      public static final int SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS_VALUE
       The extent of the zone is indicated by a set of stops marking the border points on the periphery of the FARE ZONE. Any stop that is spatially contained within the indicated zone is assumed to be a  member.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 289:52]
       
      SCOPING_METHOD_ENUMERATION_EXPLICIT_PERIPHERY_STOPS = 3;
      See Also:
    • SCOPING_METHOD_ENUMERATION_OTHER_VALUE

      public static final int SCOPING_METHOD_ENUMERATION_OTHER_VALUE
       Other method  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]
       
      SCOPING_METHOD_ENUMERATION_OTHER = 4;
      See Also:
  • Method Details

    • values

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