Enum ValuationAgentPartyEnum

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

@RosettaEnum("ValuationAgentPartyEnum") public enum ValuationAgentPartyEnum extends Enum<ValuationAgentPartyEnum>
Specification of which party calculating the value of collateral to be delivered or returned.
Version:
6.19.0
  • Enum Constant Details

    • PARTY_1

      @RosettaEnumValue(value="Party1", displayName="Party 1") public static final ValuationAgentPartyEnum PARTY_1
      Party 1 will calculate the value of collateral to be delivered or returned.
    • PARTY_2

      @RosettaEnumValue(value="Party2", displayName="Party 2") public static final ValuationAgentPartyEnum PARTY_2
      Party 2 will calculate the value of collateral to be delivered or returned.
    • PARTY_MAKING_DEMAND

      @RosettaEnumValue(value="PartyMakingDemand", displayName="Party Making the Demand") public static final ValuationAgentPartyEnum PARTY_MAKING_DEMAND
      The party making the demand will calculate the value of collateral to be delivered or returned.
  • Method Details

    • values

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

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

      public String toDisplayString()