Enum AssetTransferTypeEnum

java.lang.Object
java.lang.Enum<AssetTransferTypeEnum>
cdm.event.common.AssetTransferTypeEnum
All Implemented Interfaces:
Serializable, Comparable<AssetTransferTypeEnum>

@RosettaEnum("AssetTransferTypeEnum") public enum AssetTransferTypeEnum extends Enum<AssetTransferTypeEnum>
The qualification of the type of asset transfer.
Version:
5.30.0
  • Enum Constant Details

    • FREE_OF_PAYMENT

      @RosettaEnumValue("FreeOfPayment") public static final AssetTransferTypeEnum FREE_OF_PAYMENT
      The transfer of assets takes place without a corresponding exchange of payment.
  • Method Details

    • values

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

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

      public String toDisplayString()