Enum ValuationTimeEnum

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

@RosettaEnum("ValuationTimeEnum") public enum ValuationTimeEnum extends Enum<ValuationTimeEnum>
The type of time specified for the Valuation Time.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • CLOSE_OF_BUSINESS

      @RosettaEnumValue("CloseOfBusiness") public static final ValuationTimeEnum CLOSE_OF_BUSINESS
      The valuation time should be at close of business.
    • SPECIFIC_TIME

      @RosettaEnumValue("SpecificTime") public static final ValuationTimeEnum SPECIFIC_TIME
      The valuation time should be at a specific time.
    • AS_SELECTED

      @RosettaEnumValue("AsSelected") public static final ValuationTimeEnum AS_SELECTED
      The valuation time should be as selected.
  • Method Details

    • values

      public static ValuationTimeEnum[] 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 ValuationTimeEnum 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 ValuationTimeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()