Package uk.org.netex.www.netex
Enum Class 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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe extent of the zone is indicated by a set of stops marking the border points on the periphery of the FARE ZONE.Stops that are members of the zone are explicitly listed.Any stop that is spatially contained within the zone is assumed to be a member.Other method [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe extent of the zone is indicated by a set of stops marking the border points on the periphery of the FARE ZONE.static final intStops that are members of the zone are explicitly listed.static final intAny stop that is spatially contained within the zone is assumed to be a member.static final intOther method [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic ScopingMethodEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ScopingMethodEnumeration> static ScopingMethodEnumerationvalueOf(int value) Deprecated.static ScopingMethodEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ScopingMethodEnumerationReturns the enum constant of this class with the specified name.static ScopingMethodEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SCOPING_METHOD_ENUMERATION_UNSPECIFIED
Default
SCOPING_METHOD_ENUMERATION_UNSPECIFIED = 0; -
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
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
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
Other method [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]
SCOPING_METHOD_ENUMERATION_OTHER = 4; -
UNRECOGNIZED
-
-
Field Details
-
SCOPING_METHOD_ENUMERATION_UNSPECIFIED_VALUE
public static final int SCOPING_METHOD_ENUMERATION_UNSPECIFIED_VALUEDefault
SCOPING_METHOD_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS_VALUE
public static final int SCOPING_METHOD_ENUMERATION_EXPLICIT_STOPS_VALUEStops 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_VALUEAny 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_VALUEThe 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_VALUEOther method [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 294:35]
SCOPING_METHOD_ENUMERATION_OTHER = 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<ScopingMethodEnumeration> 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 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 nameNullPointerException- if the argument is null
-