Package uk.org.netex.www.netex
Enum Class FareDemandTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FareDemandTypeEnumeration>,Constable
public enum FareDemandTypeEnumeration
extends Enum<FareDemandTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Fare demand type. [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 114:51]Protobuf enum
uk.org.netex.www.netex.FareDemandTypeEnumeration-
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_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37][netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36][netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38][netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35][netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43][netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37]static final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36]static final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38]static final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35]static final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43]static final int[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]static final intDefault -
Method Summary
Modifier and TypeMethodDescriptionstatic FareDemandTypeEnumerationforNumber(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<FareDemandTypeEnumeration> static FareDemandTypeEnumerationvalueOf(int value) Deprecated.static FareDemandTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static FareDemandTypeEnumerationReturns the enum constant of this class with the specified name.static FareDemandTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED
Default
FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED = 0; -
FARE_DEMAND_TYPE_ENUMERATION_PEAK
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35]
FARE_DEMAND_TYPE_ENUMERATION_PEAK = 1; -
FARE_DEMAND_TYPE_ENUMERATION_MIDDLE
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37]
FARE_DEMAND_TYPE_ENUMERATION_MIDDLE = 2; -
FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38]
FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK = 3; -
FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]
FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK = 4; -
FARE_DEMAND_TYPE_ENUMERATION_NIGHT
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36]
FARE_DEMAND_TYPE_ENUMERATION_NIGHT = 5; -
FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT
[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43]
FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT = 6; -
UNRECOGNIZED
-
-
Field Details
-
FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
FARE_DEMAND_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_PEAK_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_PEAK_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 119:35]
FARE_DEMAND_TYPE_ENUMERATION_PEAK = 1;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_MIDDLE_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_MIDDLE_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 120:37]
FARE_DEMAND_TYPE_ENUMERATION_MIDDLE = 2;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 121:38]
FARE_DEMAND_TYPE_ENUMERATION_OFF_PEAK = 3;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 122:43]
FARE_DEMAND_TYPE_ENUMERATION_SUPER_OFF_PEAK = 4;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_NIGHT_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_NIGHT_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 123:36]
FARE_DEMAND_TYPE_ENUMERATION_NIGHT = 5;- See Also:
-
FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT_VALUE
public static final int FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT_VALUE[netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 124:43]
FARE_DEMAND_TYPE_ENUMERATION_SPECIAL_EVENT = 6;- 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<FareDemandTypeEnumeration> 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 FareDemandTypeEnumeration 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
-