Package uk.org.netex.www.netex
Enum Class HolidayTypeEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<HolidayTypeEnumeration>,Constable
public enum HolidayTypeEnumeration
extends Enum<HolidayTypeEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Holiday types. [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 233:48]Protobuf enum
uk.org.netex.www.netex.HolidayTypeEnumeration-
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 238:37][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 244:41][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 249:43][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 248:53][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 245:43][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 247:46][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 241:41][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 243:43][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 242:44][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 246:46][netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 240:40]Default[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 239:41] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 238:37]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 244:41]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 249:43]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 248:53]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 245:43]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 247:46]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 241:41]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 243:43]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 242:44]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 246:46]static final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 240:40]static final intDefaultstatic final int[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 239:41] -
Method Summary
Modifier and TypeMethodDescriptionstatic HolidayTypeEnumerationforNumber(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<HolidayTypeEnumeration> static HolidayTypeEnumerationvalueOf(int value) Deprecated.static HolidayTypeEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static HolidayTypeEnumerationReturns the enum constant of this class with the specified name.static HolidayTypeEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HOLIDAY_TYPE_ENUMERATION_UNSPECIFIED
Default
HOLIDAY_TYPE_ENUMERATION_UNSPECIFIED = 0; -
HOLIDAY_TYPE_ENUMERATION_ANY_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 238:37]
HOLIDAY_TYPE_ENUMERATION_ANY_DAY = 1; -
HOLIDAY_TYPE_ENUMERATION_WORKING_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 239:41]
HOLIDAY_TYPE_ENUMERATION_WORKING_DAY = 2; -
HOLIDAY_TYPE_ENUMERATION_SCHOOL_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 240:40]
HOLIDAY_TYPE_ENUMERATION_SCHOOL_DAY = 3; -
HOLIDAY_TYPE_ENUMERATION_NOT_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 241:41]
HOLIDAY_TYPE_ENUMERATION_NOT_HOLIDAY = 4; -
HOLIDAY_TYPE_ENUMERATION_NOT_WORKING_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 242:44]
HOLIDAY_TYPE_ENUMERATION_NOT_WORKING_DAY = 5; -
HOLIDAY_TYPE_ENUMERATION_NOT_SCHOOL_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 243:43]
HOLIDAY_TYPE_ENUMERATION_NOT_SCHOOL_DAY = 6; -
HOLIDAY_TYPE_ENUMERATION_ANY_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 244:41]
HOLIDAY_TYPE_ENUMERATION_ANY_HOLIDAY = 7; -
HOLIDAY_TYPE_ENUMERATION_LOCAL_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 245:43]
HOLIDAY_TYPE_ENUMERATION_LOCAL_HOLIDAY = 8; -
HOLIDAY_TYPE_ENUMERATION_REGIONAL_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 246:46]
HOLIDAY_TYPE_ENUMERATION_REGIONAL_HOLIDAY = 9; -
HOLIDAY_TYPE_ENUMERATION_NATIONAL_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 247:46]
HOLIDAY_TYPE_ENUMERATION_NATIONAL_HOLIDAY = 10; -
HOLIDAY_TYPE_ENUMERATION_HOLIDAY_DISPLACEMENT_DAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 248:53]
HOLIDAY_TYPE_ENUMERATION_HOLIDAY_DISPLACEMENT_DAY = 11; -
HOLIDAY_TYPE_ENUMERATION_EVE_OF_HOLIDAY
[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 249:43]
HOLIDAY_TYPE_ENUMERATION_EVE_OF_HOLIDAY = 12; -
UNRECOGNIZED
-
-
Field Details
-
HOLIDAY_TYPE_ENUMERATION_UNSPECIFIED_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_UNSPECIFIED_VALUEDefault
HOLIDAY_TYPE_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_ANY_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_ANY_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 238:37]
HOLIDAY_TYPE_ENUMERATION_ANY_DAY = 1;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_WORKING_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_WORKING_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 239:41]
HOLIDAY_TYPE_ENUMERATION_WORKING_DAY = 2;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_SCHOOL_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_SCHOOL_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 240:40]
HOLIDAY_TYPE_ENUMERATION_SCHOOL_DAY = 3;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_NOT_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_NOT_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 241:41]
HOLIDAY_TYPE_ENUMERATION_NOT_HOLIDAY = 4;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_NOT_WORKING_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_NOT_WORKING_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 242:44]
HOLIDAY_TYPE_ENUMERATION_NOT_WORKING_DAY = 5;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_NOT_SCHOOL_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_NOT_SCHOOL_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 243:43]
HOLIDAY_TYPE_ENUMERATION_NOT_SCHOOL_DAY = 6;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_ANY_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_ANY_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 244:41]
HOLIDAY_TYPE_ENUMERATION_ANY_HOLIDAY = 7;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_LOCAL_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_LOCAL_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 245:43]
HOLIDAY_TYPE_ENUMERATION_LOCAL_HOLIDAY = 8;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_REGIONAL_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_REGIONAL_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 246:46]
HOLIDAY_TYPE_ENUMERATION_REGIONAL_HOLIDAY = 9;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_NATIONAL_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_NATIONAL_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 247:46]
HOLIDAY_TYPE_ENUMERATION_NATIONAL_HOLIDAY = 10;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_HOLIDAY_DISPLACEMENT_DAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_HOLIDAY_DISPLACEMENT_DAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 248:53]
HOLIDAY_TYPE_ENUMERATION_HOLIDAY_DISPLACEMENT_DAY = 11;- See Also:
-
HOLIDAY_TYPE_ENUMERATION_EVE_OF_HOLIDAY_VALUE
public static final int HOLIDAY_TYPE_ENUMERATION_EVE_OF_HOLIDAY_VALUE[netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 249:43]
HOLIDAY_TYPE_ENUMERATION_EVE_OF_HOLIDAY = 12;- 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<HolidayTypeEnumeration> 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 HolidayTypeEnumeration 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
-