Package uk.org.netex.www.netex
Enum Class AssistanceFacilityEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AssistanceFacilityEnumeration>,Constable
@Generated
public enum AssistanceFacilityEnumeration
extends Enum<AssistanceFacilityEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Assistance Facility. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 253:55]Protobuf enum
uk.org.netex.www.netex.AssistanceFacilityEnumeration-
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 267:34][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 259:49][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 263:40][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 264:42][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 266:35][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 265:36][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 258:49][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 261:59]Default[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 260:51][netex_framework/netex_reusableComponents/netex_facility_support.xsd at 262:44] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 267:34]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 259:49]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 263:40]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 264:42]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 266:35]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 265:36]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 258:49]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 261:59]static final intDefaultstatic final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 260:51]static final int[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 262:44] -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AssistanceFacilityEnumeration> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static AssistanceFacilityEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ASSISTANCE_FACILITY_ENUMERATION_UNSPECIFIED
Default
ASSISTANCE_FACILITY_ENUMERATION_UNSPECIFIED = 0; -
ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE
public static final AssistanceFacilityEnumeration ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 258:49]
ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE = 1; -
ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE
public static final AssistanceFacilityEnumeration ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 259:49]
ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE = 2; -
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE
public static final AssistanceFacilityEnumeration ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 260:51]
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE = 3; -
ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE
public static final AssistanceFacilityEnumeration ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 261:59]
ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE = 4; -
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_USE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 262:44]
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_USE = 5; -
ASSISTANCE_FACILITY_ENUMERATION_CONDUCTOR
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 263:40]
ASSISTANCE_FACILITY_ENUMERATION_CONDUCTOR = 6; -
ASSISTANCE_FACILITY_ENUMERATION_INFORMATION
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 264:42]
ASSISTANCE_FACILITY_ENUMERATION_INFORMATION = 7; -
ASSISTANCE_FACILITY_ENUMERATION_OTHER
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 265:36]
ASSISTANCE_FACILITY_ENUMERATION_OTHER = 8; -
ASSISTANCE_FACILITY_ENUMERATION_NONE
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 266:35]
ASSISTANCE_FACILITY_ENUMERATION_NONE = 9; -
ASSISTANCE_FACILITY_ENUMERATION_ANY
[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 267:34]
ASSISTANCE_FACILITY_ENUMERATION_ANY = 10; -
UNRECOGNIZED
-
-
Field Details
-
ASSISTANCE_FACILITY_ENUMERATION_UNSPECIFIED_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_UNSPECIFIED_VALUEDefault
ASSISTANCE_FACILITY_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 258:49]
ASSISTANCE_FACILITY_ENUMERATION_PERSONAL_ASSISTANCE = 1;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 259:49]
ASSISTANCE_FACILITY_ENUMERATION_BOARDING_ASSISTANCE = 2;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 260:51]
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_ASSISTANCE = 3;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 261:59]
ASSISTANCE_FACILITY_ENUMERATION_UNACCOMPANIED_MINOR_ASSISTANCE = 4;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_USE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_USE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 262:44]
ASSISTANCE_FACILITY_ENUMERATION_WHEELCHAIR_USE = 5;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_CONDUCTOR_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_CONDUCTOR_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 263:40]
ASSISTANCE_FACILITY_ENUMERATION_CONDUCTOR = 6;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_INFORMATION_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_INFORMATION_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 264:42]
ASSISTANCE_FACILITY_ENUMERATION_INFORMATION = 7;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_OTHER_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_OTHER_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 265:36]
ASSISTANCE_FACILITY_ENUMERATION_OTHER = 8;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_NONE_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_NONE_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 266:35]
ASSISTANCE_FACILITY_ENUMERATION_NONE = 9;- See Also:
-
ASSISTANCE_FACILITY_ENUMERATION_ANY_VALUE
public static final int ASSISTANCE_FACILITY_ENUMERATION_ANY_VALUE[netex_framework/netex_reusableComponents/netex_facility_support.xsd at 267:34]
ASSISTANCE_FACILITY_ENUMERATION_ANY = 10;- 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<AssistanceFacilityEnumeration> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static AssistanceFacilityEnumeration 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
-