Package cdm.legaldocumentation.csa
Enum ValuationAgentDeterminationEnum
java.lang.Object
java.lang.Enum<ValuationAgentDeterminationEnum>
cdm.legaldocumentation.csa.ValuationAgentDeterminationEnum
- All Implemented Interfaces:
Serializable,Comparable<ValuationAgentDeterminationEnum>
@RosettaEnum("ValuationAgentDeterminationEnum")
public enum ValuationAgentDeterminationEnum
extends Enum<ValuationAgentDeterminationEnum>
Specifies how the Valuation Agent is determined.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThere is a fixed party for disputes.There is only a Sole Valuation Agent.Switch of Valuation Agent can occur upon Default.Switch of Valuation Agent can occur upon failure to perform. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static ValuationAgentDeterminationEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SOLE_VALUATION_AGENT
@RosettaEnumValue("SoleValuationAgent") public static final ValuationAgentDeterminationEnum SOLE_VALUATION_AGENTThere is only a Sole Valuation Agent. -
SWITCH_UPON_DEFAULT
@RosettaEnumValue("SwitchUponDefault") public static final ValuationAgentDeterminationEnum SWITCH_UPON_DEFAULTSwitch of Valuation Agent can occur upon Default. -
SWITCH_UPON_FAILURE_TO_PERFORM
@RosettaEnumValue("SwitchUponFailureToPerform") public static final ValuationAgentDeterminationEnum SWITCH_UPON_FAILURE_TO_PERFORMSwitch of Valuation Agent can occur upon failure to perform. -
FIXED_PARTY_FOR_DISPUTES
@RosettaEnumValue("FixedPartyForDisputes") public static final ValuationAgentDeterminationEnum FIXED_PARTY_FOR_DISPUTESThere is a fixed party for disputes.
-
-
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<ValuationAgentDeterminationEnum>
-
toDisplayString
-