Enum ResourceTypeEnum

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

@RosettaEnum("ResourceTypeEnum") public enum ResourceTypeEnum extends Enum<ResourceTypeEnum>
The enumerated values to specify the type of a resource (e.g. document).
Version:
5.30.0
  • Enum Constant Details

    • CONFIRMATION

      @RosettaEnumValue("Confirmation") public static final ResourceTypeEnum CONFIRMATION
      Document describing the legal terms of a transaction.
    • SUPPLEMENTAL_MATERIAL_ECONOMIC_TERMS

      @RosettaEnumValue("SupplementalMaterialEconomicTerms") public static final ResourceTypeEnum SUPPLEMENTAL_MATERIAL_ECONOMIC_TERMS
      Document providing supplemental material economic terms to the FpML data representation. The initial intended usage is to fulfill the CFTC Part 45 rule requirement to report ‘Any other terms(s) of the swap matched or affirmed by the counterparties in verifying the swap’ when the reporting is done via the generic FpML representation.
    • TERM_SHEET

      @RosettaEnumValue("TermSheet") public static final ResourceTypeEnum TERM_SHEET
      Document describing the economic characteristics of a transaction.
  • Method Details

    • values

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

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

      public String toDisplayString()