Enum Class EncumbranceEnumeration

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

@Generated public enum EncumbranceEnumeration extends Enum<EncumbranceEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for specific encumbrances.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 233:48]
 
Protobuf enum uk.org.netex.www.netex.EncumbranceEnumeration
  • Enum Constant Details

    • ENCUMBRANCE_ENUMERATION_UNSPECIFIED

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_UNSPECIFIED
       Default
       
      ENCUMBRANCE_ENUMERATION_UNSPECIFIED = 0;
    • ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 238:48]
       
      ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED = 1;
    • ENCUMBRANCE_ENUMERATION_PUSHCHAIR

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_PUSHCHAIR
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 239:40]
       
      ENCUMBRANCE_ENUMERATION_PUSHCHAIR = 2;
    • ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 240:45]
       
      ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY = 3;
    • ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 241:46]
       
      ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE = 4;
    • ENCUMBRANCE_ENUMERATION_GUIDE_DOG

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_GUIDE_DOG
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 242:39]
       
      ENCUMBRANCE_ENUMERATION_GUIDE_DOG = 5;
    • ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 243:42]
       
      ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL = 6;
    • ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED

      public static final EncumbranceEnumeration ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 244:51]
       
      ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED = 7;
    • UNRECOGNIZED

      public static final EncumbranceEnumeration UNRECOGNIZED
  • Field Details

    • ENCUMBRANCE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      ENCUMBRANCE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 238:48]
       
      ENCUMBRANCE_ENUMERATION_LUGGAGE_ENCUMBERED = 1;
      See Also:
    • ENCUMBRANCE_ENUMERATION_PUSHCHAIR_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_PUSHCHAIR_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 239:40]
       
      ENCUMBRANCE_ENUMERATION_PUSHCHAIR = 2;
      See Also:
    • ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 240:45]
       
      ENCUMBRANCE_ENUMERATION_BAGGAGE_TROLLEY = 3;
      See Also:
    • ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 241:46]
       
      ENCUMBRANCE_ENUMERATION_OVERSIZE_BAGGAGE = 4;
      See Also:
    • ENCUMBRANCE_ENUMERATION_GUIDE_DOG_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_GUIDE_DOG_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 242:39]
       
      ENCUMBRANCE_ENUMERATION_GUIDE_DOG = 5;
      See Also:
    • ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 243:42]
       
      ENCUMBRANCE_ENUMERATION_OTHER_ANIMAL = 6;
      See Also:
    • ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED_VALUE

      public static final int ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED_VALUE
       [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_passengerMobility.xsd at 244:51]
       
      ENCUMBRANCE_ENUMERATION_OTHER_ENCUMBRANCE_NEED = 7;
      See Also:
  • Method Details

    • values

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