Package cdm.legaldocumentation.csa
Enum CalculationValuationAgentPartyEnum
java.lang.Object
java.lang.Enum<CalculationValuationAgentPartyEnum>
cdm.legaldocumentation.csa.CalculationValuationAgentPartyEnum
- All Implemented Interfaces:
Serializable,Comparable<CalculationValuationAgentPartyEnum>
@RosettaEnum("CalculationValuationAgentPartyEnum")
public enum CalculationValuationAgentPartyEnum
extends Enum<CalculationValuationAgentPartyEnum>
Specification of which party is calculating the value of collateral to be delivered or returned.
- Version:
- 7.0.0-dev.105
-
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 TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CalculationValuationAgentPartyEnum[]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 CalculationValuationAgentPartyEnum 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 CalculationValuationAgentPartyEnum 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 CalculationValuationAgentPartyEnum 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<CalculationValuationAgentPartyEnum>
-
toDisplayString
-