Package uk.org.netex.www.netex
Enum Class PeriodicityEnumeration
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PeriodicityEnumeration>,Constable
public enum PeriodicityEnumeration
extends Enum<PeriodicityEnumeration>
implements com.google.protobuf.ProtocolMessageEnum
Allowed values for Periodicity of data in FRAME TYPE. [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 169:48]Protobuf enum
uk.org.netex.www.netex.PeriodicityEnumeration-
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_responsibility/netex_versionFrame_support.xsd at 174:37][netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 178:36][netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 176:38][netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 175:40]Default[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 177:37] -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 174:37]static final int[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 178:36]static final int[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 176:38]static final int[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 175:40]static final intDefaultstatic final int[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 177:37] -
Method Summary
Modifier and TypeMethodDescriptionstatic PeriodicityEnumerationforNumber(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<PeriodicityEnumeration> static PeriodicityEnumerationvalueOf(int value) Deprecated.static PeriodicityEnumerationvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PeriodicityEnumerationReturns the enum constant of this class with the specified name.static PeriodicityEnumeration[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERIODICITY_ENUMERATION_UNSPECIFIED
Default
PERIODICITY_ENUMERATION_UNSPECIFIED = 0; -
PERIODICITY_ENUMERATION_ANNUAL
[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 174:37]
PERIODICITY_ENUMERATION_ANNUAL = 1; -
PERIODICITY_ENUMERATION_QUARTERLY
[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 175:40]
PERIODICITY_ENUMERATION_QUARTERLY = 2; -
PERIODICITY_ENUMERATION_MONTHLY
[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 176:38]
PERIODICITY_ENUMERATION_MONTHLY = 3; -
PERIODICITY_ENUMERATION_WEEKLY
[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 177:37]
PERIODICITY_ENUMERATION_WEEKLY = 4; -
PERIODICITY_ENUMERATION_DAILY
[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 178:36]
PERIODICITY_ENUMERATION_DAILY = 5; -
UNRECOGNIZED
-
-
Field Details
-
PERIODICITY_ENUMERATION_UNSPECIFIED_VALUE
public static final int PERIODICITY_ENUMERATION_UNSPECIFIED_VALUEDefault
PERIODICITY_ENUMERATION_UNSPECIFIED = 0;- See Also:
-
PERIODICITY_ENUMERATION_ANNUAL_VALUE
public static final int PERIODICITY_ENUMERATION_ANNUAL_VALUE[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 174:37]
PERIODICITY_ENUMERATION_ANNUAL = 1;- See Also:
-
PERIODICITY_ENUMERATION_QUARTERLY_VALUE
public static final int PERIODICITY_ENUMERATION_QUARTERLY_VALUE[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 175:40]
PERIODICITY_ENUMERATION_QUARTERLY = 2;- See Also:
-
PERIODICITY_ENUMERATION_MONTHLY_VALUE
public static final int PERIODICITY_ENUMERATION_MONTHLY_VALUE[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 176:38]
PERIODICITY_ENUMERATION_MONTHLY = 3;- See Also:
-
PERIODICITY_ENUMERATION_WEEKLY_VALUE
public static final int PERIODICITY_ENUMERATION_WEEKLY_VALUE[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 177:37]
PERIODICITY_ENUMERATION_WEEKLY = 4;- See Also:
-
PERIODICITY_ENUMERATION_DAILY_VALUE
public static final int PERIODICITY_ENUMERATION_DAILY_VALUE[netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 178:36]
PERIODICITY_ENUMERATION_DAILY = 5;- 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<PeriodicityEnumeration> 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 PeriodicityEnumeration 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
-