Package cdm.legaldocumentation.csa
Enum LegacyVMCustodianEnum
- All Implemented Interfaces:
Serializable,Comparable<LegacyVMCustodianEnum>
@RosettaEnum("LegacyVMCustodianEnum")
public enum LegacyVMCustodianEnum
extends Enum<LegacyVMCustodianEnum>
Details of how the Custodian is determined.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Custodian as advised by Party 1 to Party 2.The Custodian as advised by Party 2 to Party 1.A named entity is specified as the Custodian.Not Applicable.Party 1 will notify Party 2 of the custodian.Party 2 will notify Party 1 of the custodian. -
Method Summary
Modifier and TypeMethodDescriptionstatic LegacyVMCustodianEnumfromDisplayName(String name) toString()static LegacyVMCustodianEnumReturns the enum constant of this type with the specified name.static LegacyVMCustodianEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NOT_APPLICABLE
Not Applicable. -
NAMED_ENTITY
A named entity is specified as the Custodian. -
AS_ADVISED_1_TO_2
@RosettaEnumValue(value="AsAdvised1to2", displayName="As advised by Party 1 to Party 2") public static final LegacyVMCustodianEnum AS_ADVISED_1_TO_2The Custodian as advised by Party 1 to Party 2. -
AS_ADVISED_2_TO_1
@RosettaEnumValue(value="AsAdvised2to1", displayName="As advised by Party 2 to Party 1") public static final LegacyVMCustodianEnum AS_ADVISED_2_TO_1The Custodian as advised by Party 2 to Party 1. -
PARTY_1_TO_PARTY_2
@RosettaEnumValue(value="Party1toParty2", displayName="Party 1 will notify Party 2") public static final LegacyVMCustodianEnum PARTY_1_TO_PARTY_2Party 1 will notify Party 2 of the custodian. -
PARTY_2_TO_PARTY_1
@RosettaEnumValue(value="Party2toParty1", displayName="Party 2 will notify Party 1") public static final LegacyVMCustodianEnum PARTY_2_TO_PARTY_1Party 2 will notify Party 1 of the custodian.
-
-
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<LegacyVMCustodianEnum>
-
toDisplayString
-