Enum Class WeeksOfMonthEnumeration

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

@Generated public enum WeeksOfMonthEnumeration extends Enum<WeeksOfMonthEnumeration> implements com.google.protobuf.ProtocolMessageEnum
 Allowed values for Weeks of the Month.  [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 195:49]
 
Protobuf enum uk.org.netex.www.netex.WeeksOfMonthEnumeration
  • Enum Constant Details

    • WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED
       Default
       
      WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED = 0;
    • WEEKS_OF_MONTH_ENUMERATION_1

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_1
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 200:32]
       
      WEEKS_OF_MONTH_ENUMERATION_1 = 1;
    • WEEKS_OF_MONTH_ENUMERATION_2

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_2
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 201:32]
       
      WEEKS_OF_MONTH_ENUMERATION_2 = 2;
    • WEEKS_OF_MONTH_ENUMERATION_3

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_3
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 202:32]
       
      WEEKS_OF_MONTH_ENUMERATION_3 = 3;
    • WEEKS_OF_MONTH_ENUMERATION_4

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_4
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 203:32]
       
      WEEKS_OF_MONTH_ENUMERATION_4 = 4;
    • WEEKS_OF_MONTH_ENUMERATION_5

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_5
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 204:32]
       
      WEEKS_OF_MONTH_ENUMERATION_5 = 5;
    • WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK

      public static final WeeksOfMonthEnumeration WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 205:40]
       
      WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK = 6;
    • UNRECOGNIZED

      public static final WeeksOfMonthEnumeration UNRECOGNIZED
  • Field Details

    • WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED_VALUE
       Default
       
      WEEKS_OF_MONTH_ENUMERATION_UNSPECIFIED = 0;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_1_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_1_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 200:32]
       
      WEEKS_OF_MONTH_ENUMERATION_1 = 1;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_2_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_2_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 201:32]
       
      WEEKS_OF_MONTH_ENUMERATION_2 = 2;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_3_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_3_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 202:32]
       
      WEEKS_OF_MONTH_ENUMERATION_3 = 3;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_4_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_4_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 203:32]
       
      WEEKS_OF_MONTH_ENUMERATION_4 = 4;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_5_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_5_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 204:32]
       
      WEEKS_OF_MONTH_ENUMERATION_5 = 5;
      See Also:
    • WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK_VALUE

      public static final int WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK_VALUE
       [netex_framework/netex_reusableComponents/netex_dayType_propertiesOfDay.xsd at 205:40]
       
      WEEKS_OF_MONTH_ENUMERATION_EVERY_WEEK = 6;
      See Also:
  • Method Details

    • values

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