Package cdm.legaldocumentation.csa
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionParty 1 will calculate the value of collateral to be delivered or returned.Party 2 will calculate the value of collateral to be delivered or returned.The party making the demand will calculate the value of collateral to be delivered or returned. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValuationAgentPartyEnumfromDisplayName(String name) toString()static ValuationAgentPartyEnumReturns the enum constant of this type with the specified name.static ValuationAgentPartyEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PARTY_1
@RosettaEnumValue(value="Party1", displayName="Party 1") public static final ValuationAgentPartyEnum PARTY_1Party 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_2Party 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_DEMANDThe party making the demand will calculate the value of collateral to be delivered or returned.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<ValuationAgentPartyEnum>
-
toDisplayString
-