Enum Class CrowdingEnumeration

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

@Generated 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
  • Enum Constant Details

    • CROWDING_ENUMERATION_UNSPECIFIED

      public static final CrowdingEnumeration CROWDING_ENUMERATION_UNSPECIFIED
       Default
       
      CROWDING_ENUMERATION_UNSPECIFIED = 0;
    • CROWDING_ENUMERATION_VERY_QUIET

      public static final CrowdingEnumeration CROWDING_ENUMERATION_VERY_QUIET
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 305:40]
       
      CROWDING_ENUMERATION_VERY_QUIET = 1;
    • CROWDING_ENUMERATION_QUIET

      public static final CrowdingEnumeration CROWDING_ENUMERATION_QUIET
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 306:36]
       
      CROWDING_ENUMERATION_QUIET = 2;
    • CROWDING_ENUMERATION_NORMAL

      public static final CrowdingEnumeration CROWDING_ENUMERATION_NORMAL
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 307:37]
       
      CROWDING_ENUMERATION_NORMAL = 3;
    • CROWDING_ENUMERATION_BUSY

      public static final CrowdingEnumeration CROWDING_ENUMERATION_BUSY
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 308:35]
       
      CROWDING_ENUMERATION_BUSY = 4;
    • CROWDING_ENUMERATION_VERY_BUSY

      public static final CrowdingEnumeration CROWDING_ENUMERATION_VERY_BUSY
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 309:39]
       
      CROWDING_ENUMERATION_VERY_BUSY = 5;
    • UNRECOGNIZED

      public static final CrowdingEnumeration UNRECOGNIZED
  • Field Details

    • CROWDING_ENUMERATION_UNSPECIFIED_VALUE

      public static final int CROWDING_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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

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