Enum ValuationDateDateEnum

java.lang.Object
java.lang.Enum<ValuationDateDateEnum>
cdm.legaldocumentation.csa.ValuationDateDateEnum
All Implemented Interfaces:
Serializable, Comparable<ValuationDateDateEnum>

@RosettaEnum("ValuationDateDateEnum") public enum ValuationDateDateEnum extends Enum<ValuationDateDateEnum>
Defines whether the date of a Valuation is defined by a certain day of the week or a particular date in the month.
Version:
6.19.0
  • Enum Constant Details

    • EACH

      @RosettaEnumValue("Each") public static final ValuationDateDateEnum EACH
      Specific Valuation date frequency.
    • LAST

      @RosettaEnumValue("Last") public static final ValuationDateDateEnum LAST
      Specific Valuation date frequency.
    • SECONDLAST

      @RosettaEnumValue(value="Secondlast", displayName="2nd Last") public static final ValuationDateDateEnum SECONDLAST
      Specific Valuation date frequency.
    • THIRDLAST

      @RosettaEnumValue(value="Thirdlast", displayName="3rd Last") public static final ValuationDateDateEnum THIRDLAST
      Specific Valuation date frequency.
    • FOURTHLAST

      @RosettaEnumValue(value="Fourthlast", displayName="4th Last") public static final ValuationDateDateEnum FOURTHLAST
      Specific Valuation date frequency.
    • CALENDAR_DAY

      @RosettaEnumValue("CalendarDay") public static final ValuationDateDateEnum CALENDAR_DAY
      A specific day of the calendar, defined.
    • AS_SELECTED

      @RosettaEnumValue(value="AsSelected", displayName="As Selected") public static final ValuationDateDateEnum AS_SELECTED
      As Selected.
  • Method Details

    • values

      public static ValuationDateDateEnum[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ValuationDateDateEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static ValuationDateDateEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ValuationDateDateEnum>
    • toDisplayString

      public String toDisplayString()