Package cdm.legaldocumentation.csa
Enum CashCTSTimeEnum
- All Implemented Interfaces:
Serializable,Comparable<CashCTSTimeEnum>
Details the day on which cash collateral is required to be transferred relative to the Notification Time.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe cash collateral should be transferred on the first local business day.The cash collateral should be transferred on the next day.Exception value.The cash collateral should be transferred on the same day.The cash collateral should be transferred on the second local business day. -
Method Summary
Modifier and TypeMethodDescriptionstatic CashCTSTimeEnumfromDisplayName(String name) toString()static CashCTSTimeEnumReturns the enum constant of this type with the specified name.static CashCTSTimeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SAME
The cash collateral should be transferred on the same day. -
NEXT
The cash collateral should be transferred on the next day. -
FIRST_LBD
@RosettaEnumValue(value="FirstLBD", displayName="First Local Business Day") public static final CashCTSTimeEnum FIRST_LBDThe cash collateral should be transferred on the first local business day. -
SECOND_LBD
@RosettaEnumValue(value="SecondLBD", displayName="Second Local Business Day") public static final CashCTSTimeEnum SECOND_LBDThe cash collateral should be transferred on the second local business day. -
OTHER
Exception value.
-
-
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<CashCTSTimeEnum>
-
toDisplayString
-