Package uk.org.netex.www.netex
Enum Class RetailFacilityEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RetailFacilityEnumeration>,Constable
public enum RetailFacilityEnumeration
extends Enum<RetailFacilityEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Retail Facility. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 669:51]Protobuf enum
uk.org.netex.www.netex.RetailFacilityEnumeration-
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_facility_support.xsd at 680:51][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 681:42][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 682:47][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 679:49][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 675:35][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 678:50][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 676:47][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 684:41][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 677:47][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 683:45][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 674:38]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 680:51]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 681:42]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 682:47]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 679:49]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 675:35]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 678:50]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 676:47]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 684:41]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 677:47]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 683:45]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 674:38]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic RetailFacilityEnumerationforNumber(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<RetailFacilityEnumeration> static RetailFacilityEnumerationvalueOf(int value) Deprecated.static RetailFacilityEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RetailFacilityEnumerationReturns the enum constant of this class with the specified name.static RetailFacilityEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RETAIL_FACILITY_ENUMERATION_UNSPECIFIED
Default
RETAIL_FACILITY_ENUMERATION_UNSPECIFIED = 0; -
RETAIL_FACILITY_ENUMERATION_UNKNOWN
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 674:38]
RETAIL_FACILITY_ENUMERATION_UNKNOWN = 1; -
RETAIL_FACILITY_ENUMERATION_FOOD
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 675:35]
RETAIL_FACILITY_ENUMERATION_FOOD = 2; -
RETAIL_FACILITY_ENUMERATION_NEWSPAPER_TOBACCO
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 676:47]
RETAIL_FACILITY_ENUMERATION_NEWSPAPER_TOBACCO = 3; -
RETAIL_FACILITY_ENUMERATION_RECREATION_TRAVEL
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 677:47]
RETAIL_FACILITY_ENUMERATION_RECREATION_TRAVEL = 4; -
RETAIL_FACILITY_ENUMERATION_HYGIENE_HEALTH_BEAUTY
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 678:50]
RETAIL_FACILITY_ENUMERATION_HYGIENE_HEALTH_BEAUTY = 5; -
RETAIL_FACILITY_ENUMERATION_FASHION_ACCESSORIES
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 679:49]
RETAIL_FACILITY_ENUMERATION_FASHION_ACCESSORIES = 6; -
RETAIL_FACILITY_ENUMERATION_BANK_FINANCE_INSURANCE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 680:51]
RETAIL_FACILITY_ENUMERATION_BANK_FINANCE_INSURANCE = 7; -
RETAIL_FACILITY_ENUMERATION_CASH_MACHINE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 681:42]
RETAIL_FACILITY_ENUMERATION_CASH_MACHINE = 8; -
RETAIL_FACILITY_ENUMERATION_CURRENCY_EXCHANGE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 682:47]
RETAIL_FACILITY_ENUMERATION_CURRENCY_EXCHANGE = 9; -
RETAIL_FACILITY_ENUMERATION_TOURISM_SERVICE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 683:45]
RETAIL_FACILITY_ENUMERATION_TOURISM_SERVICE = 10; -
RETAIL_FACILITY_ENUMERATION_PHOTO_BOOTH
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 684:41]
RETAIL_FACILITY_ENUMERATION_PHOTO_BOOTH = 11; -
UNRECOGNIZED
-
-
Field Details
-
RETAIL_FACILITY_ENUMERATION_UNSPECIFIED_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_UNSPECIFIED_VALUEDefault
RETAIL_FACILITY_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
RETAIL_FACILITY_ENUMERATION_UNKNOWN_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_UNKNOWN_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 674:38]
RETAIL_FACILITY_ENUMERATION_UNKNOWN = 1;- See Also:
-
RETAIL_FACILITY_ENUMERATION_FOOD_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_FOOD_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 675:35]
RETAIL_FACILITY_ENUMERATION_FOOD = 2;- See Also:
-
RETAIL_FACILITY_ENUMERATION_NEWSPAPER_TOBACCO_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_NEWSPAPER_TOBACCO_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 676:47]
RETAIL_FACILITY_ENUMERATION_NEWSPAPER_TOBACCO = 3;- See Also:
-
RETAIL_FACILITY_ENUMERATION_RECREATION_TRAVEL_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_RECREATION_TRAVEL_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 677:47]
RETAIL_FACILITY_ENUMERATION_RECREATION_TRAVEL = 4;- See Also:
-
RETAIL_FACILITY_ENUMERATION_HYGIENE_HEALTH_BEAUTY_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_HYGIENE_HEALTH_BEAUTY_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 678:50]
RETAIL_FACILITY_ENUMERATION_HYGIENE_HEALTH_BEAUTY = 5;- See Also:
-
RETAIL_FACILITY_ENUMERATION_FASHION_ACCESSORIES_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_FASHION_ACCESSORIES_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 679:49]
RETAIL_FACILITY_ENUMERATION_FASHION_ACCESSORIES = 6;- See Also:
-
RETAIL_FACILITY_ENUMERATION_BANK_FINANCE_INSURANCE_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_BANK_FINANCE_INSURANCE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 680:51]
RETAIL_FACILITY_ENUMERATION_BANK_FINANCE_INSURANCE = 7;- See Also:
-
RETAIL_FACILITY_ENUMERATION_CASH_MACHINE_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_CASH_MACHINE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 681:42]
RETAIL_FACILITY_ENUMERATION_CASH_MACHINE = 8;- See Also:
-
RETAIL_FACILITY_ENUMERATION_CURRENCY_EXCHANGE_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_CURRENCY_EXCHANGE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 682:47]
RETAIL_FACILITY_ENUMERATION_CURRENCY_EXCHANGE = 9;- See Also:
-
RETAIL_FACILITY_ENUMERATION_TOURISM_SERVICE_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_TOURISM_SERVICE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 683:45]
RETAIL_FACILITY_ENUMERATION_TOURISM_SERVICE = 10;- See Also:
-
RETAIL_FACILITY_ENUMERATION_PHOTO_BOOTH_VALUE
public static final int RETAIL_FACILITY_ENUMERATION_PHOTO_BOOTH_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 684:41]
RETAIL_FACILITY_ENUMERATION_PHOTO_BOOTH = 11;- 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<RetailFacilityEnumeration> 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
public static RetailFacilityEnumeration 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
-