Enum Class PeriodicityEnumeration

java.lang.Object
java.lang.Enum<PeriodicityEnumeration>
uk.org.netex.www.netex.PeriodicityEnumeration
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<PeriodicityEnumeration>, Constable

@Generated 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
  • Enum Constant Details

    • PERIODICITY_ENUMERATION_UNSPECIFIED

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_UNSPECIFIED
       Default
       
      PERIODICITY_ENUMERATION_UNSPECIFIED = 0;
    • PERIODICITY_ENUMERATION_ANNUAL

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_ANNUAL
       [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 174:37]
       
      PERIODICITY_ENUMERATION_ANNUAL = 1;
    • PERIODICITY_ENUMERATION_QUARTERLY

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_QUARTERLY
       [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 175:40]
       
      PERIODICITY_ENUMERATION_QUARTERLY = 2;
    • PERIODICITY_ENUMERATION_MONTHLY

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_MONTHLY
       [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 176:38]
       
      PERIODICITY_ENUMERATION_MONTHLY = 3;
    • PERIODICITY_ENUMERATION_WEEKLY

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_WEEKLY
       [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 177:37]
       
      PERIODICITY_ENUMERATION_WEEKLY = 4;
    • PERIODICITY_ENUMERATION_DAILY

      public static final PeriodicityEnumeration PERIODICITY_ENUMERATION_DAILY
       [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 178:36]
       
      PERIODICITY_ENUMERATION_DAILY = 5;
    • UNRECOGNIZED

      public static final PeriodicityEnumeration UNRECOGNIZED
  • Field Details

    • PERIODICITY_ENUMERATION_UNSPECIFIED_VALUE

      public static final int PERIODICITY_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      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

      public static PeriodicityEnumeration[] 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

      public static PeriodicityEnumeration valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static PeriodicityEnumeration valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static PeriodicityEnumeration forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static 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 name
      NullPointerException - if the argument is null