Package uk.org.netex.www.netex
Enum Class DayOfWeekEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<DayOfWeekEnumeration>,Constable
@Generated
public enum DayOfWeekEnumeration
extends Enum<DayOfWeekEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Day of the Week. [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 177:46]Protobuf enum
uk.org.netex.www.netex.DayOfWeekEnumeration-
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_dayType_propertiesOfDay.xsd at 189:39][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 186:37][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 182:37][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 192:35][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 187:39][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 188:37][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 185:39][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 183:38]Default[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 184:40][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 190:39][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 191:38] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 189:39]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 186:37]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 182:37]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 192:35]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 187:39]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 188:37]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 185:39]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 183:38]static final intDefaultstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 184:40]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 190:39]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 191:38] -
Method Summary
Modifier and TypeMethodDescriptionstatic DayOfWeekEnumerationforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<DayOfWeekEnumeration> static DayOfWeekEnumerationvalueOf(int value) Deprecated.static DayOfWeekEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DayOfWeekEnumerationReturns the enum constant of this class with the specified name.static DayOfWeekEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DAY_OF_WEEK_ENUMERATION_UNSPECIFIED
Default
DAY_OF_WEEK_ENUMERATION_UNSPECIFIED = 0; -
DAY_OF_WEEK_ENUMERATION_MONDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 182:37]
DAY_OF_WEEK_ENUMERATION_MONDAY = 1; -
DAY_OF_WEEK_ENUMERATION_TUESDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 183:38]
DAY_OF_WEEK_ENUMERATION_TUESDAY = 2; -
DAY_OF_WEEK_ENUMERATION_WEDNESDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 184:40]
DAY_OF_WEEK_ENUMERATION_WEDNESDAY = 3; -
DAY_OF_WEEK_ENUMERATION_THURSDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 185:39]
DAY_OF_WEEK_ENUMERATION_THURSDAY = 4; -
DAY_OF_WEEK_ENUMERATION_FRIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 186:37]
DAY_OF_WEEK_ENUMERATION_FRIDAY = 5; -
DAY_OF_WEEK_ENUMERATION_SATURDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 187:39]
DAY_OF_WEEK_ENUMERATION_SATURDAY = 6; -
DAY_OF_WEEK_ENUMERATION_SUNDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 188:37]
DAY_OF_WEEK_ENUMERATION_SUNDAY = 7; -
DAY_OF_WEEK_ENUMERATION_EVERYDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 189:39]
DAY_OF_WEEK_ENUMERATION_EVERYDAY = 8; -
DAY_OF_WEEK_ENUMERATION_WEEKDAYS
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 190:39]
DAY_OF_WEEK_ENUMERATION_WEEKDAYS = 9; -
DAY_OF_WEEK_ENUMERATION_WEEKEND
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 191:38]
DAY_OF_WEEK_ENUMERATION_WEEKEND = 10; -
DAY_OF_WEEK_ENUMERATION_NONE
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 192:35]
DAY_OF_WEEK_ENUMERATION_NONE = 11; -
UNRECOGNIZED
-
-
Field Details
-
DAY_OF_WEEK_ENUMERATION_UNSPECIFIED_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_UNSPECIFIED_VALUEDefault
DAY_OF_WEEK_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
DAY_OF_WEEK_ENUMERATION_MONDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_MONDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 182:37]
DAY_OF_WEEK_ENUMERATION_MONDAY = 1;- See Also:
-
DAY_OF_WEEK_ENUMERATION_TUESDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_TUESDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 183:38]
DAY_OF_WEEK_ENUMERATION_TUESDAY = 2;- See Also:
-
DAY_OF_WEEK_ENUMERATION_WEDNESDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_WEDNESDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 184:40]
DAY_OF_WEEK_ENUMERATION_WEDNESDAY = 3;- See Also:
-
DAY_OF_WEEK_ENUMERATION_THURSDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_THURSDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 185:39]
DAY_OF_WEEK_ENUMERATION_THURSDAY = 4;- See Also:
-
DAY_OF_WEEK_ENUMERATION_FRIDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_FRIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 186:37]
DAY_OF_WEEK_ENUMERATION_FRIDAY = 5;- See Also:
-
DAY_OF_WEEK_ENUMERATION_SATURDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_SATURDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 187:39]
DAY_OF_WEEK_ENUMERATION_SATURDAY = 6;- See Also:
-
DAY_OF_WEEK_ENUMERATION_SUNDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_SUNDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 188:37]
DAY_OF_WEEK_ENUMERATION_SUNDAY = 7;- See Also:
-
DAY_OF_WEEK_ENUMERATION_EVERYDAY_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_EVERYDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 189:39]
DAY_OF_WEEK_ENUMERATION_EVERYDAY = 8;- See Also:
-
DAY_OF_WEEK_ENUMERATION_WEEKDAYS_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_WEEKDAYS_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 190:39]
DAY_OF_WEEK_ENUMERATION_WEEKDAYS = 9;- See Also:
-
DAY_OF_WEEK_ENUMERATION_WEEKEND_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_WEEKEND_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 191:38]
DAY_OF_WEEK_ENUMERATION_WEEKEND = 10;- See Also:
-
DAY_OF_WEEK_ENUMERATION_NONE_VALUE
public static final int DAY_OF_WEEK_ENUMERATION_NONE_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 192:35]
DAY_OF_WEEK_ENUMERATION_NONE = 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
-
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 DayOfWeekEnumeration 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
-