Enum Class RetailServiceEnumeration

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

@Generated public enum RetailServiceEnumeration extends Enum<RetailServiceEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 202:50]
 
Protobuf enum uk.org.netex.www.netex.RetailServiceEnumeration
  • Enum Constant Details

    • RETAIL_SERVICE_ENUMERATION_UNSPECIFIED

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_UNSPECIFIED
       Default
       
      RETAIL_SERVICE_ENUMERATION_UNSPECIFIED = 0;
    • RETAIL_SERVICE_ENUMERATION_FOOD

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_FOOD
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 207:35]
       
      RETAIL_SERVICE_ENUMERATION_FOOD = 1;
    • RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 208:50]
       
      RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY = 2;
    • RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 209:47]
       
      RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO = 3;
    • RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 210:49]
       
      RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES = 4;
    • RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 211:51]
       
      RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE = 5;
    • RETAIL_SERVICE_ENUMERATION_TOURISM

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_TOURISM
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 212:38]
       
      RETAIL_SERVICE_ENUMERATION_TOURISM = 6;
    • RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH

      public static final RetailServiceEnumeration RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 213:41]
       
      RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH = 7;
    • UNRECOGNIZED

      public static final RetailServiceEnumeration UNRECOGNIZED
  • Field Details

    • RETAIL_SERVICE_ENUMERATION_UNSPECIFIED_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      RETAIL_SERVICE_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_FOOD_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_FOOD_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 207:35]
       
      RETAIL_SERVICE_ENUMERATION_FOOD = 1;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 208:50]
       
      RETAIL_SERVICE_ENUMERATION_HEALTH_HYGIENE_BEAUTY = 2;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 209:47]
       
      RETAIL_SERVICE_ENUMERATION_NEWSPAPER_TOBACCO = 3;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 210:49]
       
      RETAIL_SERVICE_ENUMERATION_FASHION_ACCESSORIES = 4;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 211:51]
       
      RETAIL_SERVICE_ENUMERATION_BANK_FINANCE_INSURANCE = 5;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_TOURISM_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_TOURISM_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 212:38]
       
      RETAIL_SERVICE_ENUMERATION_TOURISM = 6;
      See Also:
    • RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH_VALUE

      public static final int RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH_VALUE
       [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 213:41]
       
      RETAIL_SERVICE_ENUMERATION_PHOTO_BOOTH = 7;
      See Also:
  • Method Details

    • values

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