Enum Class RecurrenceFields.DAY_OF_WEEK

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

public static enum RecurrenceFields.DAY_OF_WEEK extends Enum<RecurrenceFields.DAY_OF_WEEK>
Enum for the days of a week.
  • Enum Constant Details

  • Method Details

    • values

      public static RecurrenceFields.DAY_OF_WEEK[] 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.DAY_OF_WEEK 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
    • toString

      public String toString()
      The String representation of this enum constant.
      Overrides:
      toString in class Enum<RecurrenceFields.DAY_OF_WEEK>
      Returns:
      String the string representing this enum constant.
    • getDayOfWeek

      public static RecurrenceFields.DAY_OF_WEEK getDayOfWeek(String name) throws IllegalArgumentException
      The DAY_OF_WEEK associated with the given value.
      Parameters:
      name - the name of the enum constant to be returned. This should correspond to a value returned by toString().
      Returns:
      the enum constant.
      Throws:
      IllegalArgumentException - if no enum constant exists for the given name.
    • toString

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