Enum LegacyVMCustodianEnum

java.lang.Object
java.lang.Enum<LegacyVMCustodianEnum>
cdm.legaldocumentation.csa.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 Details

    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final LegacyVMCustodianEnum NOT_APPLICABLE
      Not Applicable.
    • NAMED_ENTITY

      @RosettaEnumValue("NamedEntity") public static final LegacyVMCustodianEnum 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_2
      The 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_1
      The 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_2
      Party 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_1
      Party 2 will notify Party 1 of the custodian.
  • Method Details

    • values

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

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

      public String toDisplayString()