Enum Class RecurrenceFields.WEEK_OF_MONTH

java.lang.Object
java.lang.Enum<RecurrenceFields.WEEK_OF_MONTH>
oracle.as.scheduler.RecurrenceFields.WEEK_OF_MONTH
All Implemented Interfaces:
Serializable, Comparable<RecurrenceFields.WEEK_OF_MONTH>, java.lang.constant.Constable
Enclosing class:
RecurrenceFields

public static enum RecurrenceFields.WEEK_OF_MONTH extends Enum<RecurrenceFields.WEEK_OF_MONTH>
Enum for the week of a month.

The validity of the week number for a given month depends upon the month. For example February does not have a 5th week.

  • Enum Constant Details

  • Method Details

    • values

      public static RecurrenceFields.WEEK_OF_MONTH[] 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 RecurrenceFields.WEEK_OF_MONTH 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
    • value

      public int value()
      The numeric value associated with this enum constant.
      Returns:
      an integer representing this enum constant.
    • valueOf

      public static RecurrenceFields.WEEK_OF_MONTH valueOf(int value) throws IllegalArgumentException
      The WEEK_OF_MONTH associated with the given value.
      Parameters:
      value - the value to be converted into WEEK_OF_MONTH.
      Returns:
      the WEEK_OF_MONTH enum constant corresponding to the value.
      Throws:
      IllegalArgumentException - if the specified value is not a valid value.
    • toString

      public String toString(Locale locale)
      Enterprise Manager support to acquire a localized string value.
      Parameters:
      locale - the desired locale.
      Returns:
      the localized string