Package cdm.legaldocumentation.common
Enum ResourceTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<ResourceTypeEnum>
The enumerated values to specify the type of a resource (e.g. document).
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDocument describing the legal terms of a transaction.Document providing supplemental material economic terms to the FpML data representation.Document describing the economic characteristics of a transaction. -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceTypeEnumfromDisplayName(String name) toString()static ResourceTypeEnumReturns the enum constant of this type with the specified name.static ResourceTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONFIRMATION
Document describing the legal terms of a transaction. -
SUPPLEMENTAL_MATERIAL_ECONOMIC_TERMS
@RosettaEnumValue("SupplementalMaterialEconomicTerms") public static final ResourceTypeEnum SUPPLEMENTAL_MATERIAL_ECONOMIC_TERMSDocument 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
Document describing the economic characteristics of a transaction.
-
-
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<ResourceTypeEnum>
-
toDisplayString
-