Package uk.org.netex.www.netex
Enum Class CrowdingEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CrowdingEnumeration>,Constable
public enum CrowdingEnumeration
extends Enum<CrowdingEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Crowdedness. [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 300:45]Protobuf enum
uk.org.netex.www.netex.CrowdingEnumeration-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 308:35][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 307:37][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 306:36]Default[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 309:39][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 305:40] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 308:35]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 307:37]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 306:36]static final intDefaultstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 309:39]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 305:40] -
Method Summary
Modifier and TypeMethodDescriptionstatic CrowdingEnumerationforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CrowdingEnumeration> static CrowdingEnumerationvalueOf(int value) Deprecated.static CrowdingEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CrowdingEnumerationReturns the enum constant of this class with the specified name.static CrowdingEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CROWDING_ENUMERATION_UNSPECIFIED
Default
CROWDING_ENUMERATION_UNSPECIFIED = 0; -
CROWDING_ENUMERATION_VERY_QUIET
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 305:40]
CROWDING_ENUMERATION_VERY_QUIET = 1; -
CROWDING_ENUMERATION_QUIET
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 306:36]
CROWDING_ENUMERATION_QUIET = 2; -
CROWDING_ENUMERATION_NORMAL
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 307:37]
CROWDING_ENUMERATION_NORMAL = 3; -
CROWDING_ENUMERATION_BUSY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 308:35]
CROWDING_ENUMERATION_BUSY = 4; -
CROWDING_ENUMERATION_VERY_BUSY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 309:39]
CROWDING_ENUMERATION_VERY_BUSY = 5; -
UNRECOGNIZED
-
-
Field Details
-
CROWDING_ENUMERATION_UNSPECIFIED_VALUE
public static final int CROWDING_ENUMERATION_UNSPECIFIED_VALUEDefault
CROWDING_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
CROWDING_ENUMERATION_VERY_QUIET_VALUE
public static final int CROWDING_ENUMERATION_VERY_QUIET_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 305:40]
CROWDING_ENUMERATION_VERY_QUIET = 1;- See Also:
-
CROWDING_ENUMERATION_QUIET_VALUE
public static final int CROWDING_ENUMERATION_QUIET_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 306:36]
CROWDING_ENUMERATION_QUIET = 2;- See Also:
-
CROWDING_ENUMERATION_NORMAL_VALUE
public static final int CROWDING_ENUMERATION_NORMAL_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 307:37]
CROWDING_ENUMERATION_NORMAL = 3;- See Also:
-
CROWDING_ENUMERATION_BUSY_VALUE
public static final int CROWDING_ENUMERATION_BUSY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 308:35]
CROWDING_ENUMERATION_BUSY = 4;- See Also:
-
CROWDING_ENUMERATION_VERY_BUSY_VALUE
public static final int CROWDING_ENUMERATION_VERY_BUSY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 309:39]
CROWDING_ENUMERATION_VERY_BUSY = 5;- 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
-
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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
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:
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
-